Home
last modified time | relevance | path

Searched defs:request_ctx (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/samples/net/sockets/http_server/src/
Dmain.c71 const struct http_request_ctx *request_ctx, in echo_handler()
116 const struct http_request_ctx *request_ctx, in uptime_handler()
175 const struct http_request_ctx *request_ctx, in led_handler()
Dws.c298 int ws_echo_setup(int ws_socket, struct http_request_ctx *request_ctx, void *user_data) in ws_echo_setup()
334 int ws_netstats_setup(int ws_socket, struct http_request_ctx *request_ctx, void *user_data) in ws_netstats_setup()
/Zephyr-latest/samples/net/prometheus/src/
Dstats.c36 const struct http_request_ctx *request_ctx, in stats_handler()
Dmain.c46 const struct http_request_ctx *request_ctx, in dyn_handler()
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_ws.c98 struct http_request_ctx request_ctx; in handle_http1_to_websocket_upgrade() local
Dhttp_server_http1.c346 struct http_request_ctx request_ctx; in dynamic_get_del_req() local
390 struct http_request_ctx request_ctx; in dynamic_post_put_req() local
Dhttp_server_http2.c626 struct http_request_ctx request_ctx; in dynamic_get_del_req_v2() local
679 struct http_request_ctx request_ctx; in dynamic_post_put_req_v2() local
1475 struct http_request_ctx request_ctx; in handle_http_frame_headers_end_stream() local
Dhttp_server_core.c314 struct http_request_ctx request_ctx; in client_release_resources() local
/Zephyr-latest/subsys/shell/backends/
Dshell_websocket.c377 int shell_websocket_setup(int ws_socket, struct http_request_ctx *request_ctx, void *user_data) in shell_websocket_setup()
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c258 const struct http_request_ctx *request_ctx, in dynamic_cb()
332 const struct http_request_ctx *request_ctx, in dynamic_request_headers_cb()
430 const struct http_request_ctx *request_ctx, in dynamic_response_headers_cb()