Searched refs:binhash_free (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dbinhash.h39 extern void binhash_free(BINHASH *, void (*) (char *));
H A Dbinhash.c45 /* void binhash_free(table, free_fn)
84 /* binhash_free() destroys a hash table, including contents. If the free_fn
283 /* binhash_free - destroy hash table */
285 void binhash_free(BINHASH *table, void (*free_fn) (char *)) function

Completed in 92 milliseconds