Searched refs:DLL_remove (Results 1 - 9 of 9) sorted by relevance

/external/libmicrohttpd/src/examples/
H A Dmhd2spdy.c208 DLL_remove(glob_opt.spdy_connections_head, glob_opt.spdy_connections_tail, connection_for_delete);
H A Dmhd2spdy_spdy.c402 DLL_remove(proxy->spdy_connection->proxies_head, proxy->spdy_connection->proxies_tail, proxy);
823 DLL_remove(connection->proxies_head, connection->proxies_tail, proxy);
933 DLL_remove(glob_opt.spdy_connection->proxies_head, glob_opt.spdy_connection->proxies_tail, proxy);
957 DLL_remove(glob_opt.spdy_connections_head, glob_opt.spdy_connections_tail, connection);
963 DLL_remove(connection->proxies_head, connection->proxies_tail, proxy);
1033 DLL_remove(glob_opt.spdy_connections_head, glob_opt.spdy_connections_tail, connection);
1086 DLL_remove(glob_opt.spdy_connections_head, glob_opt.spdy_connections_tail, connections[i]);
1092 DLL_remove(connections[i]->proxies_head, connections[i]->proxies_tail, proxy);
1134 DLL_remove(glob_opt.spdy_connections_head, glob_opt.spdy_connections_tail, connections[i]);
H A Dmhd2spdy_structures.h217 #define DLL_remove(head,tail,element) do { \ macro
/external/libmicrohttpd/src/microspdy/
H A Dstructures.h1078 #define DLL_remove(head,tail,element) do { \ macro
H A Ddaemon.c80 DLL_remove (daemon->cleanup_head,
H A Dsession.c1018 DLL_remove(session->response_queue_head,session->response_queue_tail,response_queue);
1372 DLL_remove (daemon->sessions_head,
1587 DLL_remove (session->response_queue_head,
1602 DLL_remove (session->streams_head,
/external/libmicrohttpd/src/microhttpd/
H A Dinternal.h1308 #define DLL_remove(head,tail,element) do { \ macro
H A Ddaemon.c1671 DLL_remove (daemon->connections_head,
1728 DLL_remove (daemon->connections_head,
1833 DLL_remove (daemon->suspended_connections_head,
2071 DLL_remove (daemon->cleanup_head,
4337 DLL_remove (daemon->connections_head,
H A Dconnection.c2240 DLL_remove (daemon->suspended_connections_head,
2244 DLL_remove (daemon->connections_head,

Completed in 71 milliseconds