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.c177 #define Flast_group_offset F->last_group_offset
235 if (Q->last_group_offset == PCRE2_UNSET) in display_frames()
238 fprintf(f, " lgoffset=%lu\n", Q->last_group_offset/frame_size); in display_frames()
758 offset = P->last_group_offset; in match()
796 offset = P->last_group_offset; in match()
5069 offset = P->last_group_offset; in match()
5463 Flast_group_offset = P->last_group_offset; in match()
Dpcre2_intmodedep.h828 PCRE2_SIZE last_group_offset; /* Saved offset to most recent group frame */ member