Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/db/hash/
H A Dhash.c59 static int alloc_segs(HTAB *, int);
171 if (alloc_segs(hashp, nsegs)) in __hash_open()
379 return (alloc_segs(hashp, (int)nsegs)); in init_htab()
914 alloc_segs(HTAB *hashp, int nsegs) in alloc_segs() function