Lines Matching defs:view
38 #include <dns/view.h>
50 dns_view_t * view;
91 result = dns_resolver_createfetch(lookup->view->resolver,
173 result = dns_view_find(lookup->view, name, type, 0, 0, ISC_FALSE,
349 dns_view_detach(&lookup->view);
386 dns_view_t *view, unsigned int options, isc_task_t *task,
429 lookup->view = NULL;
430 dns_view_attach(view, &lookup->view);
469 INSIST(lookup->view != NULL);
486 REQUIRE(lookup->view == NULL);