Searched refs:max_lookbehind (Results 1 – 6 of 6) sorted by relevance
69 long max_lookbehind; member
620 uint16_t max_lookbehind; /* Longest lookbehind (characters) */ member714 int max_lookbehind; /* Maximum lookbehind (characters) */ member
195 *((uint32_t *)where) = re->max_lookbehind; in pcre2_pattern_info()
7412 cb->max_lookbehind == 0) in compile_branch()7413 cb->max_lookbehind = 1; in compile_branch()7788 if (fixed_length > cb->max_lookbehind) in compile_regex()7789 cb->max_lookbehind = fixed_length; in compile_regex()8441 cb.max_lookbehind = 0; in pcre2_compile()8698 re->max_lookbehind = 0; in pcre2_compile()8741 cb.max_lookbehind = 0; in pcre2_compile()8775 re->max_lookbehind = cb.max_lookbehind; in pcre2_compile()8920 if (fixed_length > cb.max_lookbehind) cb.max_lookbehind = fixed_length; in pcre2_compile()8931 re->max_lookbehind = cb.max_lookbehind; in pcre2_compile()
3294 for (i = re->max_lookbehind; i > 0 && check_subject > subject; i--) in pcre2_dfa_match()3306 check_subject -= re->max_lookbehind; in pcre2_dfa_match()
6559 for (i = re->max_lookbehind; i > 0 && check_subject > subject; i--) in pcre2_match()6575 if (start_offset >= re->max_lookbehind) in pcre2_match()6576 check_subject -= re->max_lookbehind; in pcre2_match()