Searched refs:max_lookbehind (Results 1 – 5 of 5) sorted by relevance
635 uint16_t max_lookbehind; /* Longest lookbehind (characters) */ member748 int max_lookbehind; /* Maximum lookbehind (characters) */ member
217 *((uint32_t *)where) = re->max_lookbehind; in pcre2_pattern_info()
7358 cb->max_lookbehind == 0) in compile_branch()7359 cb->max_lookbehind = 1; in compile_branch()8902 if (branchlength > cb->max_lookbehind) cb->max_lookbehind = branchlength; in get_branchlength()9238 cb.max_lookbehind = 0; in pcre2_compile()9627 re->max_lookbehind = 0; in pcre2_compile()9677 re->max_lookbehind = cb.max_lookbehind; in pcre2_compile()
3456 for (i = re->max_lookbehind; i > 0 && check_subject > subject; i--) in pcre2_dfa_match()3468 check_subject -= re->max_lookbehind; in pcre2_dfa_match()
6118 for (i = re->max_lookbehind; i > 0 && check_subject > subject; i--) in pcre2_match()6134 if (start_offset >= re->max_lookbehind) in pcre2_match()6135 check_subject -= re->max_lookbehind; in pcre2_match()