Home
last modified time | relevance | path

Searched refs:http_data_cb (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.h89 typedef int (*http_data_cb) (http_parser*, const char *at, size_t length); typedef
255 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;
DREADME.md133 * data `typedef int (*http_data_cb) (http_parser*, const char *at, size_t length);`