Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_http_server/src/
Dhttpd_sess.c40 void httpd_sess_enum(struct httpd_data *hd, httpd_session_enum_function enum_function, void *contex… in httpd_sess_enum() function
156 httpd_sess_enum(hd, enum_function, &context); in httpd_sess_get_free()
181 httpd_sess_enum(hd, enum_function, &context); in httpd_sess_get()
334 httpd_sess_enum(hd, enum_function, &context); in httpd_sess_set_descriptors()
346 httpd_sess_enum(hd, enum_function, &context); in httpd_sess_delete_invalid()
383 httpd_sess_enum(hd, enum_function, &context); in httpd_sess_init()
436 httpd_sess_enum(hd, enum_function, &context); in httpd_sess_update_lru_counter()
451 httpd_sess_enum(hd, enum_function, &context); in httpd_sess_close_lru()
483 httpd_sess_enum(hd, enum_function, &context); in httpd_sess_close_all()
Desp_httpd_priv.h139 void httpd_sess_enum(struct httpd_data *hd, httpd_session_enum_function enum_function, void *contex…
Dhttpd_main.c228 httpd_sess_enum(hd, httpd_process_session, &context); in httpd_server()