COMPILE_WORK_SIZE  102 pcre/pcrelib/pcre_compile.c #define COMPILE_WORK_SIZE_MAX (100*COMPILE_WORK_SIZE)
COMPILE_WORK_SIZE  694 pcre/pcrelib/pcre_compile.c if (cd->workspace_size > COMPILE_WORK_SIZE)
COMPILE_WORK_SIZE 7652 pcre/pcrelib/pcre_compile.c pcre_uchar cworkspace[COMPILE_WORK_SIZE];
COMPILE_WORK_SIZE 7857 pcre/pcrelib/pcre_compile.c cd->workspace_size = COMPILE_WORK_SIZE;
COMPILE_WORK_SIZE 7997 pcre/pcrelib/pcre_compile.c if (cd->workspace_size > COMPILE_WORK_SIZE)