Searched defs:match_data (Results 1 – 1 of 1) sorted by relevance
2461 typedef struct match_data { struct2462 unsigned long int match_call_count; /* As it says */2463 unsigned long int match_limit; /* As it says */2465 int *offset_vector; /* Offset vector */2466 int offset_end; /* One past the end */2468 int nltype; /* Newline type */2472 pcre_uchar *name_table; /* Table of names */2478 BOOL notbol; /* NOTBOL flag */2479 BOOL noteol; /* NOTEOL flag */2482 BOOL use_ucp; /* PCRE_UCP flag */[all …]
Completed in 22 milliseconds