Home
last modified time | relevance | path

Searched refs:SET_ERRNO (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dinet_net_pton.c200 SET_ERRNO(ENOENT); in ares_inet_net_pton_ipv4()
204 SET_ERRNO(EMSGSIZE); in ares_inet_net_pton_ipv4()
348 SET_ERRNO(ENOENT); in ares_inet_pton6()
363 SET_ERRNO(EMSGSIZE); in ares_inet_net_pton_ipv6()
382 SET_ERRNO(ENOENT); in ares_inet_net_pton_ipv6()
389 SET_ERRNO(EMSGSIZE); in ares_inet_net_pton_ipv6()
422 SET_ERRNO(EAFNOSUPPORT); in ares_inet_net_pton()
437 SET_ERRNO(EAFNOSUPPORT); in ares_inet_pton()
H A Dinet_ntop.c67 SET_ERRNO(EAFNOSUPPORT); in ares_inet_ntop()
91 SET_ERRNO(ENOSPC); in inet_ntop4()
200 SET_ERRNO(ENOSPC); in inet_ntop6()
H A Dsetup_once.h347 * Macro ERRNO / SET_ERRNO() returns / sets the NOT *socket-related* errno
353 # define SET_ERRNO(x) (SetLastError((DWORD)(x))) macro
356 # define SET_ERRNO(x) (errno = (x))

Completed in 2 milliseconds