Home
last modified time | relevance | path

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

/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.c54 #define SET_ERRNO(e) \ macro
87 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 …]
/third_party/node/deps/cares/src/lib/
Dares_writev.c38 SET_ERRNO(EINVAL); in ares_writev()
47 SET_ERRNO(EINVAL); in ares_writev()
60 SET_ERRNO(ENOMEM); in ares_writev()
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()
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.