Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c175 #define Feptr F->eptr macro
298 cb->current_position = (PCRE2_SIZE)(Feptr - mb->start_subject); in do_callout()
376 eptr = eptr_start = Feptr; in match_ref()
500 if (mb->partial != 0 && Feptr >= mb->end_subject && \
501 Feptr > mb->start_used_ptr) \
508 if (mb->partial != 0 && Feptr > mb->start_used_ptr) \
616 Fstart_match = Feptr = start_eptr; /* Current data pointer and start match */ in match()
763 Fovector[offset+1] = Feptr - mb->start_subject; in match()
776 if (Feptr > mb->last_used_ptr) mb->last_used_ptr = Feptr; in match()
803 P->eptr = Feptr; in match()
[all …]