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

/bind-9.6-ESV-R11/bin/dig/
H A Dnslookup.c60 static int query_error = 1, print_error = 0; variable
411 query_error = 0;
922 return (query_error | print_error);
/bind-9.6-ESV-R11/bin/named/
H A Dquery.c193 query_error(ns_client_t *client, isc_result_t result, int line) { function
3227 query_error(client, DNS_R_SERVFAIL, __LINE__);
4942 query_error(client, eresult, line);
5121 query_error(client, result, __LINE__);
5134 query_error(client, DNS_R_FORMERR, __LINE__);
5136 query_error(client, result, __LINE__);
5147 query_error(client, DNS_R_FORMERR, __LINE__);
5168 query_error(client, DNS_R_NOTIMP, __LINE__);
5177 query_error(client, result, __LINE__);
5180 query_error(clien
[all...]

Completed in 1053 milliseconds