Lines Matching refs:hints
132 view->hints = NULL;
289 if (view->hints != NULL)
290 dns_db_detach(&view->hints);
658 dns_view_sethints(dns_view_t *view, dns_db_t *hints) {
661 REQUIRE(view->hints == NULL);
662 REQUIRE(dns_db_iszone(hints));
664 dns_db_attach(hints, &view->hints);
860 if (result == ISC_R_NOTFOUND && use_hints && view->hints != NULL) {
871 result = dns_db_find(view->hints, name, NULL, type, options,
880 dns_db_attach(view->hints, &db);
883 dns_db_attach(view->hints, &db);
889 * Cleanup if non-standard hints are used.
892 dns_db_detachnode(view->hints, &node);
1037 * Maybe we have hints...
1061 if (use_cache && view->cachedb != NULL && db != view->hints) {
1102 * Maybe we have hints...
1129 } else if (try_hints && use_hints && view->hints != NULL) {
1131 * We've found nothing so far, but we have hints.
1133 result = dns_db_find(view->hints, dns_rootname, NULL,
1138 * We can't even find the hints for the root