Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_http_server/src/
Dhttpd_txrx.c57 struct httpd_req_aux *ra = r->aux; in httpd_send()
68 struct httpd_req_aux *ra = r->aux; in httpd_send_all()
86 struct httpd_req_aux *ra = r->aux; in httpd_recv_pending()
102 struct httpd_req_aux *ra = r->aux; in httpd_recv_with_opt()
146 struct httpd_req_aux *ra = r->aux; in httpd_unrecv()
172 struct httpd_req_aux *ra = r->aux; in httpd_resp_set_hdr()
203 struct httpd_req_aux *ra = r->aux; in httpd_resp_set_status()
222 struct httpd_req_aux *ra = r->aux; in httpd_resp_set_type()
237 struct httpd_req_aux *ra = r->aux; in httpd_resp_send()
308 struct httpd_req_aux *ra = r->aux; in httpd_resp_send_chunk()
[all …]
Dhttpd_parse.c59 struct httpd_req_aux *ra = r->aux; in verify_url()
144 struct httpd_req_aux *ra = r->aux; in pause_parsing()
197 struct httpd_req_aux *ra = r->aux; in cb_header_field()
300 struct httpd_req_aux *ra = r->aux; in cb_headers_complete()
481 struct httpd_req_aux *raux = req->aux; in read_block()
524 struct httpd_req_aux *raux = req->aux; in parse_block()
675 static void init_req_aux(struct httpd_req_aux *ra, httpd_config_t *config) in init_req_aux()
693 struct httpd_req_aux *ra = r->aux; in httpd_req_cleanup()
732 struct httpd_req_aux *ra = r->aux; in httpd_req_new()
793 struct httpd_req_aux *ra = r->aux; in httpd_req_delete()
[all …]
Dhttpd_ws.c106 struct httpd_req_aux *req_aux = req->aux; in httpd_ws_respond_server_handshake()
222 struct httpd_req_aux *req_aux = req->aux; in httpd_ws_check_req()
252 struct httpd_req_aux *aux = req->aux; in httpd_ws_recv_frame()
442 struct httpd_req_aux *aux = req->aux; in httpd_ws_get_frame_type()
Desp_httpd_priv.h80 struct httpd_req_aux { struct
116 …struct httpd_req_aux hd_req_aux; /*!< Additional data about the HTTPD request kept unexpose… argument
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()
Dhttpd_uri.c313 struct httpd_req_aux *aux = req->aux; in httpd_uri()