Lines Matching refs:end_offset_top
908 offset_top = md->end_offset_top; in match()
1169 offset_top = md->end_offset_top; in match()
1236 offset_top = md->end_offset_top; in match()
1391 if (md->end_offset_top > offset_top) in match()
1392 offset_top = md->end_offset_top; /* Captures may have happened */ in match()
1507 md->end_offset_top = offset_top; /* and how many extracts were taken */ in match()
1592 offset_top = md->end_offset_top; in match()
1935 md->end_offset_top = offset_top; in match()
2008 md->end_offset_top = offset_top; in match()
6934 md->end_offset_top = 0; in pcre_exec()
7067 if (md->end_offset_top > arg_offset_max) md->capture_last |= OVFLBIT; in pcre_exec()
7076 md->end_offset_top >= arg_offset_max)? in pcre_exec()
7077 0 : md->end_offset_top/2; in pcre_exec()
7088 if (md->end_offset_top/2 <= re->top_bracket && offsets != NULL) in pcre_exec()
7093 iptr = offsets + md->end_offset_top; in pcre_exec()