Lines Matching refs:eptr

182 #define Feptr              F->eptr
240 i, Q->group_frame_type, Q->eptr - mb->start_subject, *(Q->ecode), in display_frames()
366 PCRE2_SPTR eptr; in match_ref() local
384 eptr = eptr_start = Feptr; in match_ref()
410 if (eptr >= mb->end_subject) return 1; /* Partial match */ in match_ref()
414 GETCHARINC(c, eptr); in match_ref()
419 c = *eptr++; in match_ref()
443 if (eptr >= mb->end_subject) return 1; /* Partial match */ in match_ref()
444 cc = UCHAR21TEST(eptr); in match_ref()
449 eptr++; in match_ref()
464 if (eptr >= mb->end_subject) return 1; /* Partial match */ in match_ref()
465 if (UCHAR21INCTEST(p) != UCHAR21INCTEST(eptr)) return -1; /* No match */ in match_ref()
473 if ((PCRE2_SIZE)(mb->end_subject - eptr) < length) return 1; /* Partial */ in match_ref()
474 if (memcmp(p, eptr, CU2BYTES(length)) != 0) return -1; /* No match */ in match_ref()
475 eptr += length; in match_ref()
479 *lengthptr = eptr - eptr_start; in match_ref()
642 frame_copy_size = frame_size - offsetof(heapframe, eptr); in match()
749 memcpy((char *)N + offsetof(heapframe, eptr), in match()
750 (char *)F + offsetof(heapframe, eptr), in match()
824 Fovector[offset] = P->eptr - mb->start_subject; in match()
867 P->eptr = Feptr; in match()
5447 if (Feptr == P->eptr && mb->last_used_ptr == P->recurse_last_used && in match()
5931 (char *)P->eptr - (char *)mb->start_subject); in match()
5995 if (branch_start[1 + LINK_SIZE] == OP_VREVERSE && Feptr != P->eptr) in match()
6001 Feptr = P->eptr; in match()
6009 if (branch_start[1 + LINK_SIZE] == OP_VREVERSE && Feptr != P->eptr) in match()
6015 Feptr = P->eptr; in match()
6038 if (branch_start[1 + LINK_SIZE] == OP_VREVERSE && Feptr != P->eptr) in match()
6050 if (!PRIV(script_run)(P->eptr, Feptr, utf)) RRETURN(MATCH_NOMATCH); in match()
6081 Fovector[offset] = P->eptr - mb->start_subject; in match()
6094 memcpy((char *)P + offsetof(heapframe, eptr), in match()
6095 (char *)F + offsetof(heapframe, eptr), in match()
6107 if (Fop != OP_KET && (P == NULL || Feptr != P->eptr)) in match()