Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c527 if (Feptr >= mb->end_subject) \
861 if (Feptr < mb->end_subject && in match()
984 if (Feptr >= mb->end_subject) in match()
1061 if (Feptr >= mb->end_subject) in match()
6337 PCRE2_SPTR end_subject; in pcre2_match() local
6744 mb->end_subject = end_subject; in pcre2_match()
6964 end_subject = t; in pcre2_match()
7159 end_subject = mb->end_subject; in pcre2_match()
7246 if (p >= end_subject) in pcre2_match()
7452 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()
3264 ptr < end_subject) in internal_dfa_match()
3307 PCRE2_SPTR end_subject; in pcre2_dfa_match() local
3418 end_subject = subject + length; in pcre2_dfa_match()
3428 bumpalong_limit = end_subject; in pcre2_dfa_match()
3483 mb->end_subject = end_subject; in pcre2_dfa_match()
3682 end_subject = t; in pcre2_dfa_match()
3868 end_subject = mb->end_subject; in pcre2_dfa_match()
[all …]
H A Dpcre2_intmodedep.h881 PCRE2_SPTR end_subject; /* End of the subject string */ member
909 PCRE2_SPTR end_subject; /* End of subject string */ member
H A Dpcre2_jit_compile.c8526 PCRE2_SPTR end_subject = args->end; in do_extuni_utf() local
8584 while (cc < end_subject); in do_extuni_utf()
8594 PCRE2_SPTR end_subject = args->end; in do_extuni_utf_invalid() local
8604 GETCHARINC_INVALID(c, cc, end_subject, break); in do_extuni_utf_invalid()
8651 while (cc < end_subject); in do_extuni_utf_invalid()
8659 PCRE2_SPTR end_subject = args->end; in do_extuni_no_utf() local
8674 while (cc < end_subject) in do_extuni_no_utf()

Completed in 74 milliseconds