Searched refs:g_io_stream_close_async (Results 1 – 12 of 12) sorted by relevance
/third_party/glib/gio/tests/ |
D | io-stream.c | 129 g_io_stream_close_async (io, 0, NULL, close_async_done, &done); in test_close_file() 152 g_io_stream_close_async (io, 0, NULL, close_async_done, &done); in test_close_memory()
|
D | socket-service.c | 282 g_io_stream_close_async (G_IO_STREAM (conn), in written_read_write_async_cb() 353 g_io_stream_close_async (G_IO_STREAM (conn), in writtenv_read_write_async_cb() 434 g_io_stream_close_async (G_IO_STREAM (conn), in read_read_write_async_cb()
|
D | send-data.c | 183 g_io_stream_close_async (G_IO_STREAM (connection), in main()
|
/third_party/glib/gio/ |
D | giostream.c | 482 g_io_stream_close_async (GIOStream *stream, in g_io_stream_close_async() function 495 g_task_set_source_tag (task, g_io_stream_close_async); in g_io_stream_close_async() 786 g_io_stream_close_async (ctx->stream1, in splice_cb() 796 g_io_stream_close_async (ctx->stream2, in splice_cb()
|
D | giostream.h | 113 void g_io_stream_close_async (GIOStream *stream,
|
D | gdbusprivate.c | 1454 g_io_stream_close_async (worker->stream, G_PRIORITY_DEFAULT, in continue_writing()
|
/third_party/libsoup/libsoup/ |
D | soup-io-stream.c | 163 g_io_stream_close_async (SOUP_IO_STREAM (stream)->priv->base_iostream, in soup_io_stream_close_async()
|
D | soup-websocket-connection.c | 389 g_io_stream_close_async (pv->io_stream, G_PRIORITY_DEFAULT, in close_io_stream()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | rtmpconnection.c | 414 g_io_stream_close_async (G_IO_STREAM (self->connection), in gst_rtmp_connection_close()
|
D | rtmpclient.c | 496 g_io_stream_close_async (stream, G_PRIORITY_DEFAULT, NULL, NULL, NULL); in handshake_done()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 1019 g_io_stream_close_async
|
/third_party/glib/ |
D | NEWS | 4876 722723 Infinite recursion when calling g_io_stream_close_async() from libsoup
|