Home | History | Annotate | Download | only in re2

Lines Matching refs:nsub_

675     re->nsub_--;
676 memmove(sub, sub + 1, re->nsub_ * sizeof sub[0]);
775 re->nsub_--;
776 memmove(sub, sub + 1, re->nsub_ * sizeof sub[0]);
1005 n += sub->nsub_;
1023 for (int k = sub->nsub_ - 1; k >= 0; k--)