Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/microhttpd/
Ddaemon.c850 for (pos = daemon->connections_head; NULL != pos; pos = pos->next) in MHD_get_fdset2()
1582 DLL_insert (daemon->connections_head, in internal_add_connection()
1671 DLL_remove (daemon->connections_head, in internal_add_connection()
1728 DLL_remove (daemon->connections_head, in MHD_suspend_connection()
1836 DLL_insert (daemon->connections_head, in resume_suspended_connections()
2284 next = daemon->connections_head; in MHD_run_from_select()
2449 for (pos = daemon->connections_head; NULL != pos; pos = pos->next) in MHD_poll_all()
2502 for (pos = daemon->connections_head; NULL != pos; pos = pos->next) in MHD_poll_all()
2552 next = daemon->connections_head; in MHD_poll_all()
4337 DLL_remove (daemon->connections_head, in close_connection()
[all …]
Dinternal.h922 struct MHD_Connection *connections_head; member
Dconnection.c2244 DLL_remove (daemon->connections_head,