Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A 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()
784 if (offset >= Foffset_top) Foffset_top = offset + 2; in match()
871 while (--i >= Foffset_top + 2) ovector[i] = PCRE2_UNSET; in match()
5214 Foffset_top = assert_accept_frame->offset_top; in match()
5405 Foffset_top = assert_accept_frame->offset_top; in match()
5556 Foffset_top * sizeof(PCRE2_SIZE)); in match()
5557 P->offset_top = Foffset_top; in match()
5642 Foffset_top = P->offset_top; in match()
[all …]

Completed in 16 milliseconds