Searched refs:hash_datum (Results 1 – 4 of 4) sorted by relevance
/freebsd/libexec/bootpd/ |
H A D | hash.h | 96 typedef void hash_datum; typedef 104 hash_datum *data; 120 typedef int (*hash_cmpfp)(hash_datum *, hash_datum *); 121 typedef void (*hash_freefp)(hash_datum *); 130 hash_cmpfp, hash_datum *key); 133 hash_cmpfp, hash_datum *key, 134 hash_datum *element); 137 hash_cmpfp, hash_datum *key, 140 extern hash_datum *hash_Lookup(hash_tbl *, u_int code, 141 hash_cmpfp, hash_datum *key); [all …]
|
H A D | readfile.h | 6 extern boolean hwlookcmp(hash_datum *, hash_datum *); 7 extern boolean iplookcmp(hash_datum *, hash_datum *); 8 extern boolean nmcmp(hash_datum *, hash_datum *);
|
H A D | hash.c | 177 hash_datum *key) in hash_Exists() 205 hash_datum *key, hash_datum *element) in hash_Insert() 233 hash_datum *key, hash_freefp free_data) in hash_Delete() 293 hash_datum * 295 hash_datum *key) in hash_Lookup() 315 hash_datum * 367 hash_datum *
|
H A D | readfile.c | 220 boolean nmcmp(hash_datum *, hash_datum *); 237 free_host(hash_datum *); 249 hwinscmp(hash_datum *, hash_datum *); 255 nullcmp(hash_datum *, hash_datum *); 386 free_host((hash_datum *) hp); in readtab() 428 free_host((hash_datum *) hp); in readtab() 1314 nullcmp(hash_datum *d1, hash_datum *d2) in nullcmp() 1326 nmcmp(hash_datum *d1, hash_datum *d2) in nmcmp() 1348 hwinscmp(hash_datum *d1, hash_datum *d2) in hwinscmp() 1860 free_host(hash_datum *hmp) in free_host() [all …]
|