Home
last modified time | relevance | path

Searched refs:SET_ERRNO (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dinet_net_pton.c180 SET_ERRNO(ENOENT); in inet_net_pton_ipv4()
184 SET_ERRNO(EMSGSIZE); in inet_net_pton_ipv4()
375 SET_ERRNO(ENOENT); in inet_net_pton_ipv6()
379 SET_ERRNO(EMSGSIZE); in inet_net_pton_ipv6()
410 SET_ERRNO(EAFNOSUPPORT); in ares_inet_net_pton()
429 SET_ERRNO(EAFNOSUPPORT); in ares_inet_pton()
Dares_writev.c38 SET_ERRNO(EINVAL); in ares_writev()
47 SET_ERRNO(EINVAL); in ares_writev()
60 SET_ERRNO(ENOMEM); in ares_writev()
Dinet_ntop.c64 SET_ERRNO(EAFNOSUPPORT); in ares_inet_ntop()
88 SET_ERRNO(ENOSPC); in inet_ntop4()
185 SET_ERRNO(ENOSPC); in inet_ntop6()
Dsetup_once.h438 #define SET_ERRNO(x) (SetLastError((DWORD)(x))) macro
441 #define SET_ERRNO(x) (errno = (x)) macro
/third_party/node/deps/cares/
DCHANGES4523 - use macros ERRNO and SET_ERRNO() for errno handling.