Home
last modified time | relevance | path

Searched refs:http_parser_settings (Results 1 – 10 of 10) sorted by relevance

/Zephyr-4.3.0/include/zephyr/net/http/
Dclient.h110 const struct http_parser_settings *http_cb;
222 struct http_parser_settings parser_settings;
258 const struct http_parser_settings *http_cb;
Dparser.h69 struct http_parser_settings;
200 struct http_parser_settings { struct
234 void http_parser_settings_init(struct http_parser_settings *settings);
242 const struct http_parser_settings *settings,
Dserver.h447 struct http_parser_settings parser_settings;
/Zephyr-4.3.0/subsys/net/lib/websocket/
Dwebsocket_internal.h77 const struct http_parser_settings *http_cb;
Dwebsocket.c240 struct http_parser_settings http_parser_settings; in websocket_connect() local
339 req.http_cb = &http_parser_settings; in websocket_connect()
348 memcpy(&http_parser_settings, ctx->http_cb, in websocket_connect()
349 sizeof(http_parser_settings)); in websocket_connect()
351 memset(&http_parser_settings, 0, sizeof(http_parser_settings)); in websocket_connect()
354 http_parser_settings.on_header_field = on_header_field; in websocket_connect()
355 http_parser_settings.on_header_value = on_header_value; in websocket_connect()
/Zephyr-4.3.0/include/zephyr/net/
Dwebsocket.h102 const struct http_parser_settings *http_cb;
/Zephyr-4.3.0/tests/net/lib/http_client/src/
Dmain.c170 static void test_http1_client_get_cb_common(struct http_parser_settings *http_cb) in test_http1_client_get_cb_common()
197 struct http_parser_settings http_cb = { in ZTEST()
208 struct http_parser_settings http_cb = { in ZTEST()
256 struct http_parser_settings http_cb = { in ZTEST()
/Zephyr-4.3.0/subsys/net/lib/http/
Dhttp_parser.c812 const struct http_parser_settings *settings, in zero_content_length()
864 const struct http_parser_settings *settings, in parser_execute()
2448 const struct http_parser_settings *settings, in http_parser_execute()
2520 void http_parser_settings_init(struct http_parser_settings *settings) in http_parser_settings_init()
Dhttp_client.c417 struct http_parser_settings *settings) in http_client_init_parser()
/Zephyr-4.3.0/tests/net/lib/http_header_fields/src/
Dmain.c31 struct http_parser_settings settings_null = {