Searched refs:http_data_cb (Results 1 – 2 of 2) sorted by relevance
90 typedef int (*http_data_cb)(struct http_parser *, const char *at, typedef202 http_data_cb on_url;203 http_data_cb on_status;204 http_data_cb on_header_field;205 http_data_cb on_header_value;207 http_data_cb on_body;
238 int cb_data(struct http_parser *parser, http_data_cb cb, int cb_error, in cb_data()