HomeSort by relevance Sort by last modified time
    Searched refs:RES_DEBUG (Results 1 - 8 of 8) sorted by null

  /bionic/libc/netbsd/resolv/
res_query.c 144 if (statp->options & RES_DEBUG)
157 if (statp->options & RES_DEBUG)
170 if (statp->options & RES_DEBUG)
176 if (statp->options & RES_DEBUG)
185 if (statp->options & RES_DEBUG)
380 if (statp->options & RES_DEBUG)
res_mkquery.c 135 if (statp->options & RES_DEBUG)
242 if ((statp->options & RES_DEBUG) != 0U)
263 if (statp->options & RES_DEBUG)
res_send.c 129 #include "res_debug.h"
373 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY),
522 Dprint(((statp->options & RES_DEBUG) &&
552 Dprint((statp->options & RES_DEBUG) ||
557 DprintQ((statp->options & RES_DEBUG) ||
795 Dprint(statp->options & RES_DEBUG,
806 Dprint(statp->options & RES_DEBUG,
848 DprintQ((statp->options & RES_DEBUG) ||
925 Dprint(statp->options & RES_DEBUG,
967 Dprint(statp->options & RES_DEBUG, (stdout, ";; timeout\n"))
    [all...]
res_init.c 574 if (statp->options & RES_DEBUG) {
600 if (statp->options & RES_DEBUG)
616 if (statp->options & RES_DEBUG)
626 if (statp->options & RES_DEBUG)
636 if (statp->options & RES_DEBUG)
641 if (!(statp->options & RES_DEBUG)) {
644 statp->options |= RES_DEBUG;
res_debug.c 1 /* $NetBSD: res_debug.c,v 1.7 2004/11/07 02:25:01 christos Exp $ */
101 static const char sccsid[] = "@(#)res_debug.c 8.1 (Berkeley) 6/4/93";
102 static const char rcsid[] = "Id: res_debug.c,v 1.3.2.5.4.5 2004/07/28 20:16:46 marka Exp";
104 __RCSID("$NetBSD: res_debug.c,v 1.7 2004/11/07 02:25:01 christos Exp $");
614 case RES_DEBUG: return "debug";
  /bionic/libc/private/
resolv_private.h 223 * Resolver options (keep these in synch with res_debug.c, please)
226 #define RES_DEBUG 0x00000002 /* print debug messages */
  /bionic/libc/netbsd/net/
getaddrinfo.c     [all...]
  /bionic/libc/netbsd/
gethnamaddr.c 138 if (res->options & RES_DEBUG) {

Completed in 1003 milliseconds