Searched refs:res_h_errno (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/netbsd/resolv/
H A Dres_query.c261 saved_herrno = statp->res_h_errno;
308 switch (statp->res_h_errno) {
/bionic/libc/private/
H A Dresolv_private.h85 * # define RES_SET_H_ERRNO(r,x) (h_errno = (r)->res_h_errno = (x))
89 #define RES_SET_H_ERRNO(r,x) (h_errno = (r)->res_h_errno = (x))
173 int res_h_errno; /* last one set for this context */ member in struct:__res_state

Completed in 17 milliseconds