Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_intmodedep.h858 PCRE2_SIZE end_offset_top; /* Highwater mark at end of match */ member
Dpcre2_match.c840 mb->end_offset_top = Foffset_top; /* and how many extracts were taken */ in match()
6680 mb->end_offset_top = 0; in pcre2_match()
6822 match_data->rc = ((int)mb->end_offset_top >= 2 * match_data->oveccount)? in pcre2_match()
6823 0 : (int)mb->end_offset_top/2 + 1; in pcre2_match()