Lines Matching defs:hashcode
322 unsigned hashcode, buflen;
434 hashcode = hash_HashFunction(hp->haddr, haddrlength(hp->htype));
435 if (hash_Insert(hwhashtable, hashcode, hwinscmp, hp, hp) < 0) {
445 hashcode = hash_HashFunction((u_char *) & (hp->iaddr.s_addr), 4);
446 if (hash_Insert(iphashtable, hashcode, nullcmp, hp, hp) < 0) {
455 hashcode = hash_HashFunction((u_char *) hp->hostname->string,
457 if (hash_Insert(nmhashtable, hashcode, nullcmp,
1426 unsigned int tlen, hashcode;
1432 hashcode = hash_HashFunction((u_char *) tstring, tlen);
1433 hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring);