Home
last modified time | relevance | path

Searched refs:write_async (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/gio/
Dgoutputstream.c152 klass->write_async = g_output_stream_real_write_async; in g_output_stream_class_init()
1064 class->write_async (stream, buffer, count, io_priority, cancellable, in g_output_stream_write_async()
2247 return (class->write_async == g_output_stream_real_write_async && in g_output_stream_async_write_is_via_threads()
2778 class->write_async (g_task_get_source_object (task), in real_splice_async_write_cb()
2815 class->write_async (g_task_get_source_object (task), op->buffer, in real_splice_async_read_cb()
Dgoutputstream.h85 void (* write_async) (GOutputStream *stream, member
/third_party/glib/
DNEWS5533 691581 g_output_stream_real_splice_async doesn't use overriden read/write_async functions