Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3259 BOOL memchr_not_found_first_cu = FALSE; in pcre2_dfa_match() local
3677 if (!memchr_not_found_first_cu) in pcre2_dfa_match()
3680 if (pp1 == NULL) memchr_not_found_first_cu = TRUE; in pcre2_dfa_match()
H A Dpcre2_match.c6118 BOOL memchr_not_found_first_cu = FALSE; in pcre2_match() local
6804 if (!memchr_not_found_first_cu) in pcre2_match()
6807 if (pp1 == NULL) memchr_not_found_first_cu = TRUE; in pcre2_match()

Completed in 36 milliseconds