Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3260 BOOL memchr_not_found_first_cu2 = FALSE; in pcre2_dfa_match() local
3688 if (!memchr_not_found_first_cu2) in pcre2_dfa_match()
3691 memchr_not_found_first_cu2 = (pp2 == NULL && pp1 == NULL); in pcre2_dfa_match()
H A Dpcre2_match.c6119 BOOL memchr_not_found_first_cu2 = FALSE; in pcre2_match() local
6815 if (!memchr_not_found_first_cu2) in pcre2_match()
6818 memchr_not_found_first_cu2 = (pp2 == NULL && pp1 == NULL); in pcre2_match()

Completed in 27 milliseconds