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

  /bionic/libc/netbsd/resolv/
res_data.c 87 return ((_nres.options & RES_INIT) == 0U) || res_get_dns_changed();
90 #define res_need_init() ((_nres.options & RES_INIT) == 0U)
94 res_init(void) { function
121 * fields of _res before res_init() is called, res_init() will not
123 * _zero_ before calling res_init(), hoping to override what used
130 * before res_init() was first called. We can't replicate that semantic
133 * "broken". They could fool us by setting RES_INIT but none do (yet).
139 if (!(_nres.options & RES_INIT))
168 if (res_need_init() && res_init() == -1
    [all...]
res_state.c 163 D("%s: tid=%d, rt=%p, resetting DNS state (options RES_INIT=%d)",
164 __FUNCTION__, gettid(), rt, (rt->_nres->options & RES_INIT) != 0);
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 $");
230 if ((statp->options & RES_INIT) != 0U)
577 printf(";; res_init()... default dnsrch list:\n");
589 statp->options |= RES_INIT;
792 statp->options &= ~RES_INIT;
res_debug.c 614 case RES_INIT: return "init";
  /external/chromium/net/base/
dnsrr_resolver.cc 188 if ((_res.options & RES_INIT) == 0) {
241 // options: RES_DEFNAMES and RES_DNSRCH (see res_init(3)).
242 _res.options = RES_INIT | RES_RECURSE | RES_USE_EDNS0 | RES_USE_DNSSEC;
  /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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 195 #define RES_INIT 0x00000001 /* address initialized */
253 #define res_init __res_init macro
267 int res_init (void) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 195 #define RES_INIT 0x00000001 /* address initialized */
253 #define res_init __res_init macro
267 int res_init (void) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 195 #define RES_INIT 0x00000001 /* address initialized */
253 #define res_init __res_init macro
267 int res_init (void) __THROW;
  /external/openssh/openbsd-compat/
getrrsetbyname.c 221 if ((_resp->options & RES_INIT) == 0 && res_init() == -1) {
  /external/libxml2/
nanohttp.c 1053 if (!(_res.options & RES_INIT))
1054 res_init();
    [all...]

Completed in 91 milliseconds