Lines Matching refs:connections

911                    struct SPDY_Connection *connections[],
942 connections[*real_size] = glob_opt.spdy_connection;
971 connections[*real_size] = connection;
986 struct SPDY_Connection *connections[],
1014 connections[*real_size] = glob_opt.spdy_connection;
1041 connections[*real_size] = connection;
1057 struct SPDY_Connection *connections[],
1066 // PRINT_INFO2("exec about to be called for %s", connections[i]->host);
1069 ret = spdy_exec_io(connections[i]);
1079 glob_opt.streams_opened -= connections[i]->streams_opened;
1080 if(connections[i] == glob_opt.spdy_connection)
1086 DLL_remove(glob_opt.spdy_connections_head, glob_opt.spdy_connections_tail, connections[i]);
1089 for(proxy = connections[i]->proxies_head; NULL != proxy; proxy=proxy->next)
1092 DLL_remove(connections[i]->proxies_head, connections[i]->proxies_tail, proxy);
1098 spdy_free_connection(connections[i]);
1111 struct SPDY_Connection *connections[],
1119 // PRINT_INFO2("exec about to be called for %s", connections[i]->host);
1120 if(FD_ISSET(connections[i]->fd, read_fd_set) || FD_ISSET(connections[i]->fd, write_fd_set) || FD_ISSET(connections[i]->fd, except_fd_set))
1123 ret = spdy_exec_io(connections[i]);
1127 glob_opt.streams_opened -= connections[i]->streams_opened;
1128 if(connections[i] == glob_opt.spdy_connection)
1134 DLL_remove(glob_opt.spdy_connections_head, glob_opt.spdy_connections_tail, connections[i]);
1138 spdy_free_connection(connections[i]);
1144 //PRINT_INFO2("connection->want_io %i",connections[i]->want_io);
1145 //PRINT_INFO2("read %i",spdylay_session_want_read(connections[i]->session));
1146 //PRINT_INFO2("write %i",spdylay_session_want_write(connections[i]->session));