Searched refs:end_subject (Results 1 – 5 of 5) sorted by relevance
519 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() local6538 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 …]
61 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()
546 PCRE2_SPTR end_subject = mb->end_subject; in internal_dfa_match() local724 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() local3359 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 …]
870 PCRE2_SPTR end_subject; /* End of the subject string */ member898 PCRE2_SPTR end_subject; /* End of subject string */ member
8218 PCRE2_SPTR end_subject = args->end; in do_extuni_utf() local8276 while (cc < end_subject); in do_extuni_utf()8286 PCRE2_SPTR end_subject = args->end; in do_extuni_utf_invalid() local8296 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() local8366 while (cc < end_subject) in do_extuni_no_utf()
Completed in 105 milliseconds