Searched refs:hash_Insert (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/usr.sbin/bootp/common/ |
| H A D | hash.h | 132 extern int hash_Insert(hash_tbl *, u_int code, hash_cmpfp,
|
| H A D | hash.c | 209 hash_Insert(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare, in hash_Insert() function
|
| H A D | readfile.c | 432 if (hash_Insert(hwhashtable, hashcode, hwinscmp, hp, hp) < 0) { in readtab() 443 if (hash_Insert(iphashtable, hashcode, nullcmp, hp, hp) < 0) { in readtab() 454 if (hash_Insert(nmhashtable, hashcode, nullcmp, in readtab()
|