HomeSort by relevance Sort by last modified time
    Searched full:res_init (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/valgrind/main/none/tests/
resolv.c 10 res_init();
res_search.c 35 if(0 != res_init())
37 printf("Error: res_init()\n");
  /bionic/libc/netbsd/resolv/
res_data.c 85 #define res_need_init() ((_nres.options & RES_INIT) == 0U)
88 res_init(void) { function
115 * fields of _res before res_init() is called, res_init() will not
117 * _zero_ before calling res_init(), hoping to override what used
124 * before res_init() was first called. We can't replicate that semantic
127 * "broken". They could fool us by setting RES_INIT but none do (yet).
133 if (!(_nres.options & RES_INIT))
162 if (res_need_init() && res_init() == -1)
178 if (res_need_init() && res_init() == -1)
    [all...]
res_compat.c 60 * Most userland programs use this to set res_options before res_init()
61 * is called. There are hooks to res_init() to consult the data in this
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 $");
182 if ((statp->options & RES_INIT) != 0U)
463 printf(";; res_init()... default dnsrch list:\n");
475 statp->options |= RES_INIT;
678 statp->options &= ~RES_INIT;
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);
  /external/chromium_org/net/dns/
dns_config_service_posix.cc 85 // Note: res_ninit in glibc always returns 0 and sets RES_INIT.
86 // res_init behaves the same way.
88 if (res_init() == 0) {
317 if (!(res.options & RES_INIT))
dns_config_service_posix_unittest.cc 35 res->options = RES_INIT | RES_RECURSE | RES_DEFNAMES | RES_DNSRCH |
131 res.options = RES_INIT | RES_RECURSE | RES_DEFNAMES | RES_DNSRCH;
  /bionic/libc/private/
resolv_private.h 230 #define RES_INIT 0x00000001 /* address initialized */
310 #define res_init __res_init macro
322 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;
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 727 res_init
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 765 res_init
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 701 res_init
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 695 res_init
  /external/llvm/test/CodeGen/X86/
2008-07-07-DanglingDeadInsts.ll 9 define i32 @res_init(%struct.res_state* %state, i32 %channels, i32 %outfreq, i32 %infreq, i32 %op1, ...) nounwind {
  /development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/
libc.so 

Completed in 272 milliseconds

1 2 3 4 5 6