Home
last modified time | relevance | path

Searched refs:end_subject (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_match.c519 if (Feptr >= mb->end_subject) \
847 if (Feptr < mb->end_subject && in match()
969 if (Feptr >= mb->end_subject) in match()
1046 if (Feptr >= mb->end_subject) in match()
6130 PCRE2_SPTR end_subject; in pcre2_match() local
6540 mb->end_subject = end_subject; in pcre2_match()
6753 end_subject = t; in pcre2_match()
6948 end_subject = mb->end_subject; in pcre2_match()
7035 if (p >= end_subject) in pcre2_match()
7241 mb->end_subject = end_subject = true_end_subject; in pcre2_match()
[all …]
H A Dpcre2_extuni.c61 PCRE2_SPTR end_subject, BOOL utf, int *xcount) in PRIV()
66 (void)end_subject; in PRIV()
93 PCRE2_SPTR end_subject, BOOL utf, int *xcount) in PRIV()
97 while (eptr < end_subject) in PRIV()
H A Dpcre2_dfa_match.c546 PCRE2_SPTR end_subject = mb->end_subject; in internal_dfa_match() local
724 if (ptr < end_subject) in internal_dfa_match()
967 if (ptr >= end_subject) in internal_dfa_match()
3207 ptr < end_subject) in internal_dfa_match()
3250 PCRE2_SPTR end_subject; in pcre2_dfa_match() local
3359 end_subject = subject + length; in pcre2_dfa_match()
3369 bumpalong_limit = end_subject; in pcre2_dfa_match()
3424 mb->end_subject = end_subject; in pcre2_dfa_match()
3623 end_subject = t; in pcre2_dfa_match()
3809 end_subject = mb->end_subject; in pcre2_dfa_match()
[all …]
H A Dpcre2_intmodedep.h870 PCRE2_SPTR end_subject; /* End of the subject string */ member
898 PCRE2_SPTR end_subject; /* End of subject string */ member
H A Dpcre2_jit_compile.c8295 PCRE2_SPTR end_subject = args->end; in do_extuni_utf() local
8353 while (cc < end_subject); in do_extuni_utf()
8363 PCRE2_SPTR end_subject = args->end; in do_extuni_utf_invalid() local
8373 GETCHARINC_INVALID(c, cc, end_subject, break); in do_extuni_utf_invalid()
8420 while (cc < end_subject); in do_extuni_utf_invalid()
8428 PCRE2_SPTR end_subject = args->end; in do_extuni_no_utf() local
8443 while (cc < end_subject) in do_extuni_no_utf()

Completed in 58 milliseconds