Home
last modified time | relevance | path

Searched refs:g_io_stream_close_async (Results 1 – 12 of 12) sorted by relevance

/third_party/glib/gio/tests/
Dio-stream.c129 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()
Dsocket-service.c282 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()
Dsend-data.c183 g_io_stream_close_async (G_IO_STREAM (connection), in main()
/third_party/glib/gio/
Dgiostream.c482 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()
Dgiostream.h113 void g_io_stream_close_async (GIOStream *stream,
Dgdbusprivate.c1454 g_io_stream_close_async (worker->stream, G_PRIORITY_DEFAULT, in continue_writing()
/third_party/libsoup/libsoup/
Dsoup-io-stream.c163 g_io_stream_close_async (SOUP_IO_STREAM (stream)->priv->base_iostream, in soup_io_stream_close_async()
Dsoup-websocket-connection.c389 g_io_stream_close_async (pv->io_stream, G_PRIORITY_DEFAULT, in close_io_stream()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c414 g_io_stream_close_async (G_IO_STREAM (self->connection), in gst_rtmp_connection_close()
Drtmpclient.c496 g_io_stream_close_async (stream, G_PRIORITY_DEFAULT, NULL, NULL, NULL); in handshake_done()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt1019 g_io_stream_close_async
/third_party/glib/
DNEWS4876 722723 Infinite recursion when calling g_io_stream_close_async() from libsoup