fixed_length     8423 ext/pcre/pcrelib/pcre_compile.c       int fixed_length;
fixed_length     8425 ext/pcre/pcrelib/pcre_compile.c       fixed_length = find_fixedlength(last_branch,  (options & PCRE_UTF8) != 0,
fixed_length     8427 ext/pcre/pcrelib/pcre_compile.c       DPRINTF(("fixed length = %d\n", fixed_length));
fixed_length     8428 ext/pcre/pcrelib/pcre_compile.c       if (fixed_length == -3)
fixed_length     8432 ext/pcre/pcrelib/pcre_compile.c       else if (fixed_length < 0)
fixed_length     8434 ext/pcre/pcrelib/pcre_compile.c         *errorcodeptr = (fixed_length == -2)? ERR36 :
fixed_length     8435 ext/pcre/pcrelib/pcre_compile.c                         (fixed_length == -4)? ERR70: ERR25;
fixed_length     8441 ext/pcre/pcrelib/pcre_compile.c         if (fixed_length > cd->max_lookbehind)
fixed_length     8442 ext/pcre/pcrelib/pcre_compile.c           cd->max_lookbehind = fixed_length;
fixed_length     8443 ext/pcre/pcrelib/pcre_compile.c         PUT(reverse_count, 0, fixed_length);
fixed_length     9535 ext/pcre/pcrelib/pcre_compile.c       int fixed_length;
fixed_length     9539 ext/pcre/pcrelib/pcre_compile.c       fixed_length = find_fixedlength(cc, (re->options & PCRE_UTF8) != 0, TRUE,
fixed_length     9542 ext/pcre/pcrelib/pcre_compile.c       DPRINTF(("fixed length = %d\n", fixed_length));
fixed_length     9543 ext/pcre/pcrelib/pcre_compile.c       if (fixed_length < 0)
fixed_length     9545 ext/pcre/pcrelib/pcre_compile.c         errorcode = (fixed_length == -2)? ERR36 :
fixed_length     9546 ext/pcre/pcrelib/pcre_compile.c                     (fixed_length == -4)? ERR70 : ERR25;
fixed_length     9549 ext/pcre/pcrelib/pcre_compile.c       if (fixed_length > cd->max_lookbehind) cd->max_lookbehind = fixed_length;
fixed_length     9550 ext/pcre/pcrelib/pcre_compile.c       PUT(cc, 1, fixed_length);