Home | History | Annotate | Download | only in lib

Lines Matching refs:abkref_ents

4220   mctx->abkref_ents = n;
4280 if (mctx->nbkref_ents >= mctx->abkref_ents)
4284 mctx->abkref_ents * 2);
4292 sizeof (struct re_backref_cache_entry) * mctx->abkref_ents);
4293 mctx->abkref_ents *= 2;