Home
last modified time | relevance | path

Searched refs:spdy_connection (Results 1 – 4 of 4) sorted by relevance

/external/libmicrohttpd/src/examples/
Dmhd2spdy_spdy.c302 ++proxy->spdy_connection->streams_opened; in spdy_cb_before_ctrl_send()
399 --proxy->spdy_connection->streams_opened; in spdy_cb_on_stream_close()
402 DLL_remove(proxy->spdy_connection->proxies_head, proxy->spdy_connection->proxies_tail, proxy); in spdy_cb_on_stream_close()
853 connection = glob_opt.spdy_connection; in spdy_request()
877 connection = glob_opt.spdy_connection; in spdy_request()
887 proxy->spdy_connection = connection; in spdy_request()
999 if(NULL != glob_opt.spdy_connection) in spdy_get_selectfdset()
1003 except_fd_set, glob_opt.spdy_connection); in spdy_get_selectfdset()
1006 glob_opt.streams_opened -= glob_opt.spdy_connection->streams_opened; in spdy_get_selectfdset()
1009 spdy_free_connection(glob_opt.spdy_connection); in spdy_get_selectfdset()
[all …]
Dmhd2spdy.c129 if(NULL == glob_opt.spdy_connection && NULL != glob_opt.spdy2http_str) in run_everything()
131 …glob_opt.spdy_connection = spdy_connect(spdy2http_uri, spdy2http_uri->port, strcmp("https", spdy2h… in run_everything()
132 if(NULL == glob_opt.spdy_connection && glob_opt.only_proxy) in run_everything()
200 spdy_free_connection(glob_opt.spdy_connection); in run_everything()
Dmhd2spdy_structures.h109 struct SPDY_Connection *spdy_connection; member
149 struct SPDY_Connection *spdy_connection; member
Dmhd2spdy_http.c220 int rc= spdylay_session_resume_data(proxy->spdy_connection->session, proxy->stream_id); in http_cb_request()
222 proxy->spdy_connection->want_io |= WANT_WRITE; in http_cb_request()
406 spdylay_submit_rst_stream(proxy->spdy_connection->session, proxy->stream_id, 5); in http_cb_request_completed()