Searched refs:read_async (Results 1 – 4 of 4) sorted by relevance
/third_party/glib/gio/ |
D | ginputstream.c | 113 klass->read_async = g_input_stream_real_read_async; in g_input_stream_class_init() 662 class->read_async (stream, buffer, count, io_priority, cancellable, in g_input_stream_read_async() 1286 return (class->read_async == g_input_stream_real_read_async && in g_input_stream_async_read_is_via_threads() 1486 class->read_async (G_INPUT_STREAM (source_object), in skip_callback_wrapper() 1548 class->read_async (stream, data->buffer, MIN (8192, count), io_priority, cancellable, in g_input_stream_real_skip_async()
|
D | ginputstream.h | 75 void (* read_async) (GInputStream *stream, member
|
D | gfile.h | 302 void (* read_async) (GFile *file, member
|
D | gfile.c | 372 iface->read_async = g_file_real_read_async; in G_DEFINE_INTERFACE() 2087 (* iface->read_async) (file, in g_file_read_async()
|