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

  /src/include/
search.h 61 void hdestroy(void);
  /src/tests/lib/libc/stdlib/
t_hsearch.c 159 hdestroy();
180 hdestroy();
229 hdestroy();
  /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 15 milliseconds