Lines Matching refs:io_stream
184 GIOStream *io_stream, in g_http_proxy_connect() argument
199 tlsconn = g_tls_client_connection_new (io_stream, in g_http_proxy_connect()
218 io_stream = tlsconn; in g_http_proxy_connect()
221 in = g_io_stream_get_input_stream (io_stream); in g_http_proxy_connect()
222 out = g_io_stream_get_output_stream (io_stream); in g_http_proxy_connect()
292 g_object_ref (io_stream); in g_http_proxy_connect()
295 return io_stream; in g_http_proxy_connect()
305 GIOStream *io_stream; member
312 g_object_unref (data->io_stream); in free_connect_data()
328 res = g_http_proxy_connect (proxy, data->io_stream, data->proxy_address, in connect_thread()
339 GIOStream *io_stream, in g_http_proxy_connect_async() argument
349 data->io_stream = g_object_ref (io_stream); in g_http_proxy_connect_async()