Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash.c55 static int alloc_segs(HTAB *, int);
160 if (alloc_segs(hashp, nsegs)) in __hash_open()
366 return (alloc_segs(hashp, nsegs)); in init_htab()
872 alloc_segs(HTAB *hashp, int nsegs) in alloc_segs() function