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

  /external/valgrind/main/none/tests/
resolv.c 10 res_init();
res_search.c 35 if(0 != res_init())
37 printf("Error: res_init()\n");
  /external/libvpx/libvpx/test/
decode_test_driver.cc 18 const vpx_codec_err_t res_init = vpx_codec_dec_init(&decoder_, local
21 ASSERT_EQ(VPX_CODEC_OK, res_init) << DecodeError();
  /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...]
  /bionic/libc/private/
resolv_private.h 227 #define RES_INIT 0x00000001 /* address initialized */
307 #define res_init __res_init macro
319 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/icu4c/common/
uresdata.c 158 res_init(ResourceData *pResData, function
246 res_init(pResData, formatVersion, inBytes, length, errorCode);
263 res_init(pResData, formatVersion, udata_getMemory(pResData->data), -1, errorCode);
    [all...]
  /external/openssh/openbsd-compat/
getrrsetbyname.c 221 if ((_resp->options & RES_INIT) == 0 && res_init() == -1) {
  /bionic/libc/
Android.mk 216 netbsd/resolv/res_init.c \
  /external/libxml2/
nanohttp.c 1053 if (!(_res.options & RES_INIT))
1054 res_init();
    [all...]

Completed in 444 milliseconds