Home
last modified time | relevance | path

Searched refs:dns_name_fullhash (Results 1 – 7 of 7) sorted by relevance

/minix/external/bsd/bind/dist/lib/dns/include/dns/
H A Dname.h332 dns_name_fullhash(dns_name_t *name, isc_boolean_t case_sensitive);
/minix/external/bsd/bind/dist/lib/dns/win32/
H A Dlibdns.def.in495 dns_name_fullhash
/minix/external/bsd/bind/dist/lib/dns/
H A Dname.c531 dns_name_fullhash(dns_name_t *name, isc_boolean_t case_sensitive) { in dns_name_fullhash() function
553 return (dns_name_fullhash(name, case_sensitive)); in dns_fullname_hash()
H A Drbt.c1519 hash = dns_name_fullhash(&hash_name, ISC_FALSE); in dns_rbt_findnode()
2246 HASHVAL(node) = dns_name_fullhash(name, ISC_FALSE); in hash_add_node()
H A Dadb.c773 bucket = dns_name_fullhash(&name->name, ISC_TRUE) % n; in grow_names()
784 bucket = dns_name_fullhash(&name->name, ISC_TRUE) % n; in grow_names()
2023 bucket = dns_name_fullhash(name, ISC_FALSE) % adb->nnames; in find_name_and_lock()
H A Dresolver.c8790 bucketnum = dns_name_fullhash(name, ISC_FALSE) % res->nbuckets; in dns_resolver_createfetch3()
/minix/external/bsd/bind/dist/
H A DCHANGES7606 1708. [cleanup] Replaced dns_fullname_hash() with dns_name_fullhash()