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

  /src/lib/libc/db/hash/
hash.c 72 static int init_htab(HTAB *, size_t);
214 "init_htab:",
329 /* init_htab should destroy the table and set errno if it fails */
330 if (init_htab(hashp, (size_t)nelem))
342 init_htab(HTAB *hashp, size_t nelem) function in typeref:typename:int

Completed in 11 milliseconds