Home
last modified time | relevance | path

Searched refs:compile_block (Results 1 – 3 of 3) sorted by relevance

/external/pcre/
Dpcre_study.c1036 compile_data compile_block; in pcre_study() local
1070 compile_block.lcc = tables + lcc_offset; in pcre_study()
1071 compile_block.fcc = tables + fcc_offset; in pcre_study()
1072 compile_block.cbits = tables + cbits_offset; in pcre_study()
1073 compile_block.ctypes = tables + ctypes_offset; in pcre_study()
1080 &compile_block) == SSB_DONE; in pcre_study()
Dpcre_compile.c6829 compile_data compile_block; in pcre_compile2() local
6830 compile_data *cd = &compile_block; in pcre_compile2()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1024172 local variable. Renamed CompileData to cd instead of compile_block
24175 (jsRegExpCompile): Renamed CompileData to cd instead of compile_block