COMPILE_WORK_SIZE  116 ext/pcre/pcrelib/pcre_compile.c #define COMPILE_WORK_SIZE_MAX (100*COMPILE_WORK_SIZE)
COMPILE_WORK_SIZE  935 ext/pcre/pcrelib/pcre_compile.c if (cd->workspace_size > COMPILE_WORK_SIZE)
COMPILE_WORK_SIZE 9021 ext/pcre/pcrelib/pcre_compile.c pcre_uchar cworkspace[COMPILE_WORK_SIZE];
COMPILE_WORK_SIZE 9299 ext/pcre/pcrelib/pcre_compile.c cd->workspace_size = COMPILE_WORK_SIZE;
COMPILE_WORK_SIZE 9490 ext/pcre/pcrelib/pcre_compile.c if (cd->workspace_size > COMPILE_WORK_SIZE)