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

  /external/valgrind/main/none/tests/
res_search.c 34 _res.options |= RES_DEBUG;
  /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 133 #include "res_debug.h"
384 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY),
543 Dprint(((statp->options & RES_DEBUG) &&
592 Dprint((statp->options & RES_DEBUG) ||
597 DprintQ((statp->options & RES_DEBUG) ||
864 Dprint(statp->options & RES_DEBUG,
875 Dprint(statp->options & RES_DEBUG,
917 DprintQ((statp->options & RES_DEBUG) ||
1098 Dprint(statp->options & RES_DEBUG,
1128 Dprint(statp->options & RES_DEBUG, (stdout, ";; timeout\n"))
    [all...]
res_init.c 462 if (statp->options & RES_DEBUG) {
488 if (statp->options & RES_DEBUG)
504 if (statp->options & RES_DEBUG)
514 if (statp->options & RES_DEBUG)
524 if (statp->options & RES_DEBUG)
529 if (!(statp->options & RES_DEBUG)) {
532 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 $");
615 case RES_DEBUG: return "debug";
  /bionic/libc/private/
resolv_private.h 225 * Resolver options (keep these in synch with res_debug.c, please)
228 #define RES_DEBUG 0x00000002 /* print debug messages */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 193 * Resolver options (keep these in synch with res_debug.c, please)
196 #define RES_DEBUG 0x00000002 /* print debug messages */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 193 * Resolver options (keep these in synch with res_debug.c, please)
196 #define RES_DEBUG 0x00000002 /* print debug messages */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 193 * Resolver options (keep these in synch with res_debug.c, please)
196 #define RES_DEBUG 0x00000002 /* print debug messages */
  /bionic/libc/netbsd/net/
getaddrinfo.c     [all...]
  /external/openssh/openbsd-compat/
getrrsetbyname.c 227 _resp->options |= RES_DEBUG;
  /bionic/libc/netbsd/
gethnamaddr.c 144 if (res->options & RES_DEBUG) {
    [all...]

Completed in 79 milliseconds