Searched refs:hash_Insert (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/libexec/bootpd/ |
| H A D | hash.h | 133 extern int hash_Insert(hash_tbl *, u_int code,
|
| H A D | hash.c | 223 hash_Insert(hashtable, hashcode, compare, key, element) in hash_Insert() function
|
| H A D | readfile.c | 436 if (hash_Insert(hwhashtable, hashcode, hwinscmp, hp, hp) < 0) { 447 if (hash_Insert(iphashtable, hashcode, nullcmp, hp, hp) < 0) { 458 if (hash_Insert(nmhashtable, hashcode, nullcmp,
|