Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
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()
5143 offset = P->last_group_offset; in match()
5539 Flast_group_offset = P->last_group_offset; in match()
Dpcre2_intmodedep.h830 PCRE2_SIZE last_group_offset; /* Saved offset to most recent group frame */ member