Searched refs:max_lookbehind (Results 1 – 6 of 6) sorted by relevance
636 uint16_t max_lookbehind; /* Longest lookbehind (characters) */ member750 int max_lookbehind; /* Maximum lookbehind (characters) */ member
217 *((uint32_t *)where) = re->max_lookbehind; in pcre2_pattern_info()
6305 for (i = re->max_lookbehind; i > 0 && start_match > subject; i--) in pcre2_match()6322 if (start_offset >= re->max_lookbehind) in pcre2_match()6323 start_match -= re->max_lookbehind; in pcre2_match()6436 for (i = re->max_lookbehind; i > 0 && mb->check_subject > subject; i--) in pcre2_match()6454 if (start_offset >= re->max_lookbehind) in pcre2_match()6455 mb->check_subject -= re->max_lookbehind; in pcre2_match()6540 mb->allowemptypartial = (re->max_lookbehind > 0) || in pcre2_match()
7792 cb->max_lookbehind == 0) in compile_branch()7793 cb->max_lookbehind = 1; in compile_branch()9443 if (branchlength > cb->max_lookbehind) cb->max_lookbehind = branchlength; in set_lookbehind_lengths()9768 cb.max_lookbehind = 0; in pcre2_compile()10157 re->max_lookbehind = 0; in pcre2_compile()10207 re->max_lookbehind = cb.max_lookbehind; in pcre2_compile()
3426 mb->allowemptypartial = (re->max_lookbehind > 0) || in pcre2_dfa_match()3490 for (i = re->max_lookbehind; i > 0 && check_subject > subject; i--) in pcre2_dfa_match()3502 check_subject -= re->max_lookbehind; in pcre2_dfa_match()
13516 common->allow_empty_partial = (re->max_lookbehind > 0) || (re->flags & PCRE2_MATCH_EMPTY); in jit_compile()