Searched refs:end_offset_top (Results 1 – 2 of 2) sorted by relevance
872 PCRE2_SIZE end_offset_top; /* Highwater mark at end of match */ member
876 mb->end_offset_top = Foffset_top; /* and how many extracts were taken */ in match()7286 mb->end_offset_top = 0; in pcre2_match()7486 match_data->rc = ((int)mb->end_offset_top >= 2 * match_data->oveccount)? in pcre2_match()7487 0 : (int)mb->end_offset_top/2 + 1; in pcre2_match()
Completed in 20 milliseconds