Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/db/hash/
H A Dhash.c71 static int init_htab(HTAB *, int);
324 if (init_htab(hashp, nelem)) in init_hash()
336 init_htab(HTAB *hashp, int nelem) in init_htab() function