Searched defs:SPDY_Connection (Results 1 – 1 of 1) sorted by relevance
70 struct SPDY_Connection { struct73 struct SPDY_Connection *prev; argument74 struct SPDY_Connection *next; argument75 struct Proxy *proxies_head;76 struct Proxy *proxies_tail;77 char *host;78 int fd;79 int want_io;80 uint counter;81 uint streams_opened;[all …]