Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c519 if (Feptr >= mb->end_subject) \
845 if (Feptr < mb->end_subject && in match()
967 if (Feptr >= mb->end_subject) in match()
1044 if (Feptr >= mb->end_subject) in match()
6128 PCRE2_SPTR end_subject; in pcre2_match() local
6538 mb->end_subject = end_subject; in pcre2_match()
6746 end_subject = t; in pcre2_match()
6922 end_subject = mb->end_subject; in pcre2_match()
7009 if (p >= end_subject) in pcre2_match()
7214 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()
3790 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.c8218 PCRE2_SPTR end_subject = args->end; in do_extuni_utf() local
8276 while (cc < end_subject); in do_extuni_utf()
8286 PCRE2_SPTR end_subject = args->end; in do_extuni_utf_invalid() local
8296 GETCHARINC_INVALID(c, cc, end_subject, break); in do_extuni_utf_invalid()
8343 while (cc < end_subject); in do_extuni_utf_invalid()
8351 PCRE2_SPTR end_subject = args->end; in do_extuni_no_utf() local
8366 while (cc < end_subject) in do_extuni_no_utf()

Completed in 63 milliseconds