Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_intmodedep.h635 uint16_t max_lookbehind; /* Longest lookbehind (characters) */ member
748 int max_lookbehind; /* Maximum lookbehind (characters) */ member
Dpcre2_pattern_info.c217 *((uint32_t *)where) = re->max_lookbehind; in pcre2_pattern_info()
Dpcre2_compile.c7358 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()
Dpcre2_dfa_match.c3456 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()
Dpcre2_match.c6118 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()