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

  /external/valgrind/none/tests/
resolv.c 10 res_init();
res_search.c 35 if(0 != res_init())
37 printf("Error: res_init()\n");
  /bionic/libc/dns/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
resolv.h 195 #define RES_INIT 0x00000001 /* address initialized */
257 #define res_init __res_init macro
271 int res_init (void) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
resolv.h 195 #define RES_INIT 0x00000001 /* address initialized */
259 #define res_init __res_init macro
273 int res_init (void) __THROW;
  /bionic/libc/dns/include/
resolv_private.h 259 #define RES_INIT 0x00000001 /* address initialized */
340 #define res_init __res_init macro
352 int res_init(void);
  /toolchain/binutils/binutils-2.25/binutils/
windres.c 112 static void res_init (void);
145 res_init (void)
822 res_init ();
143 res_init (void) function
windmc.c 163 res_init (void) function
965 res_init ();
  /external/icu/icu4c/source/common/
uresdata.cpp 155 res_init(ResourceData *pResData, function
252 res_init(pResData, formatVersion, inBytes, length, errorCode);
269 res_init(pResData, formatVersion, udata_getMemory(pResData->data), -1, errorCode);
    [all...]
  /external/libxml2/
nanohttp.c 1061 if (!(_res.options & RES_INIT))
1062 res_init();
    [all...]

Completed in 906 milliseconds