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

  /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
  /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

Completed in 1649 milliseconds