Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c113 #define COMPILE_WORK_SIZE (2048*LINK_SIZE) macro
114 #define COMPILE_WORK_SIZE_MAX (100*COMPILE_WORK_SIZE)
933 if (cd->workspace_size > COMPILE_WORK_SIZE) in expand_workspace()
9033 pcre_uchar cworkspace[COMPILE_WORK_SIZE]; in pcre_compile2()
9311 cd->workspace_size = COMPILE_WORK_SIZE; in pcre_compile2()
9502 if (cd->workspace_size > COMPILE_WORK_SIZE) in pcre_compile2()

Completed in 23 milliseconds