Lines Matching full:iend
1507 register PCRE2_SIZE *iend = mb->ovector + offset;
1508 while (iptr < iend) *iptr++ = PCRE2_UNSET;
2056 register PCRE2_SIZE *iend = mb->ovector + offset;
2057 while (iptr < iend) *iptr++ = PCRE2_UNSET;
6735 register PCRE2_SIZE *iend = iptr - re->top_bracket;
6736 if (iend < mb->ovector + 2) iend = mb->ovector + 2;
6737 while (--iptr >= iend) *iptr = PCRE2_UNSET;
7179 register PCRE2_SIZE *iptr, *iend;
7183 iend = match_data->ovector + 2 * resetcount;
7184 while (iptr < iend) *iptr++ = PCRE2_UNSET;