/third_party/glib/gio/ |
D | giostream.h | 32 #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 …]
|
D | gproxy.h | 77 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,
|
D | giostream.c | 101 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 …]
|
D | gtcpwrapperconnection.c | 54 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 *
|
D | gproxy.c | 101 GIOStream * 103 GIOStream *connection, in g_proxy_connect() 136 GIOStream *connection, in g_proxy_connect_async() 168 GIOStream *
|
D | gsimpleiostream.c | 55 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 *
|
D | ghttpproxy.c | 182 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 *
|
D | glocalfileiostream.c | 72 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()
|
D | gtcpconnection.c | 59 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()
|
D | gsocketconnection.c | 83 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()
|
D | gdbusauthobserver.c | 120 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()
|
D | gtlsserverconnection.c | 83 GIOStream * 84 g_tls_server_connection_new (GIOStream *base_io_stream, in g_tls_server_connection_new()
|
D | gsocks4aproxy.c | 193 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 *
|
D | gtlsserverconnection.h | 63 GIOStream * g_tls_server_connection_new (GIOStream *base_io_s…
|
D | gdbusaddress.h | 48 GIOStream *g_dbus_address_get_stream_finish (GAsyncResult *res, 53 GIOStream *g_dbus_address_get_stream_sync (const gchar *address,
|
D | gtcpwrapperconnection.h | 62 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/ |
D | soup-io-stream.c | 17 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 *
|
D | soup-io-stream.h | 23 GIOStream parent; 35 GIOStream *soup_io_stream_new (GIOStream *base_iostream, 38 GIOStream *soup_io_stream_get_base_iostream (SoupIOStream *stream);
|
D | soup-message-private.h | 84 GIOStream *iostream, 92 GIOStream *iostream, 119 GIOStream *soup_message_io_steal (SoupMessage *msg); 154 GIOStream *connection);
|
D | soup-websocket-connection.h | 68 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/ |
D | gdbus-close-pending.c | 54 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;
|
D | test-io-stream.c | 49 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 *
|
D | test-pipe-unix.h | 31 gboolean test_bidi_pipe (GIOStream **left, 32 GIOStream **right,
|
D | io-stream.c | 33 GIOStream *iostream1; 34 GIOStream *iostream2; 117 GIOStream *io; in test_close_file() 144 GIOStream *io; in test_close_memory()
|
D | test-io-stream.h | 30 GIOStream parent_instance; 48 GIOStream *test_io_stream_new (GInputStream *input_stream,
|