Home
last modified time | relevance | path

Searched refs:resp_hdr (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/esp_http_server/src/
Desp_httpd_priv.h89 struct resp_hdr { struct
Dhttpd_main.c358 ra->resp_hdrs = calloc(config->max_resp_headers, sizeof(struct resp_hdr)); in httpd_create()
Dhttpd_parse.c688 memset(ra->resp_hdrs, 0, config->max_resp_headers * sizeof(struct resp_hdr)); in init_req_aux()