Home
last modified time | relevance | path

Searched refs:write_finish (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/
Dgoutputstream.h92 gssize (* write_finish) (GOutputStream *stream, member
Dgoutputstream.c153 klass->write_finish = g_output_stream_real_write_finish; in g_output_stream_class_init()
963 nwrote = class->write_finish (stream, res, &error); in async_ready_write_callback_wrapper()
2763 ret = class->write_finish (G_OUTPUT_STREAM (source), res, &op->error); in real_splice_async_write_cb()