Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
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()
Dpcre2_match.c6118 BOOL memchr_not_found_first_cu; in pcre2_match() local
6713 memchr_not_found_first_cu = FALSE; in pcre2_match()
6809 if (!memchr_not_found_first_cu) in pcre2_match()
6812 if (pp1 == NULL) memchr_not_found_first_cu = TRUE; in pcre2_match()