186: if (statp->options & RES_DEBUG)
187: printf(";; res_query(%s, %d, %d)\n", name, class, type);
188: #endif
219: if (statp->options & RES_DEBUG)
220: printf(";; res_query: mkquery failed\n");
221: #endif
237: if (statp->options & RES_DEBUG)
238: printf(";; res_nquery: retry without EDNS0\n");
239: #endif
244: if (statp->options & RES_DEBUG)
245: printf(";; res_query: send error\n");
246: #endif
260: if (statp->options & RES_DEBUG)
261: printf(";; rcode = (%s), counts = an:%d ns:%d ar:%d\n",
262: p_rcode(hp->rcode),
465: if (statp->options & RES_DEBUG)
466: printf(";; res_nquerydomain(%s, %s, %d, %d)\n",
467: name, domain?domain:"<Nil>", class, type);