Lines Matching refs:Foffset_top
184 #define Foffset_top F->offset_top macro
296 cb->capture_top = (uint32_t)Foffset_top/2 + 1; in do_callout()
366 if (offset >= Foffset_top || Fovector[offset] == PCRE2_UNSET) in match_ref()
639 Foffset_top = 0; /* End of captures within the frame */ in match()
785 if (offset >= Foffset_top) Foffset_top = offset + 2; in match()
863 mb->end_offset_top = Foffset_top; /* and how many extracts were taken */ in match()
874 while (--i >= Foffset_top + 2) ovector[i] = PCRE2_UNSET; in match()
4898 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) break; in match()
4959 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) in match()
5409 Foffset_top = assert_accept_frame->offset_top; in match()
5554 condition = offset < Foffset_top && Fovector[offset] != PCRE2_UNSET; in match()
5564 condition = offset < Foffset_top && Fovector[offset] != PCRE2_UNSET; in match()
5600 Foffset_top = assert_accept_frame->offset_top; in match()
5751 Foffset_top * sizeof(PCRE2_SIZE)); in match()
5752 P->offset_top = Foffset_top; in match()
5836 Foffset_top * sizeof(PCRE2_SIZE)); in match()
5837 Foffset_top = P->offset_top; in match()
5850 if (offset >= Foffset_top) Foffset_top = offset + 2; in match()