Searched refs:hash_datum (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/usr.sbin/bootp/common/ |
H A D | hash.h | 98 typedef void hash_datum; typedef 106 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_datum *key, hash_datum *element); 136 hash_cmpfp, hash_datum *key, 139 extern hash_datum *hash_Lookup(hash_tbl *, u_int code, 140 hash_cmpfp, hash_datum *key); 142 extern hash_datum *hash_FirstEntry(hash_tbl *); [all …]
|
H A D | readfile.h | 8 extern boolean hwlookcmp(hash_datum *, hash_datum *); 9 extern boolean iplookcmp(hash_datum *, hash_datum *); 10 extern boolean nmcmp(hash_datum *, hash_datum *);
|
H A D | hash.c | 182 hash_datum *key) in hash_Exists() 210 hash_datum *key, hash_datum *element) in hash_Insert() 238 hash_datum *key, hash_freefp free_data) in hash_Delete() 298 hash_datum * 300 hash_datum *key) in hash_Lookup() 320 hash_datum * 372 hash_datum *
|
H A D | readfile.c | 227 boolean nmcmp(hash_datum *, hash_datum *); 244 free_host(hash_datum *); 256 hwinscmp(hash_datum *, hash_datum *); 262 nullcmp(hash_datum *, hash_datum *); 394 free_host((hash_datum *) hp); in readtab() 436 free_host((hash_datum *) hp); in readtab() 1323 nullcmp(hash_datum *d1, hash_datum *d2) in nullcmp() 1335 nmcmp(hash_datum *d1, hash_datum *d2) in nmcmp() 1357 hwinscmp(hash_datum *d1, hash_datum *d2) in hwinscmp() 1866 free_host(hash_datum *hmp) in free_host() [all …]
|