Searched refs:fetch (Results 1 - 10 of 10) sorted by relevance

/bind-9.6-ESV-R11/bin/named/include/named/
H A Dquery.h56 dns_fetch_t * fetch; member in struct:ns_query
/bind-9.6-ESV-R11/lib/dns/
H A Dlookup.c52 dns_fetch_t * fetch; member in struct:dns_lookup
76 REQUIRE(fevent->fetch == lookup->fetch);
89 REQUIRE(lookup->fetch == NULL);
98 &lookup->fetch);
225 * Launch a fetch.
242 dns_resolver_destroyfetch(&lookup->fetch);
431 lookup->fetch = NULL;
468 if (lookup->fetch != NULL) {
470 dns_resolver_cancelfetch(lookup->fetch);
[all...]
H A Dadb.c201 dns_fetch_t *fetch; member in struct:dns_adbfetch
932 dns_resolver_cancelfetch(name->fetch_a->fetch);
935 dns_resolver_cancelfetch(name->fetch_aaaa->fetch);
1503 f->fetch = NULL;
1513 free_adbfetch(dns_adb_t *adb, dns_adbfetch_t **fetch) { argument
1516 INSIST(fetch != NULL && DNS_ADBFETCH_VALID(*fetch));
1517 f = *fetch;
1518 *fetch = NULL;
1851 * will be unconditionally removed (unless they have an outstanding fetch)
3125 dns_adbfetch_t *fetch; local
3301 dns_adbfetch_t *fetch = NULL; local
[all...]
H A Dvalidator.c231 if (val->fetch != NULL || val->subvalidator != NULL)
399 dns_fetch_t *fetch; local
421 fetch = val->fetch;
422 val->fetch = NULL;
462 if (fetch != NULL)
463 dns_resolver_destroyfetch(&fetch);
481 dns_fetch_t *fetch; local
503 fetch = val->fetch;
563 dns_fetch_t *fetch; local
2927 dns_fetch_t *fetch; local
3755 dns_fetch_t *fetch = NULL; local
[all...]
H A Dresolver.c93 "fetch %p (fctx %p(%s)): %s", \
94 fetch, fetch->private, \
95 fetch->private->info, (m))
270 isc_result_t result; /*%< fetch result */
326 #define DNS_FETCH_VALID(fetch) ISC_MAGIC_VALID(fetch, DNS_FETCH_MAGIC)
1040 * Keep some record of fetch result for logging later (if required).
2145 * The fetch is waiting for a name to be found.
3282 * the control event to tell the fetch w
3447 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
7495 dns_fetch_t *fetch; local
7799 dns_fetch_t *fetch; local
7930 dns_resolver_cancelfetch(dns_fetch_t *fetch) argument
7978 dns_fetch_t *fetch; local
8023 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...]
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dvalidator.h33 * the view and may fetch RRset to complete trust chains. It implements
134 dns_fetch_t * fetch; member in struct:dns_validator
H A Dresolver.h64 * A dns_fetchevent_t is sent when a 'fetch' completes. Any of 'db',
74 dns_fetch_t * fetch; member in struct:dns_fetchevent
87 * Options that modify how a 'fetch' is done.
199 * that the resolver start a priming fetch, if it isn't already priming.
288 *\li When the fetch completes (successfully or otherwise), a
334 dns_resolver_cancelfetch(dns_fetch_t *fetch);
336 * Cancel 'fetch'.
340 *\li If 'fetch' has not completed, post its FETCHDONE event with a
345 *\li 'fetch' is a valid fetch
[all...]
/bind-9.6-ESV-R11/contrib/named-bootconf/
H A Dnamed-bootconf.sh140 no-fetch-glue )
141 echo " fetch-glue no;" >>$OPTIONFILE
/bind-9.6-ESV-R11/bin/named/
H A Dquery.c251 if (client->query.fetch != NULL) {
252 dns_resolver_cancelfetch(client->query.fetch);
254 client->query.fetch = NULL;
269 * Cancel the fetch if it's running.
552 client->query.fetch = NULL;
3167 dns_fetch_t *fetch; local
3187 if (client->query.fetch != NULL) {
3189 * This is the fetch we've been waiting for.
3191 INSIST(devent->fetch == client->query.fetch);
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Dnamed.conf70 fetch-glue yes;
284 fetch-glue true;

Completed in 55 milliseconds