Home
last modified time | relevance | path

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

/external/syslinux/lzo/src/
Dstats1b.h69 long max_lookbehind; member
/external/pcre/dist2/src/
Dpcre2_intmodedep.h620 uint16_t max_lookbehind; /* Longest lookbehind (characters) */ member
714 int max_lookbehind; /* Maximum lookbehind (characters) */ member
Dpcre2_pattern_info.c195 *((uint32_t *)where) = re->max_lookbehind; in pcre2_pattern_info()
Dpcre2_compile.c7412 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()
Dpcre2_dfa_match.c3294 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()
Dpcre2_match.c6559 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()