Searched refs:mtabsize (Results 1 – 2 of 2) sorted by relevance
281 (*mod->unregister)(mod->mtab, mod->mtabsize); in _nsmodfree()342 mod.mtab = (*reg_fn)(mod.name, &mod.mtabsize, &mod.unregister); in _nsloadmod()343 if (mod.mtab == NULL || mod.mtabsize == 0) { in _nsloadmod()352 if (mod.mtabsize > 1) in _nsloadmod()353 qsort(mod.mtab, mod.mtabsize, sizeof(mod.mtab[0]), in _nsloadmod()576 mtab = bsearch(&mtabkey, mod->mtab, mod->mtabsize, in _nsmethod()
206 unsigned int mtabsize; /* size of mtab */ member