Searched defs:compile_data (Results 1 – 1 of 1) sorted by relevance
2425 typedef struct compile_data { struct2426 const pcre_uint8 *lcc; /* Points to lower casing table */2429 const pcre_uint8 *ctypes; /* Points to table of type maps */2430 const pcre_uchar *start_workspace;/* The start of working space */2432 const pcre_uchar *start_pattern; /* The start of the pattern */2433 const pcre_uchar *end_pattern; /* The end of the pattern */2434 pcre_uchar *hwm; /* High watermark of workspace */2435 open_capitem *open_caps; /* Chain of open capture items */2437 pcre_uchar *name_table; /* The name/number table */2438 int names_found; /* Number of entries so far */[all …]
Completed in 26 milliseconds