Home
last modified time | relevance | path

Searched refs:g_io_stream_get_input_stream (Results 1 – 25 of 39) sorted by relevance

12

/third_party/glib/gio/
Dgiostream.c149 g_value_set_object (value, g_io_stream_get_input_stream (stream)); in g_io_stream_get_property()
225 g_io_stream_get_input_stream (GIOStream *stream) in g_io_stream_get_input_stream() function
349 res &= g_input_stream_close (g_io_stream_get_input_stream (stream), in g_io_stream_real_close()
632 input = g_io_stream_get_input_stream (stream); in g_io_stream_real_close_async()
886 istream = g_io_stream_get_input_stream (stream1); in g_io_stream_splice_async()
892 istream = g_io_stream_get_input_stream (stream2); in g_io_stream_splice_async()
Dgsocks4aproxy.c210 in = g_io_stream_get_input_stream (io_stream); in g_socks4a_proxy_connect()
276 in = g_io_stream_get_input_stream (data->io_stream); in do_read()
Dgiostream.h90 GInputStream * g_io_stream_get_input_stream (GIOStream *stream);
Dgtcpwrapperconnection.c70 return g_io_stream_get_input_stream (connection->priv->base_io_stream); in g_tcp_wrapper_connection_get_input_stream()
Dgdbusauth.c589 …dis = G_DATA_INPUT_STREAM (g_data_input_stream_new (g_io_stream_get_input_stream (auth->priv->stre… in _g_dbus_auth_run_client()
968 …dis = G_DATA_INPUT_STREAM (g_data_input_stream_new (g_io_stream_get_input_stream (auth->priv->stre… in _g_dbus_auth_run_server()
1309 … line = _my_g_input_stream_read_line_safe (g_io_stream_get_input_stream (auth->priv->stream), in _g_dbus_auth_run_server()
Dghttpproxy.c221 in = g_io_stream_get_input_stream (io_stream); in g_http_proxy_connect()
Dgdbusprivate.c584 bytes_read = g_input_stream_read_finish (g_io_stream_get_input_stream (worker->stream), in _g_dbus_worker_do_read_cb()
664 … g_type_name (G_TYPE_FROM_INSTANCE (g_io_stream_get_input_stream (worker->stream))), in _g_dbus_worker_do_read_cb()
849 g_input_stream_read_async (g_io_stream_get_input_stream (worker->stream), in _g_dbus_worker_do_read_unlocked()
1447 GInputStream *input = g_io_stream_get_input_stream (worker->stream); in continue_writing()
2621 g_type_name (G_TYPE_FROM_INSTANCE (g_io_stream_get_input_stream (worker->stream)))); in read_message_print_transport_debug()
Dgsocks5proxy.c442 in = g_io_stream_get_input_stream (io_stream); in g_socks5_proxy_connect()
606 in = g_io_stream_get_input_stream (data->io_stream); in do_read()
/third_party/glib/gio/tests/
Dgdbus-non-socket.c146 g_assert (G_IS_INPUT_STREAM (g_io_stream_get_input_stream (streams[0]))); in test_non_socket()
149 g_assert (G_IS_INPUT_STREAM (g_io_stream_get_input_stream (streams[1]))); in test_non_socket()
Dreadwrite.c24 pos = g_seekable_tell (G_SEEKABLE (g_io_stream_get_input_stream (iostream))); in verify_pos()
47 in = g_io_stream_get_input_stream (iostream); in verify_iostream()
259 in = g_io_stream_get_input_stream (G_IO_STREAM (file_iostream)); in test_g_file_replace_readwrite()
Decho-server.c26 in = g_io_stream_get_input_stream (G_IO_STREAM (connection)); in handler()
Dsocket-common.c102 …pollable_input_stream_create_source (G_POLLABLE_INPUT_STREAM (g_io_stream_get_input_stream (stream… in ensure_connection_condition()
Dio-stream.c125 io = g_simple_io_stream_new (g_io_stream_get_input_stream (G_IO_STREAM (fios)), in test_close_file()
Dhttpd.c45 in = g_io_stream_get_input_stream (G_IO_STREAM (connection)); in handler()
Dsocket-server.c236 istream = g_io_stream_get_input_stream (connection); in main()
Dpollable.c364 in = G_POLLABLE_INPUT_STREAM (g_io_stream_get_input_stream (G_IO_STREAM (client_conn))); in test_pollable_socket()
Dsocket-client.c241 *istream = g_io_stream_get_input_stream (*connection); in make_connection()
Dsocket-service.c452 istream = g_io_stream_get_input_stream (G_IO_STREAM (conn)); in incoming_read_write_async_cb()
Dproxy-test.c301 istream = g_io_stream_get_input_stream (io_stream); in g_proxy_base_connect()
843 GInputStream *istream = g_io_stream_get_input_stream (iostream); in do_echo_test()
/third_party/libsoup/examples/
Dsimple-proxy.c159 tunnel->client.istream = g_io_stream_get_input_stream (tunnel->client.iostream); in start_tunnel()
199 tunnel->server.istream = g_io_stream_get_input_stream (tunnel->server.iostream); in tunnel_connected_cb()
/third_party/libsoup/libsoup/
Dsoup-io-stream.c52 soup_filter_input_stream_new (g_io_stream_get_input_stream (io)); in soup_io_stream_set_property()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtspconnection.c233 istream_get = g_io_stream_get_input_stream (G_IO_STREAM (client_get)); in GST_START_TEST()
426 istream_get = g_io_stream_get_input_stream (G_IO_STREAM (client_get)); in GST_START_TEST()
812 istream = g_io_stream_get_input_stream (G_IO_STREAM (conn2)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmphandshake.c177 GInputStream *is = g_io_stream_get_input_stream (stream); in client_handshake1_done()
/third_party/libsoup/tests/
Dserver-test.c193 in = g_io_stream_get_input_stream (G_IO_STREAM (conn)); in do_one_server_aliases_test()
1265 tunnel->client.istream = g_io_stream_get_input_stream (tunnel->client.iostream); in start_tunnel()
1307 tunnel->server.istream = g_io_stream_get_input_stream (tunnel->server.iostream); in tunnel_connected_cb()
Dmisc-test.c1022 istream = g_io_stream_get_input_stream (stream); in run_echo_server()
1156 istream = g_io_stream_get_input_stream (iostream); in do_stealing_test()

12