Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c61 #define PSEND end_subject /* Field containing processed string end */
403 if (eptr >= mb->end_subject) return 1; /* Partial match */ in match_ref()
436 if (eptr >= mb->end_subject) return 1; /* Partial match */ in match_ref()
457 if (eptr >= mb->end_subject) return 1; /* Partial match */ in match_ref()
466 if ((PCRE2_SIZE)(mb->end_subject - eptr) < length) return 1; /* Partial */ in match_ref()
519 if (Feptr >= mb->end_subject) \
845 if (Feptr < mb->end_subject && in match()
882 Feptr == mb->end_subject - 1 && in match()
895 if (Feptr >= mb->end_subject) /* DO NOT merge the Feptr++ here; it must */ in match()
902 if (utf) ACROSSCHAR(Feptr < mb->end_subject, Feptr, Feptr++); in match()
[all …]
Dpcre2_dfa_match.c81 #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()
1063 else if (ptr + 1 >= mb->end_subject && in internal_dfa_match()
[all …]
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()
Dpcre2_intmodedep.h870 PCRE2_SPTR end_subject; /* End of the subject string */ member
898 PCRE2_SPTR end_subject; /* End of subject string */ member
Dpcre2_jit_compile.c8295 PCRE2_SPTR end_subject = args->end; in do_extuni_utf() local
8353 while (cc < end_subject); in do_extuni_utf()
8363 PCRE2_SPTR end_subject = args->end; in do_extuni_utf_invalid() local
8373 GETCHARINC_INVALID(c, cc, end_subject, break); in do_extuni_utf_invalid()
8420 while (cc < end_subject); in do_extuni_utf_invalid()
8428 PCRE2_SPTR end_subject = args->end; in do_extuni_no_utf() local
8443 while (cc < end_subject) in do_extuni_no_utf()