Lines Matching defs:parser
89 int count_header_size(struct http_parser *parser, int bytes) in count_header_size()
206 int cb_notify(struct http_parser *parser, enum state *current_state, http_cb cb, in cb_notify()
230 int cb_data(struct http_parser *parser, http_data_cb cb, int cb_error, in cb_data()
304 int strict_check(struct http_parser *parser, int c) in strict_check()
316 int strict_check(struct http_parser *parser, int c) in strict_check()
370 int parser_header_state(struct http_parser *parser, char ch, char c) in parser_header_state()
480 int header_states(struct http_parser *parser, const char *data, size_t len, in header_states()
655 int zero_content_length(struct http_parser *parser, in zero_content_length()
707 int parser_execute(struct http_parser *parser, in parser_execute()
2273 size_t http_parser_execute(struct http_parser *parser, in http_parser_execute()
2284 int http_message_needs_eof(const struct http_parser *parser) in http_message_needs_eof()
2309 int http_should_keep_alive(const struct http_parser *parser) in http_should_keep_alive()
2333 void http_parser_init(struct http_parser *parser, enum http_parser_type t) in http_parser_init()
2365 void http_parser_pause(struct http_parser *parser, int paused) in http_parser_pause()
2381 int http_body_is_final(const struct http_parser *parser) in http_body_is_final()