COMPILE_WORK_SIZE 116 ext/pcre/pcrelib/pcre_compile.c #define COMPILE_WORK_SIZE_MAX (100*COMPILE_WORK_SIZE) COMPILE_WORK_SIZE 705 ext/pcre/pcrelib/pcre_compile.c if (cd->workspace_size > COMPILE_WORK_SIZE) COMPILE_WORK_SIZE 7798 ext/pcre/pcrelib/pcre_compile.c pcre_uchar cworkspace[COMPILE_WORK_SIZE]; COMPILE_WORK_SIZE 8016 ext/pcre/pcrelib/pcre_compile.c cd->workspace_size = COMPILE_WORK_SIZE; COMPILE_WORK_SIZE 8172 ext/pcre/pcrelib/pcre_compile.c if (cd->workspace_size > COMPILE_WORK_SIZE)