Home
last modified time | relevance | path

Searched refs:free_ctx (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/components/esp_http_server/src/
Dhttpd_sess.c245 httpd_sess_free_ctx(&session->ctx, session->free_ctx); in httpd_sess_clear_ctx()
246 session->free_ctx = NULL; in httpd_sess_clear_ctx()
289 … httpd_sess_free_ctx(&hd->hd_req.sess_ctx, hd->hd_req.free_ctx); // Free previous context in httpd_sess_set_ctx()
293 hd->hd_req.free_ctx = free_fn; in httpd_sess_set_ctx()
300 httpd_sess_free_ctx(&session->ctx, session->free_ctx); in httpd_sess_set_ctx()
303 session->free_ctx = free_fn; in httpd_sess_set_ctx()
Dhttpd_parse.c671 r->free_ctx = 0; in init_req()
697 httpd_sess_free_ctx(ra->sd->ctx, ra->sd->free_ctx); in httpd_req_cleanup()
710 ra->sd->free_ctx = r->free_ctx; in httpd_req_cleanup()
742 r->free_ctx = sd->free_ctx; in httpd_req_new()
Desp_httpd_priv.h58 httpd_free_ctx_fn_t free_ctx; /*!< Function for freeing the context */ member
/hal_espressif-3.6.0/examples/protocols/http_server/persistent_sockets/main/
Dmain.c64 req->free_ctx = adder_free_func; in adder_post_handler()
91 req->free_ctx = adder_free_func; in adder_get_handler()
130 req->free_ctx = adder_free_func; in adder_put_handler()
/hal_espressif-3.6.0/docs/zh_CN/api-reference/protocols/
Desp_http_server.rst133 req->free_ctx = free_ctx_func; /*!< 释放上下文数据的函数 */
/hal_espressif-3.6.0/components/protocomm/src/transports/
Dprotocomm_httpd.c111 req->free_ctx = protocomm_httpd_session_close; in common_post_handler()
/hal_espressif-3.6.0/components/esp_http_server/include/
Desp_http_server.h362 httpd_free_ctx_fn_t free_ctx; member
/hal_espressif-3.6.0/examples/protocols/http_server/advanced_tests/main/
Dtests.c224 req->free_ctx = adder_free_func; in adder_post_handler()
/hal_espressif-3.6.0/docs/en/api-reference/protocols/
Desp_http_server.rst137 req->free_ctx = free_ctx_func; /*!< Function to free context data */