Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_extuni.c60 PRIV(extuni)(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, in PRIV()
65 (void)start_subject; in PRIV()
92 PRIV(extuni)(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, in PRIV()
116 while (bptr > start_subject) in PRIV()
Dpcre2_dfa_match.c80 #define PSSTART start_subject /* Field containing processed string start */
362 cb->start_match = (PCRE2_SIZE)(current_subject - mb->start_subject); in do_callout()
363 cb->current_position = (PCRE2_SIZE)(ptr - mb->start_subject); in do_callout()
534 PCRE2_SPTR start_subject = mb->start_subject; in internal_dfa_match() local
596 if (current_subject <= start_subject) break; in internal_dfa_match()
598 ACROSSCHAR(current_subject > start_subject, current_subject, in internal_dfa_match()
608 size_t current_offset = (size_t)(current_subject - start_subject); in internal_dfa_match()
872 current_subject > start_subject + mb->start_offset))) in internal_dfa_match()
882 offsets[0] = (PCRE2_SIZE)(current_subject - start_subject); in internal_dfa_match()
883 offsets[1] = (PCRE2_SIZE)(ptr - start_subject); in internal_dfa_match()
[all …]
Dpcre2_match.c60 #define PSSTART start_subject /* Field containing processed string start */
232 i, Q->group_frame_type, Q->eptr - mb->start_subject, *(Q->ecode), in display_frames()
298 cb->current_position = (PCRE2_SIZE)(Feptr - mb->start_subject); in do_callout()
377 p = mb->start_subject + Fovector[offset]; in match_ref()
762 Fovector[offset] = P->eptr - mb->start_subject; in match()
763 Fovector[offset+1] = Feptr - mb->start_subject; in match()
818 Fstart_match == mb->start_subject + mb->start_offset))) in match()
844 ovector[0] = Fstart_match - mb->start_subject; in match()
845 ovector[1] = Feptr - mb->start_subject; in match()
2455 Feptr = PRIV(extuni)(fc, Feptr, mb->start_subject, mb->end_subject, utf, in match()
[all …]
Dpcre2_intmodedep.h865 PCRE2_SPTR start_subject; /* Start of the subject string */ member
893 PCRE2_SPTR start_subject ; /* Start of the subject string */ member
Dpcre2_jit_compile.c7226 PCRE2_SPTR start_subject = args->begin; in do_extuni_utf() local
7253 while (bptr > start_subject) in do_extuni_utf()
7285 PCRE2_SPTR start_subject = args->begin; in do_extuni_no_utf() local
7310 while (bptr > start_subject) in do_extuni_no_utf()