Searched refs:http_data_cb (Results 1 – 2 of 2) sorted by relevance
89 typedef int (*http_data_cb) (http_parser*, const char *at, size_t length); typedef255 http_data_cb on_url;256 http_data_cb on_status;257 http_data_cb on_header_field;258 http_data_cb on_header_value;260 http_data_cb on_body;
133 * data `typedef int (*http_data_cb) (http_parser*, const char *at, size_t length);`