Searched refs:spdy_connections_head (Results 1 – 3 of 3) sorted by relevance
202 connection = glob_opt.spdy_connections_head; in run_everything()208 … DLL_remove(glob_opt.spdy_connections_head, glob_opt.spdy_connections_tail, connection_for_delete); in run_everything()
857 connection = glob_opt.spdy_connections_head; in spdy_request()873 DLL_insert(glob_opt.spdy_connections_head, glob_opt.spdy_connections_tail, connection); in spdy_request()1020 connection = glob_opt.spdy_connections_head; in spdy_get_selectfdset()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()
150 struct SPDY_Connection *spdy_connections_head; member