Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3830 PCRE2_SIZE check_length = end_subject - start_match; in pcre2_dfa_match() local
3832 if (check_length < REQ_CU_MAX || in pcre2_dfa_match()
3833 (!anchored && check_length < REQ_CU_MAX * 1000)) in pcre2_dfa_match()
H A Dpcre2_match.c6966 PCRE2_SIZE check_length = end_subject - start_match; in pcre2_match() local
6968 if (check_length < REQ_CU_MAX || in pcre2_match()
6969 (!anchored && check_length < REQ_CU_MAX * 1000)) in pcre2_match()

Completed in 33 milliseconds