Searched refs:spdy_connections_tail (Results 1 – 3 of 3) sorted by relevance
151 struct SPDY_Connection *spdy_connections_tail; member
873 DLL_insert(glob_opt.spdy_connections_head, glob_opt.spdy_connections_tail, connection); in spdy_request()1033 DLL_remove(glob_opt.spdy_connections_head, glob_opt.spdy_connections_tail, connection); in spdy_get_selectfdset()1134 … DLL_remove(glob_opt.spdy_connections_head, glob_opt.spdy_connections_tail, connections[i]); in spdy_run_select()
208 … DLL_remove(glob_opt.spdy_connections_head, glob_opt.spdy_connections_tail, connection_for_delete); in run_everything()