Searched refs:fixed_length (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c8216 int fixed_length; local
8218 fixed_length = find_fixedlength(last_branch, (options & PCRE_UTF8) != 0,
8220 DPRINTF(("fixed length = %d\n", fixed_length));
8221 if (fixed_length == -3)
8225 else if (fixed_length < 0)
8227 *errorcodeptr = (fixed_length == -2)? ERR36 :
8228 (fixed_length == -4)? ERR70: ERR25;
8234 if (fixed_length > cd->max_lookbehind)
8235 cd->max_lookbehind = fixed_length;
8236 PUT(reverse_count, 0, fixed_length);
9321 int fixed_length; local
[all...]

Completed in 35 milliseconds