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.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);
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_http.c 220 int rc= spdylay_session_resume_data(proxy->spdy_connection->session, proxy->stream_id);
222 proxy->spdy_connection->want_io |= WANT_WRITE;
402 if(proxy->stream_id > 0 /*&& NULL != proxy->spdy_connection->session*/)
406 spdylay_submit_rst_stream(proxy->spdy_connection->session, proxy->stream_id, 5);
410 DLL_remove(proxy->spdy_connection->proxies_head, proxy->spdy_connection->proxies_tail, proxy);

Completed in 475 milliseconds