Home
last modified time | relevance | path

Searched refs:check_length (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3908 PCRE2_SIZE check_length = end_subject - start_match; in pcre2_dfa_match() local
3910 if (check_length < REQ_CU_MAX || in pcre2_dfa_match()
3911 (!anchored && check_length < REQ_CU_MAX * 1000)) in pcre2_dfa_match()
H A Dpcre2_match.c7203 PCRE2_SIZE check_length = end_subject - start_match; in pcre2_match() local
7205 if (check_length < REQ_CU_MAX || in pcre2_match()
7206 (!anchored && check_length < REQ_CU_MAX * 1000)) in pcre2_match()

Completed in 27 milliseconds