Searched defs:compile_data (Results 1 – 4 of 4) sorted by relevance
2425 typedef struct compile_data { struct2426 const pcre_uint8 *lcc; /* Points to lower casing table */2427 const pcre_uint8 *fcc; /* Points to case-flipping table */2428 const pcre_uint8 *cbits; /* Points to character type table */2429 const pcre_uint8 *ctypes; /* Points to table of type maps */2430 const pcre_uchar *start_workspace;/* The start of working space */2431 const pcre_uchar *start_code; /* The start of the compiled code */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 */[all …]
597 RegExpCompileData compile_data; in Compile() local
966 struct brw_wm_compile *compile_data; member
378 RegExpCompileData compile_data; in CompileIrregexp() local