Searched refs:memchr_not_found_first_cu (Results 1 – 2 of 2) sorted by relevance
3259 BOOL memchr_not_found_first_cu = FALSE; in pcre2_dfa_match() local3677 if (!memchr_not_found_first_cu) in pcre2_dfa_match()3680 if (pp1 == NULL) memchr_not_found_first_cu = TRUE; in pcre2_dfa_match()
6118 BOOL memchr_not_found_first_cu = FALSE; in pcre2_match() local6804 if (!memchr_not_found_first_cu) in pcre2_match()6807 if (pp1 == NULL) memchr_not_found_first_cu = TRUE; in pcre2_match()
Completed in 45 milliseconds