Searched defs:RES_SET_H_ERRNO (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/dns/include/
H A Dresolv_private.h90 * XXX: There doesn't seem to be a good reason for exposing RES_SET_H_ERRNO
96 * # define RES_SET_H_ERRNO(r,x) __h_errno_set(r,x)
98 * # define RES_SET_H_ERRNO(r,x) (h_errno = (r)->res_h_errno = (x))
102 #define RES_SET_H_ERRNO(r,x) (h_errno = (r)->res_h_errno = (x)) macro

Completed in 7 milliseconds