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

  /bionic/libc/dns/resolv/
res_query.c 262 saved_herrno = statp->res_h_errno;
318 switch (statp->res_h_errno) {
  /bionic/libc/dns/include/
resolv_private.h 91 * # define RES_SET_H_ERRNO(r,x) (h_errno = (r)->res_h_errno = (x))
95 #define RES_SET_H_ERRNO(r,x) (h_errno = (r)->res_h_errno = (x))
180 int res_h_errno; /* last one set for this context */ member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
resolv.h 128 int res_h_errno; /* last one set for this context */ member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
resolv.h 128 int res_h_errno; /* last one set for this context */ member in struct:__res_state

Completed in 37 milliseconds