Searched refs:http_errno (Results 1 – 3 of 3) sorted by relevance
212 enum http_errno { enum219 #define HTTP_PARSER_ERRNO(p) ((enum http_errno) (p)->http_errno)239 unsigned int http_errno : 7; member340 const char *http_errno_name(enum http_errno err);343 const char *http_errno_description(enum http_errno err);
56 parser->http_errno = (e); \2151 parser->http_errno = HPE_OK; in http_parser_init()2161 http_errno_name(enum http_errno err) { in http_errno_name()2167 http_errno_description(enum http_errno err) { in http_errno_description()
47 static_cast<http_errno>(ev)); in message()76 make_nodejs_error(int http_errno) in make_nodejs_error() argument79 return boost::system::error_code{http_errno, mc}; in make_nodejs_error()373 static_cast<int>(state_.http_errno)); in write()388 static_cast<int>(state_.http_errno)); in write_eof()