Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c739 for (pos = daemon->connections_head; NULL != pos; pos = pos->next) in MHD_get_fdset2()
1500 DLL_insert (daemon->connections_head, in internal_add_connection()
1589 DLL_remove (daemon->connections_head, in internal_add_connection()
1646 DLL_remove (daemon->connections_head, in MHD_suspend_connection()
1754 DLL_insert (daemon->connections_head, in resume_suspended_connections()
2202 next = daemon->connections_head; in MHD_run_from_select()
2367 for (pos = daemon->connections_head; NULL != pos; pos = pos->next) in MHD_poll_all()
2420 for (pos = daemon->connections_head; NULL != pos; pos = pos->next) in MHD_poll_all()
2470 next = daemon->connections_head; in MHD_poll_all()
4315 DLL_remove (daemon->connections_head, in close_connection()
[all …]
Dinternal.h925 struct MHD_Connection *connections_head; member
Dconnection.c2244 DLL_remove (daemon->connections_head,