Home
last modified time | relevance | path

Searched refs:idle_handler (Results 1 – 4 of 4) sorted by relevance

/external/libmicrohttpd/src/microhttpd/
Dconnection_https.c180 connection->idle_handler = &MHD_tls_connection_handle_idle; in MHD_set_https_callbacks()
Ddaemon.c1025 if (MHD_NO == con->idle_handler (con)) in MHD_handle_connection()
1098 if (MHD_NO == con->idle_handler (con)) in MHD_handle_connection()
1114 con->idle_handler (con); in MHD_handle_connection()
2317 pos->idle_handler (pos); in MHD_run_from_select()
2567 pos->idle_handler (pos); in MHD_poll_all()
2581 pos->idle_handler (pos); in MHD_poll_all()
2587 pos->idle_handler (pos); in MHD_poll_all()
2590 pos->idle_handler (pos); in MHD_poll_all()
2877 pos->idle_handler (pos); in MHD_epoll()
2892 pos->idle_handler (pos); in MHD_epoll()
[all …]
Dinternal.h825 int (*idle_handler) (struct MHD_Connection *connection); member
Dconnection.c2760 connection->idle_handler = &MHD_connection_handle_idle;