Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c222 *((int *)where) = re->max_lookbehind; in pcre_fullinfo()
H A Dpcre_compile.c8058 cd->max_lookbehind == 0) in compile_branch()
8059 cd->max_lookbehind = 1; in compile_branch()
8441 if (fixed_length > cd->max_lookbehind) in compile_regex()
8442 cd->max_lookbehind = fixed_length; in compile_regex()
9307 cd->max_lookbehind = 0; in pcre_compile2()
9388 cd->max_lookbehind = 0; in pcre_compile2()
9425 re->max_lookbehind = cd->max_lookbehind; in pcre_compile2()
9549 if (fixed_length > cd->max_lookbehind) cd->max_lookbehind = fixed_length; in pcre_compile2()
H A Dpcre_internal.h2338 pcre_uint16 max_lookbehind; /* Longest lookbehind (characters) */ member
2364 pcre_uint16 max_lookbehind; /* Longest lookbehind (characters) */ member
2448 int max_lookbehind; /* Maximum lookbehind (characters) */ member

Completed in 38 milliseconds