Home
last modified time | relevance | path

Searched refs:memchr_found_first_cu (Results 1 – 6 of 6) sorted by relevance

/dports/www/mod_php81/php-8.1.1/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3259 PCRE2_SPTR memchr_found_first_cu = NULL; in pcre2_dfa_match() local
3684 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()
H A Dpcre2_match.c6120 PCRE2_SPTR memchr_found_first_cu; in pcre2_match() local
6715 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()
/dports/lang/php81/php-8.1.1/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c3259 PCRE2_SPTR memchr_found_first_cu = NULL; in pcre2_dfa_match() local
3684 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()
H A Dpcre2_match.c6120 PCRE2_SPTR memchr_found_first_cu; in pcre2_match() local
6715 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()
/dports/devel/pcre2/pcre2-35fee41/src/
H A Dpcre2_dfa_match.c3259 PCRE2_SPTR memchr_found_first_cu = NULL; in pcre2_dfa_match() local
3684 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()
H A Dpcre2_match.c6120 PCRE2_SPTR memchr_found_first_cu; in pcre2_match() local
6715 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()