Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c220 *((int *)where) = re->max_lookbehind; in pcre_fullinfo()
H A Dpcre_compile.c8070 cd->max_lookbehind == 0) in compile_branch()
8071 cd->max_lookbehind = 1; in compile_branch()
8453 if (fixed_length > cd->max_lookbehind) in compile_regex()
8454 cd->max_lookbehind = fixed_length; in compile_regex()
9319 cd->max_lookbehind = 0; in pcre_compile2()
9400 cd->max_lookbehind = 0; in pcre_compile2()
9437 re->max_lookbehind = cd->max_lookbehind; in pcre_compile2()
9561 if (fixed_length > cd->max_lookbehind) cd->max_lookbehind = fixed_length; in pcre_compile2()
H A Dpcre_internal.h2334 pcre_uint16 max_lookbehind; /* Longest lookbehind (characters) */ member
2360 pcre_uint16 max_lookbehind; /* Longest lookbehind (characters) */ member
2444 int max_lookbehind; /* Maximum lookbehind (characters) */ member

Completed in 185 milliseconds