Home | History | Annotate | Download | only in re2

Lines Matching refs:nsub_

676     re->nsub_--;
677 memmove(sub, sub + 1, re->nsub_ * sizeof sub[0]);
776 re->nsub_--;
777 memmove(sub, sub + 1, re->nsub_ * sizeof sub[0]);
1006 n += sub->nsub_;
1024 for (int k = sub->nsub_ - 1; k >= 0; k--)