Lines Matching refs:hints
145 view->hints = NULL;
408 if (view->hints != NULL)
409 dns_db_detach(&view->hints);
874 dns_view_sethints(dns_view_t *view, dns_db_t *hints) {
877 REQUIRE(view->hints == NULL);
878 REQUIRE(dns_db_iszone(hints));
880 dns_db_attach(hints, &view->hints);
1144 if (result == ISC_R_NOTFOUND && use_hints && view->hints != NULL) {
1155 result = dns_db_find(view->hints, name, NULL, type, options,
1164 dns_db_attach(view->hints, &db);
1167 dns_db_attach(view->hints, &db);
1173 * Cleanup if non-standard hints are used.
1176 dns_db_detachnode(view->hints, &node);
1325 * Maybe we have hints...
1349 if (use_cache && view->cachedb != NULL && db != view->hints) {
1392 * Maybe we have hints...
1419 } else if (try_hints && use_hints && view->hints != NULL) {
1421 * We've found nothing so far, but we have hints.
1423 result = dns_db_find(view->hints, dns_rootname, NULL,
1428 * We can't even find the hints for the root