Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_http_server/src/
Dhttpd_sess.c173 if ((hd->hd_req_aux.sd) && (hd->hd_req_aux.sd->fd == sockfd)) { in httpd_sess_get()
174 return hd->hd_req_aux.sd; in httpd_sess_get()
267 if (hd->hd_req_aux.sd == session) { in httpd_sess_get_ctx()
284 if (hd->hd_req_aux.sd == session) { in httpd_sess_set_ctx()
Dhttpd_main.c357 struct httpd_req_aux *ra = &hd->hd_req_aux; in httpd_create()
382 struct httpd_req_aux *ra = &hd->hd_req_aux; in httpd_delete()
Desp_httpd_priv.h116 …struct httpd_req_aux hd_req_aux; /*!< Additional data about the HTTPD request kept unexpose… member
Dhttpd_uri.c280 struct http_parser_url *res = &hd->hd_req_aux.url_parse_res; in httpd_uri()
Dhttpd_parse.c727 init_req_aux(&hd->hd_req_aux, &hd->config); in httpd_req_new()
729 r->aux = &hd->hd_req_aux; in httpd_req_new()