Searched refs:hash_cmpfp (Results 1 – 2 of 2) sorted by relevance
/freebsd/libexec/bootpd/ |
H A D | hash.h | 120 typedef int (*hash_cmpfp)(hash_datum *, hash_datum *); typedef 130 hash_cmpfp, hash_datum *key); 133 hash_cmpfp, hash_datum *key, 137 hash_cmpfp, hash_datum *key, 141 hash_cmpfp, hash_datum *key);
|
H A D | hash.c | 176 hash_Exists(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Exists() 204 hash_Insert(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Insert() 232 hash_Delete(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Delete() 294 hash_Lookup(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Lookup()
|