Home
last modified time | relevance | path

Searched defs:compile_data (Results 1 – 4 of 4) sorted by relevance

/external/pcre/dist/
Dpcre_internal.h2425 typedef struct compile_data { struct
2426 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 …]
/external/v8/test/cctest/
Dtest-regexp.cc597 RegExpCompileData compile_data; in Compile() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.h966 struct brw_wm_compile *compile_data; member
/external/v8/src/regexp/
Djsregexp.cc378 RegExpCompileData compile_data; in CompileIrregexp() local