Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/http/
Dclient.h107 const struct http_parser_settings *http_cb;
212 struct http_parser_settings parser_settings;
248 const struct http_parser_settings *http_cb;
Dparser.h68 struct http_parser_settings;
190 struct http_parser_settings { struct
224 void http_parser_settings_init(struct http_parser_settings *settings);
232 const struct http_parser_settings *settings,
Dserver.h433 struct http_parser_settings parser_settings;
/Zephyr-latest/subsys/net/lib/websocket/
Dwebsocket_internal.h77 const struct http_parser_settings *http_cb;
Dwebsocket.c238 struct http_parser_settings http_parser_settings; in websocket_connect() local
318 req.http_cb = &http_parser_settings; in websocket_connect()
327 memcpy(&http_parser_settings, ctx->http_cb, in websocket_connect()
328 sizeof(http_parser_settings)); in websocket_connect()
330 memset(&http_parser_settings, 0, sizeof(http_parser_settings)); in websocket_connect()
333 http_parser_settings.on_header_field = on_header_field; in websocket_connect()
334 http_parser_settings.on_header_value = on_header_value; in websocket_connect()
/Zephyr-latest/include/zephyr/net/
Dwebsocket.h102 const struct http_parser_settings *http_cb;
/Zephyr-latest/subsys/net/lib/http/
Dhttp_parser.c656 const struct http_parser_settings *settings, in zero_content_length()
708 const struct http_parser_settings *settings, in parser_execute()
2274 const struct http_parser_settings *settings, in http_parser_execute()
2346 void http_parser_settings_init(struct http_parser_settings *settings) in http_parser_settings_init()
Dhttp_client.c399 struct http_parser_settings *settings) in http_client_init_parser()
/Zephyr-latest/tests/net/lib/http_header_fields/src/
Dmain.c31 struct http_parser_settings settings_null = {