Lines Matching refs:SPDY_Connection
146 struct SPDY_Connection *connection;
148 connection = (struct SPDY_Connection*)user_data;
228 struct SPDY_Connection *connection;
231 connection = (struct SPDY_Connection*)user_data;
302 ++proxy->spdy_connection->streams_opened;
399 --proxy->spdy_connection->streams_opened;
402 DLL_remove(proxy->spdy_connection->proxies_head, proxy->spdy_connection->proxies_tail, proxy);
651 struct SPDY_Connection *connection)
674 struct SPDY_Connection *connection)
701 spdy_exec_io(struct SPDY_Connection *connection)
722 struct SPDY_Connection *
730 struct SPDY_Connection * connection = NULL;
768 if(NULL == (connection = au_malloc(sizeof(struct SPDY_Connection))))
813 spdy_free_connection(struct SPDY_Connection * connection)
848 struct SPDY_Connection *connection;
853 connection = glob_opt.spdy_connection;
877 connection = glob_opt.spdy_connection;
887 proxy->spdy_connection = connection;
911 struct SPDY_Connection *connections[],
915 struct SPDY_Connection *connection;
922 if(NULL != glob_opt.spdy_connection)
924 spdy_ctl_poll(&(fds[*real_size]), glob_opt.spdy_connection);
928 glob_opt.streams_opened -= glob_opt.spdy_connection->streams_opened;
930 for(proxy = glob_opt.spdy_connection->proxies_head; NULL != proxy; proxy=proxy->next)
933 DLL_remove(glob_opt.spdy_connection->proxies_head, glob_opt.spdy_connection->proxies_tail, proxy);
936 spdy_free_connection(glob_opt.spdy_connection);
937 glob_opt.spdy_connection = NULL;
941 fds[*real_size].fd = glob_opt.spdy_connection->fd;
942 connections[*real_size] = glob_opt.spdy_connection;
986 struct SPDY_Connection *connections[],
990 struct SPDY_Connection *connection;
991 struct SPDY_Connection *next_connection;
999 if(NULL != glob_opt.spdy_connection)
1003 except_fd_set, glob_opt.spdy_connection);
1006 glob_opt.streams_opened -= glob_opt.spdy_connection->streams_opened;
1009 spdy_free_connection(glob_opt.spdy_connection);
1010 glob_opt.spdy_connection = NULL;
1014 connections[*real_size] = glob_opt.spdy_connection;
1016 if(maxfd < glob_opt.spdy_connection->fd) maxfd = glob_opt.spdy_connection->fd;
1057 struct SPDY_Connection *connections[],
1072 // PRINT_INFO("SPDY SPDY_Connection error");
1080 if(connections[i] == glob_opt.spdy_connection)
1082 glob_opt.spdy_connection = NULL;
1111 struct SPDY_Connection *connections[],
1128 if(connections[i] == glob_opt.spdy_connection)
1130 glob_opt.spdy_connection = NULL;