Searched refs:dns_name_hash (Results 1 – 10 of 10) sorted by relevance
| /minix3/external/bsd/bind/dist/bin/tests/names/ |
| H A D | dns_name_hash_data | 2 # test data for dns_name_hash
|
| H A D | t_names.c | 617 hash1 = dns_name_hash(dns_name1, ISC_TRUE); in test_dns_name_hash() 618 hash2 = dns_name_hash(dns_name2, ISC_TRUE); in test_dns_name_hash() 626 hash1 = dns_name_hash(dns_name1, ISC_FALSE); in test_dns_name_hash() 627 hash2 = dns_name_hash(dns_name2, ISC_FALSE); in test_dns_name_hash()
|
| /minix3/external/bsd/bind/dist/lib/dns/ |
| H A D | compress.c | 158 hash = dns_name_hash(&tname, ISC_FALSE) % in dns_compress_findglobal() 226 hash = dns_name_hash(&tname, ISC_FALSE) % in dns_compress_add()
|
| H A D | view.c | 1619 hash = dns_name_hash(name, ISC_FALSE) % DNS_VIEW_DELONLYHASH; in dns_view_adddelegationonly() 1654 hash = dns_name_hash(name, ISC_FALSE) % DNS_VIEW_DELONLYHASH; in dns_view_excludedelegationonly() 1682 hash = dns_name_hash(name, ISC_FALSE) % DNS_VIEW_DELONLYHASH; in dns_view_isdelegationonly()
|
| H A D | name.c | 518 dns_name_hash(dns_name_t *name, isc_boolean_t case_sensitive) { in dns_name_hash() function
|
| H A D | rbtdb.c | 2869 node->locknum = dns_name_hash(&nodename, ISC_TRUE) % in findnodeintree() 7235 node->locknum = dns_name_hash(&foundname, ISC_TRUE) % in loading_addrdataset() 8359 dns_name_hash(&name, ISC_TRUE) % in dns_rbtdb64_create() 8385 nsec3node->locknum = dns_name_hash(&name, ISC_TRUE) % in dns_rbtdb64_create()
|
| H A D | resolver.c | 9131 i = dns_name_hash(name, ISC_FALSE) % resolver->badhash; in dns_resolver_flushbadcache() 9257 hashval = dns_name_hash(name, ISC_FALSE); in dns_resolver_addbadcache() 9314 i = dns_name_hash(name, ISC_FALSE) % resolver->badhash; in dns_resolver_getbadcache()
|
| H A D | adb.c | 4536 bucket = dns_name_hash(name, ISC_FALSE) % adb->nnames; in dns_adb_flushname()
|
| /minix3/external/bsd/bind/dist/lib/dns/include/dns/ |
| H A D | name.h | 317 dns_name_hash(dns_name_t *name, isc_boolean_t case_sensitive);
|
| /minix3/external/bsd/bind/dist/lib/dns/win32/ |
| H A D | libdns.def.in | 499 dns_name_hash
|