Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c184 #define Foffset_top F->offset_top macro
297 cb->capture_top = (uint32_t)Foffset_top/2 + 1; in do_callout()
367 if (offset >= Foffset_top || Fovector[offset] == PCRE2_UNSET) in match_ref()
798 if (offset >= Foffset_top) Foffset_top = offset + 2; in match()
5423 Foffset_top = assert_accept_frame->offset_top; in match()
5614 Foffset_top = assert_accept_frame->offset_top; in match()
5765 Foffset_top * sizeof(PCRE2_SIZE)); in match()
5766 P->offset_top = Foffset_top; in match()
5850 Foffset_top * sizeof(PCRE2_SIZE)); in match()
5851 Foffset_top = P->offset_top; in match()
[all …]

Completed in 31 milliseconds