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

/forgerock/web-agents-v4/source/
H A Dhttp_parser.h136 enum http_parser_type { HTTP_REQUEST, HTTP_RESPONSE, HTTP_BOTH }; enum
213 unsigned int type : 2; /* enum http_parser_type */
300 void http_parser_init(http_parser *parser, enum http_parser_type type);

Completed in 30 milliseconds