Lines Matching refs:seekable
100 static goffset g_memory_output_stream_tell (GSeekable *seekable);
101 static gboolean g_memory_output_stream_can_seek (GSeekable *seekable);
102 static gboolean g_memory_output_stream_seek (GSeekable *seekable,
107 static gboolean g_memory_output_stream_can_truncate (GSeekable *seekable);
108 static gboolean g_memory_output_stream_truncate (GSeekable *seekable,
716 g_memory_output_stream_tell (GSeekable *seekable) in g_memory_output_stream_tell() argument
721 stream = G_MEMORY_OUTPUT_STREAM (seekable); in g_memory_output_stream_tell()
728 g_memory_output_stream_can_seek (GSeekable *seekable) in g_memory_output_stream_can_seek() argument
734 g_memory_output_stream_seek (GSeekable *seekable, in g_memory_output_stream_seek() argument
744 stream = G_MEMORY_OUTPUT_STREAM (seekable); in g_memory_output_stream_seek()
807 g_memory_output_stream_can_truncate (GSeekable *seekable) in g_memory_output_stream_can_truncate() argument
812 ostream = G_MEMORY_OUTPUT_STREAM (seekable); in g_memory_output_stream_can_truncate()
820 g_memory_output_stream_truncate (GSeekable *seekable, in g_memory_output_stream_truncate() argument
825 GMemoryOutputStream *ostream = G_MEMORY_OUTPUT_STREAM (seekable); in g_memory_output_stream_truncate()