Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c116 #define COMPILE_WORK_SIZE_MAX (100*COMPILE_WORK_SIZE) macro
926 if (newsize > COMPILE_WORK_SIZE_MAX) newsize = COMPILE_WORK_SIZE_MAX; in expand_workspace()
927 if (cd->workspace_size >= COMPILE_WORK_SIZE_MAX || in expand_workspace()

Completed in 22 milliseconds