Home
last modified time | relevance | path

Searched refs:GIOStream (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/glib/gio/
Dgiostream.h32 #define G_IO_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_IO_STREAM, GIOStream))
58 GInputStream * (*get_input_stream) (GIOStream *stream);
59 GOutputStream * (*get_output_stream) (GIOStream *stream);
61 gboolean (* close_fn) (GIOStream *stream,
64 void (* close_async) (GIOStream *stream,
69 gboolean (* close_finish) (GIOStream *stream,
90 GInputStream * g_io_stream_get_input_stream (GIOStream *stream);
92 GOutputStream *g_io_stream_get_output_stream (GIOStream *stream);
95 void g_io_stream_splice_async (GIOStream *stream1,
96 GIOStream *stream2,
[all …]
Dgproxy.h77 GIOStream * (* connect) (GProxy *proxy,
78 GIOStream *connection,
84 GIOStream *connection,
90 GIOStream * (* connect_finish) (GProxy *proxy,
104 GIOStream *g_proxy_connect (GProxy *proxy,
105 GIOStream *connection,
112 GIOStream *connection,
119 GIOStream *g_proxy_connect_finish (GProxy *proxy,
Dgiostream.c101 static gboolean g_io_stream_real_close (GIOStream *stream,
104 static void g_io_stream_real_close_async (GIOStream *stream,
109 static gboolean g_io_stream_real_close_finish (GIOStream *stream,
113 G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE (GIOStream, g_io_stream, G_TYPE_OBJECT) in G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE() argument
118 GIOStream *stream; in G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE()
129 g_io_stream_init (GIOStream *stream) in g_io_stream_init()
140 GIOStream *stream = G_IO_STREAM (object); in g_io_stream_get_property()
205 g_io_stream_is_closed (GIOStream *stream) in g_io_stream_is_closed()
225 g_io_stream_get_input_stream (GIOStream *stream) in g_io_stream_get_input_stream()
249 g_io_stream_get_output_stream (GIOStream *stream) in g_io_stream_get_output_stream()
[all …]
Dgtcpwrapperconnection.c54 GIOStream *base_io_stream;
66 g_tcp_wrapper_connection_get_input_stream (GIOStream *io_stream) in g_tcp_wrapper_connection_get_input_stream()
74 g_tcp_wrapper_connection_get_output_stream (GIOStream *io_stream) in g_tcp_wrapper_connection_get_output_stream()
172 g_tcp_wrapper_connection_new (GIOStream *base_io_stream, in g_tcp_wrapper_connection_new()
195 GIOStream *
Dgproxy.c101 GIOStream *
103 GIOStream *connection, in g_proxy_connect()
136 GIOStream *connection, in g_proxy_connect_async()
168 GIOStream *
Dgsimpleiostream.c55 GIOStream parent;
140 g_simple_io_stream_get_input_stream (GIOStream *stream) in g_simple_io_stream_get_input_stream()
148 g_simple_io_stream_get_output_stream (GIOStream *stream) in g_simple_io_stream_get_output_stream()
214 GIOStream *
Dghttpproxy.c182 static GIOStream *
184 GIOStream *io_stream, in g_http_proxy_connect()
195 GIOStream *tlsconn = NULL; in g_http_proxy_connect()
305 GIOStream *io_stream;
325 GIOStream *res; in connect_thread()
339 GIOStream *io_stream, in g_http_proxy_connect_async()
360 static GIOStream *
Dglocalfileiostream.c72 g_local_file_io_stream_get_input_stream (GIOStream *stream) in g_local_file_io_stream_get_input_stream()
78 g_local_file_io_stream_get_output_stream (GIOStream *stream) in g_local_file_io_stream_get_output_stream()
85 g_local_file_io_stream_close (GIOStream *stream, in g_local_file_io_stream_close()
Dgtcpconnection.c59 static gboolean g_tcp_connection_close (GIOStream *stream,
62 static void g_tcp_connection_close_async (GIOStream *stream,
143 g_tcp_connection_close (GIOStream *stream, in g_tcp_connection_close()
192 GIOStream *stream = g_task_get_source_object (task); in async_close_finish()
248 g_tcp_connection_close_async (GIOStream *stream, in g_tcp_connection_close_async()
Dgsocketconnection.c83 static gboolean g_socket_connection_close (GIOStream *stream,
86 static void g_socket_connection_close_async (GIOStream *stream,
91 static gboolean g_socket_connection_close_finish (GIOStream *stream,
98 g_socket_connection_get_input_stream (GIOStream *io_stream) in G_DEFINE_TYPE_WITH_PRIVATE()
110 g_socket_connection_get_output_stream (GIOStream *io_stream) in g_socket_connection_get_output_stream()
467 g_socket_connection_close (GIOStream *stream, in g_socket_connection_close()
494 g_socket_connection_close_async (GIOStream *stream, in g_socket_connection_close_async()
521 g_socket_connection_close_finish (GIOStream *stream, in g_socket_connection_close_finish()
Dgdbusauthobserver.c120 GIOStream *stream,
161 GIOStream *stream, in g_dbus_auth_observer_authorize_authenticated_peer_real()
276 GIOStream *stream, in g_dbus_auth_observer_authorize_authenticated_peer()
Dgtlsserverconnection.c83 GIOStream *
84 g_tls_server_connection_new (GIOStream *base_io_stream, in g_tls_server_connection_new()
Dgsocks4aproxy.c193 static GIOStream *
195 GIOStream *io_stream, in g_socks4a_proxy_connect()
249 GIOStream *io_stream;
302 GIOStream *io_stream, in g_socks4a_proxy_connect_async()
424 static GIOStream *g_socks4a_proxy_connect_finish (GProxy *proxy,
428 static GIOStream *
Dgtlsserverconnection.h63 GIOStream * g_tls_server_connection_new (GIOStream *base_io_s…
Dgdbusaddress.h48 GIOStream *g_dbus_address_get_stream_finish (GAsyncResult *res,
53 GIOStream *g_dbus_address_get_stream_sync (const gchar *address,
Dgtcpwrapperconnection.h62 GSocketConnection *g_tcp_wrapper_connection_new (GIOStream *base_io_stre…
65 GIOStream *g_tcp_wrapper_connection_get_base_io_stream (GTcpWrapperConnection *conn);
/third_party/libsoup/libsoup/
Dsoup-io-stream.c17 GIOStream *base_iostream;
45 GIOStream *io; in soup_io_stream_set_property()
111 soup_io_stream_get_input_stream (GIOStream *stream) in soup_io_stream_get_input_stream()
117 soup_io_stream_get_output_stream (GIOStream *stream) in soup_io_stream_get_output_stream()
124 soup_io_stream_close (GIOStream *stream, in soup_io_stream_close()
154 soup_io_stream_close_async (GIOStream *stream, in soup_io_stream_close_async()
169 soup_io_stream_close_finish (GIOStream *stream, in soup_io_stream_close_finish()
213 GIOStream *
214 soup_io_stream_new (GIOStream *base_iostream, in soup_io_stream_new()
223 GIOStream *
Dsoup-io-stream.h23 GIOStream parent;
35 GIOStream *soup_io_stream_new (GIOStream *base_iostream,
38 GIOStream *soup_io_stream_get_base_iostream (SoupIOStream *stream);
Dsoup-message-private.h84 GIOStream *iostream,
92 GIOStream *iostream,
119 GIOStream *soup_message_io_steal (SoupMessage *msg);
154 GIOStream *connection);
Dsoup-websocket-connection.h68 SoupWebsocketConnection *soup_websocket_connection_new (GIOStream *stream,
74 SoupWebsocketConnection *soup_websocket_connection_new_with_extensions (GIOStream
82 GIOStream * soup_websocket_connection_get_io_stream (SoupWebsocketConnection *self);
/third_party/glib/gio/tests/
Dgdbus-close-pending.c54 GIOStream parent_instance;
83 my_io_stream_get_input_stream (GIOStream *_stream) in my_io_stream_get_input_stream()
90 my_io_stream_get_output_stream (GIOStream *_stream) in my_io_stream_get_output_stream()
110 static GIOStream *
236 static GIOStream *
239 GIOStream *stream; in my_io_stream_new_for_fds()
261 GIOStream *server_iostream;
263 GIOStream *iostream;
Dtest-io-stream.c49 test_io_stream_get_input_stream (GIOStream *_stream) in test_io_stream_get_input_stream()
57 test_io_stream_get_output_stream (GIOStream *_stream) in test_io_stream_get_output_stream()
90 GIOStream *
Dtest-pipe-unix.h31 gboolean test_bidi_pipe (GIOStream **left,
32 GIOStream **right,
Dio-stream.c33 GIOStream *iostream1;
34 GIOStream *iostream2;
117 GIOStream *io; in test_close_file()
144 GIOStream *io; in test_close_memory()
Dtest-io-stream.h30 GIOStream parent_instance;
48 GIOStream *test_io_stream_new (GInputStream *input_stream,

1234