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