Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_core.c46 struct http_server_ctx { struct
58 static struct http_server_ctx server_ctx; argument
75 int http_server_init(struct http_server_ctx *ctx) in http_server_init()
283 static void close_all_sockets(struct http_server_ctx *ctx) in close_all_sockets()
542 static int http_server_run(struct http_server_ctx *ctx) in http_server_run()