Searched refs:end_subject (Results 1 – 5 of 5) sorted by relevance
527 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() local6744 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 …]
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()3264 ptr < end_subject) in internal_dfa_match()3307 PCRE2_SPTR end_subject; in pcre2_dfa_match() local3418 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 …]
881 PCRE2_SPTR end_subject; /* End of the subject string */ member909 PCRE2_SPTR end_subject; /* End of subject string */ member
8526 PCRE2_SPTR end_subject = args->end; in do_extuni_utf() local8584 while (cc < end_subject); in do_extuni_utf()8594 PCRE2_SPTR end_subject = args->end; in do_extuni_utf_invalid() local8604 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() local8674 while (cc < end_subject) in do_extuni_no_utf()
Completed in 63 milliseconds