Home
last modified time | relevance | path

Searched defs:SPDY_Connection (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/examples/
Dmhd2spdy_structures.h70 struct SPDY_Connection { struct
73 struct SPDY_Connection *prev; argument
74 struct SPDY_Connection *next; argument
75 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 …]