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

  /bionic/libc/dns/resolv/
res_state.c 167 __res_get_state(void) function
res_cache.c     [all...]
  /bionic/libc/dns/net/
sethostent.c 117 res_state res = __res_get_state();
gethnamaddr.c 530 res_state res = __res_get_state();
557 res_state res = __res_get_state();
1011 res_state res = __res_get_state();
1200 res = __res_get_state();
1286 res = __res_get_state();
    [all...]
getaddrinfo.c     [all...]
  /bionic/libc/dns/include/
resolv_private.h 298 __LIBC_HIDDEN__ extern struct __res_state *__res_get_state(void);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 101 #define __res_get_state() (( 0 != _res.nscount ) ? &_res : NULL ) macro
    [all...]

Completed in 103 milliseconds