HomeSort by: relevance | last modified time | path
    Searched defs:alloc_segs (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/db/hash/
hash.c 59 static int alloc_segs(HTAB *, int);
171 if (alloc_segs(hashp, nsegs))
173 * If alloc_segs fails, table will have been destroyed
336 * This calls alloc_segs which may run out of memory. Alloc_segs will destroy
379 return (alloc_segs(hashp, (int)nsegs));
914 alloc_segs(HTAB *hashp, int nsegs) function in typeref:typename:int
hash.c 59 static int alloc_segs(HTAB *, int);
171 if (alloc_segs(hashp, nsegs))
173 * If alloc_segs fails, table will have been destroyed
336 * This calls alloc_segs which may run out of memory. Alloc_segs will destroy
379 return (alloc_segs(hashp, (int)nsegs));
914 alloc_segs(HTAB *hashp, int nsegs) function in typeref:typename:int
hash.c 59 static int alloc_segs(HTAB *, int);
171 if (alloc_segs(hashp, nsegs))
173 * If alloc_segs fails, table will have been destroyed
336 * This calls alloc_segs which may run out of memory. Alloc_segs will destroy
379 return (alloc_segs(hashp, (int)nsegs));
914 alloc_segs(HTAB *hashp, int nsegs) function in typeref:typename:int

Completed in 33 milliseconds