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

/freebsd-current/lib/libc/db/hash/
H A Dhash.c68 static int init_htab(HTAB *, int);
203 "init_htab:",
320 /* init_htab should destroy the table and set errno if it fails */
321 if (init_htab(hashp, nelem))
333 init_htab(HTAB *hashp, int nelem) function

Completed in 114 milliseconds