Searched defs:http_data_cb (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dhttp_parser.h80 * http_data_cb does not return data chunks. It will be called arbitrarily
84 typedef int (*http_data_cb) (http_parser*, const char *at, size_t length); typedef
243 http_data_cb on_url;
244 http_data_cb on_status;
245 http_data_cb on_header_field;
246 http_data_cb on_header_value;
248 http_data_cb on_body;

Completed in 29 milliseconds