Home
last modified time | relevance | path

Searched refs:httpd_session_enum_function (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/esp_http_server/src/
Desp_httpd_priv.h130 typedef int (*httpd_session_enum_function)(struct sock_db *session, void *context); typedef
139 void httpd_sess_enum(struct httpd_data *hd, httpd_session_enum_function enum_function, void *contex…
Dhttpd_sess.c40 void httpd_sess_enum(struct httpd_data *hd, httpd_session_enum_function enum_function, void *contex… in httpd_sess_enum()