Searched refs:query_error (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/dig/
H A Dnslookup.c68 static int query_error = 1, print_error = 0; variable
445 query_error = 0;
1032 return (query_error | print_error);
/bind-9.11.3/bin/named/
H A Dquery.c283 query_error(ns_client_t *client, isc_result_t result, int line) { function
3975 query_error(client, DNS_R_SERVFAIL, __LINE__);
9011 query_error(client, eresult, line);
9215 query_error(client, result, __LINE__);
9280 query_error(client, DNS_R_FORMERR, __LINE__);
9289 query_error(client, result, __LINE__);
9302 query_error(client, DNS_R_FORMERR, __LINE__);
9304 query_error(client, result, __LINE__);
9331 query_error(client, DNS_R_NOTIMP, __LINE__);
9340 query_error(clien
[all...]

Completed in 32 milliseconds