Home | History | Annotate | Download | only in gio

Lines Matching refs:G_INPUT_STREAM

51 G_DEFINE_TYPE (GInputStream, g_input_stream, G_TYPE_OBJECT);
96 stream = G_INPUT_STREAM (object);
109 stream = G_INPUT_STREAM (object);
476 GInputStream *stream = G_INPUT_STREAM (source_object);
489 GInputStream *stream = G_INPUT_STREAM (source_object);
956 op->count_read = class->read_fn (G_INPUT_STREAM (object),
1021 op->count_skipped = class->skip (G_INPUT_STREAM (object),
1053 ret = g_input_stream_read_finish (G_INPUT_STREAM (source_object), res, &error);
1063 class->read_async (G_INPUT_STREAM (source_object), data->buffer, MIN (8192, data->count), data->io_prio, data->cancellable,
1173 result = class->close_fn (G_INPUT_STREAM (object), cancellable, &error);