Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c217 *((uint32_t *)where) = re->max_lookbehind; in pcre2_pattern_info()
H A Dpcre2_intmodedep.h636 uint16_t max_lookbehind; /* Longest lookbehind (characters) */ member
755 int max_lookbehind; /* Maximum lookbehind (characters) */ member
H A Dpcre2_match.c6510 for (i = re->max_lookbehind; i > 0 && start_match > subject; i--) in pcre2_match()
6527 if (start_offset >= re->max_lookbehind) in pcre2_match()
6528 start_match -= re->max_lookbehind; in pcre2_match()
6641 for (i = re->max_lookbehind; i > 0 && mb->check_subject > subject; i--) in pcre2_match()
6659 if (start_offset >= re->max_lookbehind) in pcre2_match()
6660 mb->check_subject -= re->max_lookbehind; in pcre2_match()
6746 mb->allowemptypartial = (re->max_lookbehind > 0) || in pcre2_match()
H A Dpcre2_compile.c7918 cb->max_lookbehind == 0) in compile_branch()
7919 cb->max_lookbehind = 1; in compile_branch()
9568 if (branchlength > cb->max_lookbehind) cb->max_lookbehind = branchlength; in set_lookbehind_lengths()
9893 cb.max_lookbehind = 0; in pcre2_compile()
10283 re->max_lookbehind = 0; in pcre2_compile()
10333 re->max_lookbehind = cb.max_lookbehind; in pcre2_compile()
H A Dpcre2_dfa_match.c3485 mb->allowemptypartial = (re->max_lookbehind > 0) || in pcre2_dfa_match()
3549 for (i = re->max_lookbehind; i > 0 && check_subject > subject; i--) in pcre2_dfa_match()
3561 check_subject -= re->max_lookbehind; in pcre2_dfa_match()
H A Dpcre2_jit_compile.c13745 common->allow_empty_partial = (re->max_lookbehind > 0) || (re->flags & PCRE2_MATCH_EMPTY); in jit_compile()

Completed in 83 milliseconds