Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/net/
Dhttp_parser.h88 typedef int (*http_data_cb)(struct http_parser *, const char *at, typedef
227 http_data_cb on_url;
228 http_data_cb on_status;
229 http_data_cb on_header_field;
230 http_data_cb on_header_value;
232 http_data_cb on_body;
/Zephyr-Core-2.7.6/subsys/net/lib/http/
Dhttp_parser.c230 int cb_data(struct http_parser *parser, http_data_cb cb, int cb_error, in cb_data()