Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_match.c178 #define Flast_group_offset F->last_group_offset macro
639 Flast_group_offset = PCRE2_UNSET; /* Saved frame of most recent group */ in match()
733 Flast_group_offset = (char *)F - (char *)mb->match_frames; in match()
771 offset = Flast_group_offset; in match()
809 offset = Flast_group_offset; in match()
5135 offset = Flast_group_offset; in match()
5539 N = (heapframe *)((char *)mb->match_frames + Flast_group_offset); in match()
5541 Flast_group_offset = P->last_group_offset; in match()

Completed in 21 milliseconds