Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c954 offset_top = mb->end_offset_top; in match()
1189 offset_top = mb->end_offset_top; in match()
1255 offset_top = mb->end_offset_top; in match()
1427 if (mb->end_offset_top > offset_top) in match()
1428 offset_top = mb->end_offset_top; /* Captures may have happened */ in match()
1540 mb->end_offset_top = offset_top; /* and how many extracts were taken */ in match()
1625 offset_top = mb->end_offset_top; in match()
2008 mb->end_offset_top = offset_top; in match()
2077 mb->end_offset_top = offset_top; in match()
6995 mb->end_offset_top = 0; in pcre2_match()
[all …]
Dpcre2_intmodedep.h792 PCRE2_SIZE end_offset_top; /* Highwater mark at end of match */ member