Lines Matching refs:connections_head
850 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()
4364 for (pos = daemon->connections_head; NULL != pos; pos = pos->next) in close_all_connections()
4382 for (pos = daemon->connections_head; NULL != pos; pos = pos->next) in close_all_connections()
4391 while (NULL != (pos = daemon->connections_head)) in close_all_connections()