Searched refs:end_subject (Results 1 - 5 of 5) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_match.c | 61 #define PSEND end_subject /* Field containing processed string end */ 405 if (eptr >= mb->end_subject) return 1; /* Partial match */ in match_ref() 438 if (eptr >= mb->end_subject) return 1; /* Partial match */ in match_ref() 459 if (eptr >= mb->end_subject) return 1; /* Partial match */ in match_ref() 468 if ((PCRE2_SIZE)(mb->end_subject - eptr) < length) return 1; /* Partial */ in match_ref() 527 if (Feptr >= mb->end_subject) \ 569 mb structure (e.g. end_subject) into individual variables to improve 861 if (Feptr < mb->end_subject && in match() 899 Feptr == mb->end_subject - 1 && in match() 912 if (Feptr >= mb->end_subject) /* D in match() 6337 PCRE2_SPTR end_subject; pcre2_match() local [all...] |
H A D | pcre2_dfa_match.c | 81 #define PSEND end_subject /* Field containing processed string end */ 546 PCRE2_SPTR end_subject = mb->end_subject; in internal_dfa_match() local 724 if (ptr < end_subject) in internal_dfa_match() 960 ((ptr != end_subject || (mb->poptions & PCRE2_ALT_CIRCUMFLEX) != 0 ) in internal_dfa_match() 967 if (ptr >= end_subject) in internal_dfa_match() 996 if (ptr + 1 >= mb->end_subject && in internal_dfa_match() 1019 if (clen == 0 || (IS_NEWLINE(ptr) && ptr == end_subject - mb->nllen)) in internal_dfa_match() 1035 (ptr == end_subject - mb->nllen) in internal_dfa_match() 1038 else if (ptr + 1 >= mb->end_subject in internal_dfa_match() 3307 PCRE2_SPTR end_subject; pcre2_dfa_match() local [all...] |
H A D | pcre2_extuni.c | 61 PCRE2_SPTR end_subject, BOOL utf, int *xcount) in extuni() 66 (void)end_subject; in extuni() 83 end_subject pointer to end of subject 93 PCRE2_SPTR end_subject, BOOL utf, int *xcount) in extuni() 97 while (eptr < end_subject) in extuni() 60 extuni(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, PCRE2_SPTR end_subject, BOOL utf, int *xcount) extuni() argument 92 extuni(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, PCRE2_SPTR end_subject, BOOL utf, int *xcount) extuni() argument
|
H A D | pcre2_intmodedep.h | 881 PCRE2_SPTR end_subject; /* End of the subject string */ member 909 PCRE2_SPTR end_subject; /* End of subject string */ member
|
H A D | pcre2_jit_compile.c | 8526 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 21 milliseconds