Searched defs:http_errno (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dhttp_parser.h201 enum http_errno { enum
207 /* Get an http_errno value from an http_parser */
208 #define HTTP_PARSER_ERRNO(p) ((enum http_errno) (p)->http_errno)
227 unsigned int http_errno : 7; member in struct:http_parser
309 * `parser->http_errno` on error. */
328 const char *http_errno_name(enum http_errno err);
331 const char *http_errno_description(enum http_errno err);

Completed in 30 milliseconds