Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dconnection_https.c180 connection->idle_handler = &MHD_tls_connection_handle_idle; in MHD_set_https_callbacks()
Ddaemon.c914 if (MHD_NO == con->idle_handler (con)) in MHD_handle_connection()
987 if (MHD_NO == con->idle_handler (con)) in MHD_handle_connection()
1003 con->idle_handler (con); in MHD_handle_connection()
2235 pos->idle_handler (pos); in MHD_run_from_select()
2485 pos->idle_handler (pos); in MHD_poll_all()
2499 pos->idle_handler (pos); in MHD_poll_all()
2505 pos->idle_handler (pos); in MHD_poll_all()
2508 pos->idle_handler (pos); in MHD_poll_all()
2795 pos->idle_handler (pos); in MHD_epoll()
2810 pos->idle_handler (pos); in MHD_epoll()
[all …]
Dinternal.h828 int (*idle_handler) (struct MHD_Connection *connection); member
Dconnection.c2760 connection->idle_handler = &MHD_connection_handle_idle;
/third_party/libwebsockets/lib/event-libs/sdevent/
Dsdevent.c50 idle_handler(sd_event_source *s, uint64_t usec, void *userdata) in idle_handler() function
296 idle_handler, in init_pt_sd()