Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c115 #define COMPILE_WORK_SIZE (2048*LINK_SIZE) macro
116 #define COMPILE_WORK_SIZE_MAX (100*COMPILE_WORK_SIZE)
925 if (cd->workspace_size > COMPILE_WORK_SIZE) in expand_workspace()
8809 pcre_uchar cworkspace[COMPILE_WORK_SIZE]; in pcre_compile2()
9085 cd->workspace_size = COMPILE_WORK_SIZE; in pcre_compile2()
9272 if (cd->workspace_size > COMPILE_WORK_SIZE) in pcre_compile2()