Home
last modified time | relevance | path

Searched refs:DNS_EVENT_FETCHDONE (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/bind/dist/lib/dns/include/dns/
H A Devents.h33 #define DNS_EVENT_FETCHDONE (ISC_EVENTCLASS_DNS + 1) macro
/minix3/external/bsd/bind/dist/lib/dns/
H A Dlookup.c74 REQUIRE(event->ev_type == DNS_EVENT_FETCHDONE); in fetch_done()
H A Dvalidator.c405 INSIST(event->ev_type == DNS_EVENT_FETCHDONE); in fetch_callback_validator()
487 INSIST(event->ev_type == DNS_EVENT_FETCHDONE); in dsfetched()
569 INSIST(event->ev_type == DNS_EVENT_FETCHDONE); in dsfetched2()
2976 INSIST(event->ev_type == DNS_EVENT_FETCHDONE); in dlvfetched()
H A Dresolver.c3770 isc_event_allocate(fctx->res->mctx, clone, DNS_EVENT_FETCHDONE, in fctx_join()
6904 REQUIRE(event->ev_type == DNS_EVENT_FETCHDONE); in resume_dslookup()
8437 REQUIRE(event->ev_type == DNS_EVENT_FETCHDONE); in prime_done()
H A Dclient.c766 REQUIRE(event->ev_type == DNS_EVENT_FETCHDONE); in fetch_done()
H A Dadb.c3766 INSIST(ev->ev_type == DNS_EVENT_FETCHDONE); in fetch_callback()
H A Dzone.c8677 INSIST(event != NULL && event->ev_type == DNS_EVENT_FETCHDONE); in keyfetch_done()
/minix3/external/bsd/bind/dist/bin/named/
H A Dquery.c3744 REQUIRE(event->ev_type == DNS_EVENT_FETCHDONE); in query_resume()
3824 REQUIRE(event->ev_type == DNS_EVENT_FETCHDONE); in prefetch_done()