Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_match.c184 #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()
785 if (offset >= Foffset_top) Foffset_top = offset + 2; in match()
5409 Foffset_top = assert_accept_frame->offset_top; 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()
[all …]

Completed in 15 milliseconds