Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h830 PCRE2_SIZE last_group_offset; /* Saved offset to most recent group frame */ member
H A Dpcre2_match.c178 #define Flast_group_offset F->last_group_offset
236 if (Q->last_group_offset == PCRE2_UNSET) in display_frames()
239 fprintf(f, " lgoffset=%lu\n", Q->last_group_offset/frame_size); in display_frames()
778 offset = P->last_group_offset; in match()
816 offset = P->last_group_offset; in match()
5145 offset = P->last_group_offset; in match()
5541 Flast_group_offset = P->last_group_offset; in match()

Completed in 33 milliseconds