Searched refs:normal_timeout_head (Results 1 – 3 of 3) sorted by relevance
/external/libmicrohttpd/src/microhttpd/ |
D | connection.c | 1979 XDLL_remove (daemon->normal_timeout_head, 1982 XDLL_insert (daemon->normal_timeout_head, 2232 XDLL_remove (daemon->normal_timeout_head, 2837 XDLL_remove (daemon->normal_timeout_head, 2851 XDLL_insert (daemon->normal_timeout_head,
|
D | internal.h | 973 struct MHD_Connection *normal_timeout_head; member
|
D | daemon.c | 1579 XDLL_insert (daemon->normal_timeout_head, in internal_add_connection() 1674 XDLL_remove (daemon->normal_timeout_head, in internal_add_connection() 1735 XDLL_remove (daemon->normal_timeout_head, in MHD_suspend_connection() 1840 XDLL_insert (daemon->normal_timeout_head, in resume_suspended_connections() 2203 pos = daemon->normal_timeout_head; in MHD_get_timeout() 4330 XDLL_remove (daemon->normal_timeout_head, in close_connection()
|