Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash.c68 static int init_htab(HTAB *, int);
321 if (init_htab(hashp, nelem)) in init_hash()
333 init_htab(HTAB *hashp, int nelem) in init_htab() function