HomeSort by relevance Sort by last modified time
    Searched refs:SPDY_Connection (Results 1 - 4 of 4) sorted by null

  /external/libmicrohttpd/src/examples/
mhd2spdy_spdy.h 30 struct SPDY_Connection *
38 struct SPDY_Connection *connection);
45 struct SPDY_Connection *connection);
49 spdy_exec_io(struct SPDY_Connection *connection);
69 spdy_free_connection(struct SPDY_Connection * connection);
74 struct SPDY_Connection *connections[],
83 struct SPDY_Connection *connections[],
90 struct SPDY_Connection *connections[],
98 struct SPDY_Connection *connections[],
mhd2spdy_structures.h 70 struct SPDY_Connection {
73 struct SPDY_Connection *prev;
74 struct SPDY_Connection *next;
109 struct SPDY_Connection *spdy_connection; member in struct:Proxy
149 struct SPDY_Connection *spdy_connection; member in struct:global_options
150 struct SPDY_Connection *spdy_connections_head;
151 struct SPDY_Connection *spdy_connections_tail;
mhd2spdy_spdy.c 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
    [all...]
mhd2spdy.c 79 struct SPDY_Connection *connection;
80 struct SPDY_Connection *connections[MAX_SPDY_CONNECTIONS];
81 struct SPDY_Connection *connection_for_delete;
129 if(NULL == glob_opt.spdy_connection && NULL != glob_opt.spdy2http_str)
131 glob_opt.spdy_connection = spdy_connect(spdy2http_uri, spdy2http_uri->port, strcmp("https", spdy2http_uri->scheme)==0);
132 if(NULL == glob_opt.spdy_connection && glob_opt.only_proxy)
200 spdy_free_connection(glob_opt.spdy_connection);

Completed in 323 milliseconds