max_lookbehind   8056 ext/pcre/pcrelib/pcre_compile.c              cd->max_lookbehind == 0)
max_lookbehind   8057 ext/pcre/pcrelib/pcre_compile.c           cd->max_lookbehind = 1;
max_lookbehind   8439 ext/pcre/pcrelib/pcre_compile.c         if (fixed_length > cd->max_lookbehind)
max_lookbehind   8440 ext/pcre/pcrelib/pcre_compile.c           cd->max_lookbehind = fixed_length;
max_lookbehind   9305 ext/pcre/pcrelib/pcre_compile.c cd->max_lookbehind = 0;
max_lookbehind   9386 ext/pcre/pcrelib/pcre_compile.c cd->max_lookbehind = 0;
max_lookbehind   9423 ext/pcre/pcrelib/pcre_compile.c re->max_lookbehind = cd->max_lookbehind;
max_lookbehind   9547 ext/pcre/pcrelib/pcre_compile.c       if (fixed_length > cd->max_lookbehind) cd->max_lookbehind = fixed_length;
max_lookbehind    220 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = re->max_lookbehind;
max_lookbehind   2334 ext/pcre/pcrelib/pcre_internal.h   pcre_uint16 max_lookbehind;     /* Longest lookbehind (characters) */
max_lookbehind   2360 ext/pcre/pcrelib/pcre_internal.h   pcre_uint16 max_lookbehind;     /* Longest lookbehind (characters) */
max_lookbehind   2444 ext/pcre/pcrelib/pcre_internal.h   int  max_lookbehind;              /* Maximum lookbehind (characters) */