Searched refs:end_offset_top (Results 1 – 2 of 2) sorted by relevance
1187 md->end_offset_top = offset_top; /* and how many extracts were taken */ in match()1238 offset_top = md->end_offset_top; in match()1456 offset_top = md->end_offset_top; in match()1570 md->end_offset_top = offset_top; in match()6217 if (md->end_offset_top > offsetcount) md->offset_overflow = TRUE; in pcre_exec()6225 rc = md->offset_overflow? 0 : md->end_offset_top/2; in pcre_exec()
1731 int end_offset_top; /* Highwater mark at end of match */ member