Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h834 PCRE2_SIZE last_group_offset; /* Saved offset to most recent group frame */ member
H A Dpcre2_match.c179 #define Flast_group_offset F->last_group_offset
238 if (Q->last_group_offset == PCRE2_UNSET) in display_frames()
241 fprintf(f, " lgoffset=%lu\n", Q->last_group_offset/frame_size); in display_frames()
792 offset = P->last_group_offset; in match()
830 offset = P->last_group_offset; in match()
5352 offset = P->last_group_offset; in match()
5748 Flast_group_offset = P->last_group_offset; in match()

Completed in 33 milliseconds