Searched refs:memchr_found_first_cu (Results 1 – 6 of 6) sorted by relevance
3259 PCRE2_SPTR memchr_found_first_cu = NULL; in pcre2_dfa_match() local3684 if (memchr_found_first_cu == NULL || in pcre2_dfa_match()3685 start_match > memchr_found_first_cu) in pcre2_dfa_match()3688 memchr_found_first_cu = (pp1 == NULL)? end_subject : pp1; in pcre2_dfa_match()3694 else pp1 = (memchr_found_first_cu == end_subject)? NULL : in pcre2_dfa_match()3695 memchr_found_first_cu; in pcre2_dfa_match()
6120 PCRE2_SPTR memchr_found_first_cu; in pcre2_match() local6715 memchr_found_first_cu = NULL; in pcre2_match()6818 if (memchr_found_first_cu == NULL || in pcre2_match()6819 start_match > memchr_found_first_cu) in pcre2_match()6822 memchr_found_first_cu = (pp1 == NULL)? end_subject : pp1; in pcre2_match()6828 else pp1 = (memchr_found_first_cu == end_subject)? NULL : in pcre2_match()6829 memchr_found_first_cu; in pcre2_match()