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

/forgerock/web-agents-v4/pcre/
H A Dpcre_byte_order.c146 re->max_lookbehind = swap_uint16(re->max_lookbehind);
H A Dpcre_fullinfo.c222 *((int *)where) = re->max_lookbehind;
H A Dpcre_compile.c7856 cd->max_lookbehind == 0)
7857 cd->max_lookbehind = 1;
8234 if (fixed_length > cd->max_lookbehind)
8235 cd->max_lookbehind = fixed_length;
9097 cd->max_lookbehind = 0;
9185 cd->max_lookbehind = 0;
9221 re->max_lookbehind = cd->max_lookbehind;
9335 if (fixed_length > cd->max_lookbehind) cd->max_lookbehind
[all...]

Completed in 83 milliseconds