Searched refs:hd_req (Results 1 – 4 of 4) sorted by relevance
268 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()
279 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()
115 struct httpd_req hd_req; /*!< The current HTTPD request */ member
619 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()