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

  /bionic/libc/netbsd/resolv/
res_data.c 86 return ((_nres.options & RES_INIT) == 0U) || res_get_dns_changed();
89 #define res_need_init() ((_nres.options & RES_INIT) == 0U)
93 res_init(void) { function
120 * fields of _res before res_init() is called, res_init() will not
122 * _zero_ before calling res_init(), hoping to override what used
129 * before res_init() was first called. We can't replicate that semantic
132 * "broken". They could fool us by setting RES_INIT but none do (yet).
138 if (!(_nres.options & RES_INIT))
167 if (res_need_init() && res_init() == -1
    [all...]
res_init.c 1 /* $NetBSD: res_init.c,v 1.8 2006/03/19 03:10:08 christos Exp $ */
76 static const char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93";
77 static const char rcsid[] = "Id: res_init.c,v 1.9.2.5.4.2 2004/03/16 12:34:18 marka Exp";
79 __RCSID("$NetBSD: res_init.c,v 1.8 2006/03/19 03:10:08 christos Exp $");
235 if ((statp->options & RES_INIT) != 0U)
575 printf(";; res_init()... default dnsrch list:\n");
587 statp->options |= RES_INIT;
756 statp->options &= ~RES_INIT;
res_debug.c 613 case RES_INIT: return "init";
  /bionic/libc/private/
resolv_private.h 225 #define RES_INIT 0x00000001 /* address initialized */
305 #define res_init __res_init macro
317 int res_init(void);
  /external/libxml2/
nanohttp.c 985 if (!(_res.options & RES_INIT))
986 res_init();
    [all...]

Completed in 650 milliseconds