Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c179 #define Flast_group_offset F->last_group_offset macro
652 Flast_group_offset = PCRE2_UNSET; /* Saved frame of most recent group */ in match()
747 Flast_group_offset = (char *)F - (char *)match_data->heapframes; in match()
785 offset = Flast_group_offset; in match()
823 offset = Flast_group_offset; in match()
5342 offset = Flast_group_offset; in match()
5746 N = (heapframe *)((char *)match_data->heapframes + Flast_group_offset); in match()
5748 Flast_group_offset = P->last_group_offset; in match()

Completed in 21 milliseconds