Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_http_server/src/
Dhttpd_sess.c268 return hd->hd_req.sess_ctx; in httpd_sess_get_ctx()
285 if (hd->hd_req.sess_ctx != ctx) { in httpd_sess_set_ctx()
288 if (session->ctx != hd->hd_req.sess_ctx) { in httpd_sess_set_ctx()
289 … httpd_sess_free_ctx(&hd->hd_req.sess_ctx, hd->hd_req.free_ctx); // Free previous context in httpd_sess_set_ctx()
291 hd->hd_req.sess_ctx = ctx; in httpd_sess_set_ctx()
293 hd->hd_req.free_ctx = free_fn; in httpd_sess_set_ctx()
Dhttpd_uri.c279 httpd_req_t *req = &hd->hd_req; in httpd_uri()
316 esp_err_t ret = httpd_ws_respond_server_handshake(&hd->hd_req, uri->supported_subprotocol); in httpd_uri()
Desp_httpd_priv.h115 struct httpd_req hd_req; /*!< The current HTTPD request */ member
Dhttpd_parse.c619 httpd_req_t *r = &hd->hd_req; in httpd_parse_req()
725 httpd_req_t *r = &hd->hd_req; in httpd_req_new()
792 httpd_req_t *r = &hd->hd_req; in httpd_req_delete()