Searched refs:SET_ERRNO (Results 1 – 6 of 6) sorted by relevance
54 #define SET_ERRNO(e) \ macro87 SET_ERRNO(HPE_CB_##FOR); \114 SET_ERRNO(HPE_CB_##FOR); \158 SET_ERRNO(HPE_HEADER_OVERFLOW); \452 SET_ERRNO(HPE_STRICT); \671 SET_ERRNO(HPE_INVALID_EOF_STATE); in http_parser_execute()718 SET_ERRNO(HPE_CLOSED_CONNECTION); in http_parser_execute()747 SET_ERRNO(HPE_INVALID_CONSTANT); in http_parser_execute()773 SET_ERRNO(HPE_INVALID_CONSTANT); in http_parser_execute()803 SET_ERRNO(HPE_INVALID_VERSION); in http_parser_execute()[all …]
38 SET_ERRNO(EINVAL); in ares_writev()47 SET_ERRNO(EINVAL); in ares_writev()60 SET_ERRNO(ENOMEM); in ares_writev()
180 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()
64 SET_ERRNO(EAFNOSUPPORT); in ares_inet_ntop()88 SET_ERRNO(ENOSPC); in inet_ntop4()185 SET_ERRNO(ENOSPC); in inet_ntop6()
438 #define SET_ERRNO(x) (SetLastError((DWORD)(x))) macro441 #define SET_ERRNO(x) (errno = (x)) macro
4523 - use macros ERRNO and SET_ERRNO() for errno handling.