Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c183 #define Foffset_top F->offset_top macro
295 cb->capture_top = (uint32_t)Foffset_top/2 + 1; in do_callout()
365 if (offset >= Foffset_top || Fovector[offset] == PCRE2_UNSET) in match_ref()
638 Foffset_top = 0; /* End of captures within the frame */ in match()
784 if (offset >= Foffset_top) Foffset_top = offset + 2; in match()
860 mb->end_offset_top = Foffset_top; /* and how many extracts were taken */ in match()
871 while (--i >= Foffset_top + 2) ovector[i] = PCRE2_UNSET; in match()
4703 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) break; in match()
4764 if (Loffset < Foffset_top && Fovector[Loffset] != PCRE2_UNSET) in match()
5214 Foffset_top = assert_accept_frame->offset_top; in match()
[all …]