/bind-9.11.3/lib/dns/include/dns/ |
H A D | resolver.h | 54 * A dns_fetchevent_t is sent when a 'fetch' completes. Any of 'db', 64 dns_fetch_t * fetch; member in struct:dns_fetchevent 86 * Options that modify how a 'fetch' is done. 210 * that the resolver start a priming fetch, if it isn't already priming. 311 *\li When the fetch completes (successfully or otherwise), a 357 dns_resolver_cancelfetch(dns_fetch_t *fetch); 359 * Cancel 'fetch'. 363 *\li If 'fetch' has not completed, post its FETCHDONE event with a 368 *\li 'fetch' is a valid fetch [all...] |
H A D | validator.h | 24 * the view and may fetch RRset to complete trust chains. It implements 125 dns_fetch_t * fetch; member in struct:dns_validator
|
/bind-9.11.3/lib/dns/ |
H A D | lookup.c | 43 dns_fetch_t * fetch; member in struct:dns_lookup 67 REQUIRE(fevent->fetch == lookup->fetch); 80 REQUIRE(lookup->fetch == NULL); 89 &lookup->fetch); 216 * Launch a fetch. 233 dns_resolver_destroyfetch(&lookup->fetch); 423 lookup->fetch = NULL; 460 if (lookup->fetch != NULL) { 462 dns_resolver_cancelfetch(lookup->fetch); [all...] |
H A D | nta.c | 41 dns_fetch_t *fetch; member in struct:dns_nta 83 if (nta->fetch != NULL) { 84 dns_resolver_cancelfetch(nta->fetch); 85 dns_resolver_destroyfetch(&nta->fetch); 212 if (nta->fetch == devent->fetch) 213 nta->fetch = NULL; 214 dns_resolver_destroyfetch(&devent->fetch); 254 if (nta->fetch != NULL) { 255 dns_resolver_cancelfetch(nta->fetch); [all...] |
H A D | validator.c | 220 if (val->fetch != NULL || val->subvalidator != NULL) 389 dns_fetch_t *fetch; local 411 fetch = val->fetch; 412 val->fetch = NULL; 452 if (fetch != NULL) 453 dns_resolver_destroyfetch(&fetch); 471 dns_fetch_t *fetch; local 493 fetch = val->fetch; 553 dns_fetch_t *fetch; local 2976 dns_fetch_t *fetch; local 3849 dns_fetch_t *fetch = NULL; local [all...] |
H A D | client.c | 135 dns_fetch_t *fetch; member in struct:resctx 774 REQUIRE(rctx->fetch == NULL); 790 &rctx->fetch); 859 * Launch a fetch. 879 INSIST(event->fetch == rctx->fetch); 880 dns_resolver_destroyfetch(&rctx->fetch); 1400 rctx->fetch = NULL; 1448 if (rctx->fetch != NULL) 1449 dns_resolver_cancelfetch(rctx->fetch); [all...] |
H A D | adb.c | 198 dns_fetch_t *fetch; member in struct:dns_adbfetch 1312 dns_resolver_cancelfetch(name->fetch_a->fetch); 1315 dns_resolver_cancelfetch(name->fetch_aaaa->fetch); 1942 f->fetch = NULL; 1952 free_adbfetch(dns_adb_t *adb, dns_adbfetch_t **fetch) { argument 1955 INSIST(fetch != NULL && DNS_ADBFETCH_VALID(*fetch)); 1956 f = *fetch; 1957 *fetch = NULL; 2329 * will be unconditionally removed (unless they have an outstanding fetch) 3826 dns_adbfetch_t *fetch; local 4007 dns_adbfetch_t *fetch = NULL; local [all...] |
H A D | resolver.c | 118 "fetch %p (fctx %p(%s)): %s", \ 119 fetch, fetch->private, \ 120 fetch->private->info, (m)) 353 isc_result_t result; /*%< fetch result */ 413 #define DNS_FETCH_VALID(fetch) ISC_MAGIC_VALID(fetch, DNS_FETCH_MAGIC) 1333 * Keep some record of fetch result for logging later (if required). 1843 /* Inform the ADB that we're starting a fetch */ 2794 * The fetch i 4157 fctx_join(fetchctx_t *fctx, isc_task_t *task, isc_sockaddr_t *client, dns_messageid_t id, isc_taskaction_t action, void *arg, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, dns_fetch_t *fetch) argument 9085 dns_fetch_t *fetch; local 9412 dns_fetch_t *fetch; local 9546 dns_resolver_cancelfetch(dns_fetch_t *fetch) argument 9594 dns_fetch_t *fetch; local 9639 dns_resolver_logfetch(dns_fetch_t *fetch, isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_boolean_t duplicateok) argument [all...] |
H A D | zone.c | 697 dns_fetch_t *fetch; member in struct:dns_keyfetch 9082 dns_resolver_destroyfetch(&kfetch->fetch); 9105 "Returned from key fetch in keyfetch_done() for " 9112 "Unable to fetch DNSKEY set " 9621 * Refresh the data in the key zone. Initiate a fetch to get new DNSKEY 9726 kfetch->fetch = NULL; 9733 "Creating key fetch in " 9757 &kfetch->fetch); 9768 "Failed to create fetch for " 9785 * Error during a key fetch; retr [all...] |
/bind-9.11.3/bin/named/include/named/ |
H A D | query.h | 49 dns_fetch_t * fetch; member in struct:ns_query
|
/bind-9.11.3/bin/named/ |
H A D | query.c | 346 if (client->query.fetch != NULL) { 347 dns_resolver_cancelfetch(client->query.fetch); 349 client->query.fetch = NULL; 379 * Cancel the fetch if it's running. 693 client->query.fetch = NULL; 3900 if (devent->fetch != NULL) 3901 dns_resolver_destroyfetch(&devent->fetch); 3922 dns_fetch_t *fetch = NULL; local 3942 if (client->query.fetch != NULL) { 3944 * This is the fetch w [all...] |
H A D | server.c | 3941 result = ns_config_get(maps, "fetch-quota-params", &obj); 6025 dns_fetch_t *fetch; member in struct:__anon20 6058 dns_resolver_destroyfetch(&tat->fetch); 6154 tat->fetch = NULL; 6164 &tat->fetch); 10186 fprintf(fp, ";\n; Active fetch domains [view: %s]\n;\n",
|