Searched defs:which (Results 1 - 6 of 6) sorted by relevance
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | zkt.c | 149 static void list_key (const dki_t **nodep, const VISIT which, int depth) argument 156 //fprintf (stderr, "listkey %d %d %s\n", which, depth, dkp->name); 158 if ( which == INORDER || which == LEAF ) 197 static void list_trustedkey (const dki_t **nodep, const VISIT which, int depth) 205 if ( which == INORDER || which == LEAF ) 207 // fprintf (stderr, "list_trustedkey order=%d(pre=0,in=1,post=2,leaf=3) depth=%d %s\n", which, depth, dkp->name); 220 static void list_trustedkey (const dki_t **nodep, const VISIT which, int depth) argument 228 if ( which 272 list_dnskey(const dki_t **nodep, const VISIT which, int depth) argument 322 set_keylifetime(const dki_t **nodep, const VISIT which, int depth) argument 369 tag_search(const dki_t **nodep, const VISIT which, int depth) argument [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | misc_helpers.cpp | 376 std::string which = atf::env::get("TESTCASE"); local 379 if (which == "pass") 381 if (which == "config") 383 if (which == "fds") 385 if (which == "mux_streams") 387 if (which == "testvar") 389 if (which == "env_list") 391 if (which == "env_home") 393 if (which == "read_stdin") 395 if (which [all...] |
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | file.c | 202 isc_uint32_t which; local 215 isc_random_get(&which); 216 *cp = alphnum[which % (sizeof(alphnum) - 1)]; 249 isc_uint32_t which; local 263 isc_random_get(&which); 264 *cp = alphnum[which % (sizeof(alphnum) - 1)]; 413 * Put the absolute name of the current directory into 'dirname', which is
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | config.c | 246 ns_checknames_get(const cfg_obj_t **maps, const char *which, argument 272 if (strcasecmp(cfg_obj_asstring(type), which) == 0) {
|
/bind-9.6-ESV-R11/bin/dnssec/ |
H A D | dnssec-signzone.c | 1799 * Nodes which don't need to be signed are dumped here. 1956 remove_records(dns_dbnode_t *node, dns_rdatatype_t which) { argument 1976 if (type == which || covers == which) { 1990 remove_sigs(dns_dbnode_t *node, dns_rdatatype_t which) { argument 2008 (covers == which || which == 0)) 2266 * any NSEC3 records which have the same parameters as the chain we 2322 * Delete any NSEC3 records which are not part of the current 2515 * Clean out NSEC3 records which do [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | zone.c | 487 isc_uint32_t which; member in struct:dns_forward 4624 * Delete all NSEC3PARAM records which match that in nsec3chain. 4657 * Add a NSEC3PARAM record which matches that in nsec3chain but 7761 * If truncated punt to zone transfer which will query again. 10472 if (forward->which >= forward->zone->masterscnt) { 10477 forward->addr = forward->zone->masters[forward->which]; 10598 forward->which++; 10629 forward->which = 0;
|
Completed in 49 milliseconds