Searched refs:hash_Insert (Results 1 – 3 of 3) sorted by relevance
/freebsd/libexec/bootpd/ |
H A D | hash.h | 132 extern int hash_Insert(hash_tbl *, u_int code,
|
H A D | hash.c | 204 hash_Insert(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Insert() function
|
H A D | readfile.c | 424 if (hash_Insert(hwhashtable, hashcode, hwinscmp, hp, hp) < 0) { in readtab() 435 if (hash_Insert(iphashtable, hashcode, nullcmp, hp, hp) < 0) { in readtab() 446 if (hash_Insert(nmhashtable, hashcode, nullcmp, in readtab()
|