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

  /src/lib/libc/stdlib/
hcreate.c 33 * hcreate() / hsearch() / hdestroy()
148 hdestroy(void) function in typeref:typename:void
  /src/lib/libc/db/hash/
hash.c 70 static int hdestroy(HTAB *);
197 hdestroy(hashp);
255 retval = hdestroy(hashp);
389 hdestroy(HTAB *hashp) function in typeref:typename:int
396 (void)fprintf(stderr, "hdestroy: accesses %d collisions %d\n",
398 (void)fprintf(stderr, "hdestroy: expansions %d\n",
400 (void)fprintf(stderr, "hdestroy: overflows %d\n",
924 (void)hdestroy(hashp);
935 (void)hdestroy(hashp);

Completed in 12 milliseconds