Searched refs:end_offset_top (Results 1 – 2 of 2) sorted by relevance
861 PCRE2_SIZE end_offset_top; /* Highwater mark at end of match */ member
860 mb->end_offset_top = Foffset_top; /* and how many extracts were taken */ in match()7049 mb->end_offset_top = 0; in pcre2_match()7253 match_data->rc = ((int)mb->end_offset_top >= 2 * match_data->oveccount)? in pcre2_match()7254 0 : (int)mb->end_offset_top/2 + 1; in pcre2_match()
Completed in 19 milliseconds