Lines Matching refs:http_parser
89 int count_header_size(struct http_parser *parser, int bytes) in count_header_size()
214 int cb_notify(struct http_parser *parser, enum state *current_state, http_cb cb, in cb_notify()
238 int cb_data(struct http_parser *parser, http_data_cb cb, int cb_error, in cb_data()
312 int strict_check(struct http_parser *parser, int c) in strict_check()
324 int strict_check(struct http_parser *parser, int c) in strict_check()
377 int http_message_needs_eof(const struct http_parser *parser);
380 int parser_header_state(struct http_parser *parser, char ch, char c) in parser_header_state()
525 int header_states(struct http_parser *parser, const char *data, size_t len, in header_states()
811 int zero_content_length(struct http_parser *parser, in zero_content_length()
863 int parser_execute(struct http_parser *parser, in parser_execute()
2447 size_t http_parser_execute(struct http_parser *parser, in http_parser_execute()
2458 int http_message_needs_eof(const struct http_parser *parser) in http_message_needs_eof()
2483 int http_should_keep_alive(const struct http_parser *parser) in http_should_keep_alive()
2507 void http_parser_init(struct http_parser *parser, enum http_parser_type t) in http_parser_init()
2539 void http_parser_pause(struct http_parser *parser, int paused) in http_parser_pause()
2555 int http_body_is_final(const struct http_parser *parser) in http_body_is_final()