Home
last modified time | relevance | path

Searched refs:cleanup_head (Results 1 – 6 of 6) sorted by relevance

/external/libmicrohttpd/src/microspdy/
Ddaemon.c78 while (NULL != (session = daemon->cleanup_head)) in spdyf_cleanup_sessions()
80 DLL_remove (daemon->cleanup_head, in spdyf_cleanup_sessions()
Dstructures.h876 struct SPDY_Session *cleanup_head; member
Dsession.c1376 DLL_insert (daemon->cleanup_head, in SPDYF_session_close()
/external/libmicrohttpd/src/microhttpd/
Dinternal.h942 struct MHD_Connection *cleanup_head; member
Ddaemon.c2069 while (NULL != (pos = daemon->cleanup_head)) in MHD_cleanup_connections()
2071 DLL_remove (daemon->cleanup_head, in MHD_cleanup_connections()
4341 DLL_insert (daemon->cleanup_head, in close_connection()
Dconnection.c2247 DLL_insert (daemon->cleanup_head,