Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c532 if (Feptr >= mb->end_subject) \
902 if (Feptr < mb->end_subject && in match()
1035 if (Feptr >= mb->end_subject) in match()
1112 if (Feptr >= mb->end_subject) in match()
6556 PCRE2_SPTR end_subject; in pcre2_match() local
6964 mb->end_subject = end_subject; in pcre2_match()
7185 end_subject = t; in pcre2_match()
7380 end_subject = mb->end_subject; in pcre2_match()
7467 if (p >= end_subject) in pcre2_match()
7682 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.c548 PCRE2_SPTR end_subject = mb->end_subject; in internal_dfa_match() local
726 if (ptr < end_subject) in internal_dfa_match()
969 if (ptr >= end_subject) in internal_dfa_match()
3316 ptr < end_subject) in internal_dfa_match()
3359 PCRE2_SPTR end_subject; in pcre2_dfa_match() local
3470 end_subject = subject + length; in pcre2_dfa_match()
3480 bumpalong_limit = end_subject; in pcre2_dfa_match()
3535 mb->end_subject = end_subject; in pcre2_dfa_match()
3734 end_subject = t; in pcre2_dfa_match()
3920 end_subject = mb->end_subject; in pcre2_dfa_match()
[all …]
H A Dpcre2_intmodedep.h885 PCRE2_SPTR end_subject; /* Usable end of the subject string */ member
914 PCRE2_SPTR end_subject; /* End of subject string */ member
H A Dpcre2_jit_compile.c8691 PCRE2_SPTR end_subject = args->end; in do_extuni_utf() local
8749 while (cc < end_subject); in do_extuni_utf()
8759 PCRE2_SPTR end_subject = args->end; in do_extuni_utf_invalid() local
8769 GETCHARINC_INVALID(c, cc, end_subject, break); in do_extuni_utf_invalid()
8816 while (cc < end_subject); in do_extuni_utf_invalid()
8824 PCRE2_SPTR end_subject = args->end; in do_extuni_no_utf() local
8839 while (cc < end_subject) in do_extuni_no_utf()

Completed in 72 milliseconds