Home
last modified time | relevance | path

Searched refs:mtabsize (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/net/
H A Dnsdispatch.c534 mod.mtab = fn(mod.name, &mod.mtabsize, &mod.unregister); in nss_load_module()
535 if (mod.mtab == NULL || mod.mtabsize == 0) { in nss_load_module()
542 if (mod.mtabsize > 1) in nss_load_module()
543 qsort(mod.mtab, mod.mtabsize, sizeof(mod.mtab[0]), in nss_load_module()
560 mod->unregister(mod->mtab, mod->mtabsize); in ns_mod_free()
607 match = bsearch(&key, mod->mtab, mod->mtabsize, in nss_method_lookup()
/freebsd/include/
H A Dnsswitch.h219 unsigned int mtabsize; /* count of entries in method table */ member