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

/forgerock/web-agents-v4/source/
H A Dhttp_parser.h67 typedef struct http_parser http_parser; typedef in typeref:struct:http_parser
84 typedef int (*http_data_cb) (http_parser*, const char *at, size_t length);
85 typedef int (*http_cb) (http_parser*);
139 /* Flag values for http_parser.flags field */
207 /* Get an http_errno value from an http_parser */
211 struct http_parser { struct
215 unsigned int state : 7; /* enum state from http_parser.c */
216 unsigned int header_state : 8; /* enum header_state from http_parser.c */
296 * printf("http_parser
[all...]

Completed in 37 milliseconds