Searched defs:request_ctx (Results  1 – 10 of 10) sorted by relevance
| /Zephyr-latest/samples/net/sockets/http_server/src/ | 
| D | main.c | 71 			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()
  | 
| D | ws.c | 298 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/ | 
| D | stats.c | 36 			 const struct http_request_ctx *request_ctx,  in stats_handler()
  | 
| D | main.c | 46 		       const struct http_request_ctx *request_ctx,  in dyn_handler()
  | 
| /Zephyr-latest/subsys/net/lib/http/ | 
| D | http_server_ws.c | 98 		struct http_request_ctx request_ctx;  in handle_http1_to_websocket_upgrade()  local
  | 
| D | http_server_http1.c | 346 	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
  | 
| D | http_server_http2.c | 626 	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
  | 
| D | http_server_core.c | 314 	struct http_request_ctx request_ctx;  in client_release_resources()  local
  | 
| /Zephyr-latest/subsys/shell/backends/ | 
| D | shell_websocket.c | 377 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/ | 
| D | main.c | 258 		      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()
  |