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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_fullinfo.c222 *((int *)where) = re->max_lookbehind;
H A Dpcre_compile.c8077 cd->max_lookbehind == 0)
8078 cd->max_lookbehind = 1;
8460 if (fixed_length > cd->max_lookbehind)
8461 cd->max_lookbehind = fixed_length;
9326 cd->max_lookbehind = 0;
9407 cd->max_lookbehind = 0;
9444 re->max_lookbehind = cd->max_lookbehind;
9568 if (fixed_length > cd->max_lookbehind) cd->max_lookbehind
[all...]

Completed in 43 milliseconds