Lines Matching refs:seekable
56 static goffset g_file_output_stream_seekable_tell (GSeekable *seekable);
57 static gboolean g_file_output_stream_seekable_can_seek (GSeekable *seekable);
58 static gboolean g_file_output_stream_seekable_seek (GSeekable *seekable,
63 static gboolean g_file_output_stream_seekable_can_truncate (GSeekable *seekable);
64 static gboolean g_file_output_stream_seekable_truncate (GSeekable *seekable,
320 g_file_output_stream_seekable_tell (GSeekable *seekable) in g_file_output_stream_seekable_tell() argument
322 return g_file_output_stream_tell (G_FILE_OUTPUT_STREAM (seekable)); in g_file_output_stream_seekable_tell()
347 g_file_output_stream_seekable_can_seek (GSeekable *seekable) in g_file_output_stream_seekable_can_seek() argument
349 return g_file_output_stream_can_seek (G_FILE_OUTPUT_STREAM (seekable)); in g_file_output_stream_seekable_can_seek()
392 g_file_output_stream_seekable_seek (GSeekable *seekable, in g_file_output_stream_seekable_seek() argument
398 return g_file_output_stream_seek (G_FILE_OUTPUT_STREAM (seekable), in g_file_output_stream_seekable_seek()
424 g_file_output_stream_seekable_can_truncate (GSeekable *seekable) in g_file_output_stream_seekable_can_truncate() argument
426 return g_file_output_stream_can_truncate (G_FILE_OUTPUT_STREAM (seekable)); in g_file_output_stream_seekable_can_truncate()
468 g_file_output_stream_seekable_truncate (GSeekable *seekable, in g_file_output_stream_seekable_truncate() argument
473 return g_file_output_stream_truncate (G_FILE_OUTPUT_STREAM (seekable), in g_file_output_stream_seekable_truncate()