Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/esp_http_server/src/
Dhttpd_sess.c44 if ((hd->hd_req_aux.sd) && (hd->hd_req_aux.sd->fd == sockfd)) { in httpd_sess_get()
47 return hd->hd_req_aux.sd; in httpd_sess_get()
115 if (hd->hd_req_aux.sd == sd) { in httpd_sess_get_ctx()
133 if (hd->hd_req_aux.sd == sd) { in httpd_sess_set_ctx()
Desp_httpd_priv.h121 …struct httpd_req_aux hd_req_aux; /*!< Additional data about the HTTPD request kept unexpose… member
Dhttpd_main.c354 struct httpd_req_aux *ra = &hd->hd_req_aux; in httpd_create()
379 struct httpd_req_aux *ra = &hd->hd_req_aux; in httpd_delete()
Dhttpd_uri.c288 struct http_parser_url *res = &hd->hd_req_aux.url_parse_res; in httpd_uri()
Dhttpd_parse.c734 init_req_aux(&hd->hd_req_aux, &hd->config); in httpd_req_new()
736 r->aux = &hd->hd_req_aux; in httpd_req_new()