281 |
int pattern_position; /* Offset to next item in the pattern */ |
int pattern_position; /* Offset to next item in the pattern */ |
282 |
int next_item_length; /* Length of next item in the pattern */ |
int next_item_length; /* Length of next item in the pattern */ |
283 |
/* ------------------- Added for Version 2 -------------------------- */ |
/* ------------------- Added for Version 2 -------------------------- */ |
284 |
const unsigned char *mark; /* Pointer to current mark or NULL */ |
const unsigned char *mark; /* Pointer to current mark or NULL */ |
285 |
/* ------------------------------------------------------------------ */ |
/* ------------------------------------------------------------------ */ |
286 |
} pcre_callout_block; |
} pcre_callout_block; |
287 |
|
|