Searched refs:hash_free (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | mandoc_ohash.c | 29 static void hash_free(void *, void *); 39 info.free = hash_free; in mandoc_ohash_init() 61 hash_free(void *p, void *arg) in hash_free() function
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | tdata.c | 401 hash_free(td->td_iihash, iidesc_free, NULL); in tdata_free() 402 hash_free(td->td_layouthash, tdesc_free_cb, NULL); in tdata_free() 403 hash_free(td->td_idhash, NULL, NULL); in tdata_free() 480 hash_free(td2->td_layouthash, NULL, NULL); in tdata_merge() 483 hash_free(td2->td_iihash, NULL, NULL); in tdata_merge()
|
H A D | hash.h | 53 void hash_free(hash_t *, void (*)(void *, void *), void *);
|
H A D | alist.c | 108 hash_free(alist->al_elements, alist_free_cb, alist); in alist_free()
|
H A D | hash.c | 245 hash_free(hash_t *hash, void (*datafree)(void *, void *), void *private) in hash_free() function
|
/freebsd/usr.bin/m4/ |
H A D | look.c | 55 static void hash_free(void *, void *); 65 NULL, hash_calloc, hash_free, element_alloc }; 78 hash_free(void *p, void *u __unused) in hash_free() function
|
/freebsd/sys/vm/ |
H A D | uma_core.c | 311 static void hash_free(struct uma_hash *hash); 1217 hash_free(&oldhash); in zone_timeout() 1324 hash_free(struct uma_hash *hash) in hash_free() function 3031 hash_free(&keg->uk_hash); in keg_dtor()
|