fixed_length     8421 ext/pcre/pcrelib/pcre_compile.c       int fixed_length;
fixed_length     8423 ext/pcre/pcrelib/pcre_compile.c       fixed_length = find_fixedlength(last_branch,  (options & PCRE_UTF8) != 0,
fixed_length     8425 ext/pcre/pcrelib/pcre_compile.c       DPRINTF(("fixed length = %d\n", fixed_length));
fixed_length     8426 ext/pcre/pcrelib/pcre_compile.c       if (fixed_length == -3)
fixed_length     8430 ext/pcre/pcrelib/pcre_compile.c       else if (fixed_length < 0)
fixed_length     8432 ext/pcre/pcrelib/pcre_compile.c         *errorcodeptr = (fixed_length == -2)? ERR36 :
fixed_length     8433 ext/pcre/pcrelib/pcre_compile.c                         (fixed_length == -4)? ERR70: ERR25;
fixed_length     8439 ext/pcre/pcrelib/pcre_compile.c         if (fixed_length > cd->max_lookbehind)
fixed_length     8440 ext/pcre/pcrelib/pcre_compile.c           cd->max_lookbehind = fixed_length;
fixed_length     8441 ext/pcre/pcrelib/pcre_compile.c         PUT(reverse_count, 0, fixed_length);
fixed_length     9533 ext/pcre/pcrelib/pcre_compile.c       int fixed_length;
fixed_length     9537 ext/pcre/pcrelib/pcre_compile.c       fixed_length = find_fixedlength(cc, (re->options & PCRE_UTF8) != 0, TRUE,
fixed_length     9540 ext/pcre/pcrelib/pcre_compile.c       DPRINTF(("fixed length = %d\n", fixed_length));
fixed_length     9541 ext/pcre/pcrelib/pcre_compile.c       if (fixed_length < 0)
fixed_length     9543 ext/pcre/pcrelib/pcre_compile.c         errorcode = (fixed_length == -2)? ERR36 :
fixed_length     9544 ext/pcre/pcrelib/pcre_compile.c                     (fixed_length == -4)? ERR70 : ERR25;
fixed_length     9547 ext/pcre/pcrelib/pcre_compile.c       if (fixed_length > cd->max_lookbehind) cd->max_lookbehind = fixed_length;
fixed_length     9548 ext/pcre/pcrelib/pcre_compile.c       PUT(cc, 1, fixed_length);