Searched defs:which (Results 1 - 8 of 8) sorted by relevance
/bind-9.11.3/lib/dns/tests/ |
H A D | rdatasetstats_test.c | 32 dns_rdatastatstype_t which; local 37 which = DNS_RDATASTATSTYPE_VALUE(type, attributes); 38 dns_rdatasetstats_increment(stats, which); 42 which = DNS_RDATASTATSTYPE_VALUE(type, attributes); 43 dns_rdatasetstats_increment(stats, which); 48 dns_rdatastatstype_t which; local 53 which = DNS_RDATASTATSTYPE_VALUE(0, attributes); 54 dns_rdatasetstats_increment(stats, which); 58 checkit1(dns_rdatastatstype_t which, isc_uint64_t value, void *arg) { argument 64 UNUSED(which); 85 checkit2(dns_rdatastatstype_t which, isc_uint64_t value, void *arg) argument [all...] |
/bind-9.11.3/unit/atf-src/tools/ |
H A D | misc_helpers.cpp | 401 std::string which = tools::env::get("TESTCASE"); local 404 if (which == "pass") 406 if (which == "config") 408 if (which == "fds") 410 if (which == "mux_streams") 412 if (which == "testvar") 414 if (which == "env_list") 416 if (which == "env_home") 418 if (which == "read_stdin") 420 if (which [all...] |
/bind-9.11.3/lib/isc/unix/ |
H A D | file.c | 271 isc_uint32_t which; local 273 isc_random_get(&which); 274 *cp = alphnum[which % (sizeof(alphnum) - 1)]; 330 isc_uint32_t which; local 332 isc_random_get(&which); 333 *cp = alphnum[which % (sizeof(alphnum) - 1)]; 529 * Put the absolute name of the current directory into 'dirname', which is
|
/bind-9.11.3/lib/isc/win32/ |
H A D | file.c | 41 * Emulate UNIX mkstemp, which returns an open FD to the new file 57 isc_uint32_t which; local 59 isc_random_get(&which); 60 *trv = alphnum[which % (sizeof(alphnum) - 1)];
|
/bind-9.11.3/bin/named/ |
H A D | config.c | 325 ns_checknames_get(const cfg_obj_t **maps, const char *which, argument 353 which) == 0) {
|
/bind-9.11.3/bin/dnssec/ |
H A D | dnssec-signzone.c | 1477 * Nodes which don't need to be signed are dumped here. 1635 remove_records(dns_dbnode_t *node, dns_rdatatype_t which, argument 1657 if (type == which || covers == which) { 1658 if (which == dns_rdatatype_nsec && 1662 if (which == dns_rdatatype_nsec3param && 1678 * which case remove all signatures except for DS or nsec_datatype 1682 dns_rdatatype_t which) 1703 if (which == 0 && delegation && 1709 if (which ! 1681 remove_sigs(dns_dbnode_t *node, isc_boolean_t delegation, dns_rdatatype_t which) argument [all...] |
/bind-9.11.3/lib/dns/ |
H A D | resolver.c | 519 * (0x008) which we also use as an addrinfo flag. 673 * zone cut, the response should normally be a referral, which should 3989 * Unless we're still initializing (in which case the 5679 * having to remember which 6628 * rcode is NXDOMAIN (handled above) in which case 7000 * are multiple ones (which there shouldn't be). 8009 * previously got a response from this server which indicated 10304 dns_quotatype_t which, isc_result_t resp) 10307 REQUIRE(which == dns_quotatype_zone || which 10303 dns_resolver_setquotaresponse(dns_resolver_t *resolver, dns_quotatype_t which, isc_result_t resp) argument 10314 dns_resolver_getquotaresponse(dns_resolver_t *resolver, dns_quotatype_t which) argument [all...] |
H A D | zone.c | 621 isc_uint32_t which; member in struct:dns_forward 3488 * Find private-type records at the zone apex which signal that an NSEC3 chain 4271 * zone. Otherwise call load_secroots(), which loads keys into 6212 * which is signed by an inactive key. 7014 * (which is indicated by "active" being set to ISC_FALSE): 7022 * (which is indicated by "active" being set to ISC_TRUE), only remove the 7023 * NSEC3PARAM record which matches the relevant NSEC3 chain and has the 7066 * Delete all NSEC3PARAM records which match that in nsec3chain. 7103 * Delete all private records which match that in nsec3chain. 7149 * Add a NSEC3PARAM record which matche [all...] |
Completed in 80 milliseconds