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
  /src/lib/libc/db/hash/
hash.c 71 static int hdestroy(HTAB *);
198 hdestroy(hashp);
256 retval = hdestroy(hashp);
390 hdestroy(HTAB *hashp) function
397 (void)fprintf(stderr, "hdestroy: accesses %d collisions %d\n",
399 (void)fprintf(stderr, "hdestroy: expansions %d\n",
401 (void)fprintf(stderr, "hdestroy: overflows %d\n",
925 (void)hdestroy(hashp);
936 (void)hdestroy(hashp);

Completed in 21 milliseconds