Lines Matching refs:end_offset_top
954 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()
7157 if (mb->end_offset_top > arg_offset_max) mb->capture_last |= OVFLBIT; in pcre2_match()
7165 0 : mb->end_offset_top/2; in pcre2_match()
7177 if (mb->end_offset_top/2 <= re->top_bracket) in pcre2_match()
7182 iptr = match_data->ovector + mb->end_offset_top; in pcre2_match()