Searched refs:hash_Insert (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/libexec/bootpd/ |
| D | hash.h | 133 extern int hash_Insert(hash_tbl *, u_int code,
|
| D | hash.c | 216 hash_Insert(hashtable, hashcode, compare, key, element) in hash_Insert() function
|
| D | readfile.c | 428 if (hash_Insert(hwhashtable, hashcode, hwinscmp, hp, hp) < 0) { 439 if (hash_Insert(iphashtable, hashcode, nullcmp, hp, hp) < 0) { 450 if (hash_Insert(nmhashtable, hashcode, nullcmp,
|