Searched refs:GFileInputStream (Results 1 – 23 of 23) sorted by relevance
/third_party/glib/gio/ |
D | gfileinputstream.h | 33 …_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_FILE_INPUT_STREAM, GFileInputStream)) 62 goffset (* tell) (GFileInputStream *stream); 63 gboolean (* can_seek) (GFileInputStream *stream); 64 gboolean (* seek) (GFileInputStream *stream, 69 GFileInfo * (* query_info) (GFileInputStream *stream, 73 void (* query_info_async) (GFileInputStream *stream, 79 GFileInfo * (* query_info_finish) (GFileInputStream *stream, 96 GFileInfo *g_file_input_stream_query_info (GFileInputStream *stream, 101 void g_file_input_stream_query_info_async (GFileInputStream *stream, 108 GFileInfo *g_file_input_stream_query_info_finish (GFileInputStream *stream,
|
D | gfileinputstream.c | 63 static void g_file_input_stream_real_query_info_async (GFileInputStream *stream, 69 static GFileInfo *g_file_input_stream_real_query_info_finish (GFileInputStream *stream, 78 G_DEFINE_TYPE_WITH_CODE (GFileInputStream, g_file_input_stream, G_TYPE_INPUT_STREAM, in G_DEFINE_TYPE_WITH_CODE() argument 79 G_ADD_PRIVATE (GFileInputStream) in G_DEFINE_TYPE_WITH_CODE() 101 g_file_input_stream_init (GFileInputStream *stream) in g_file_input_stream_init() 123 g_file_input_stream_query_info (GFileInputStream *stream, in g_file_input_stream_query_info() 164 GFileInputStream *stream = G_FILE_INPUT_STREAM (source_object); in async_ready_callback_wrapper() 195 g_file_input_stream_query_info_async (GFileInputStream *stream, in g_file_input_stream_query_info_async() 238 g_file_input_stream_query_info_finish (GFileInputStream *stream, in g_file_input_stream_query_info_finish() 257 g_file_input_stream_tell (GFileInputStream *stream) in g_file_input_stream_tell() [all …]
|
D | glocalfileinputstream.c | 74 static goffset g_local_file_input_stream_tell (GFileInputStream *stream); 75 static gboolean g_local_file_input_stream_can_seek (GFileInputStream *stream); 76 static gboolean g_local_file_input_stream_seek (GFileInputStream *stream, 81 static GFileInfo *g_local_file_input_stream_query_info (GFileInputStream *stream, 125 GFileInputStream * 204 g_local_file_input_stream_tell (GFileInputStream *stream) in g_local_file_input_stream_tell() 220 g_local_file_input_stream_can_seek (GFileInputStream *stream) in g_local_file_input_stream_can_seek() 253 g_local_file_input_stream_seek (GFileInputStream *stream, in g_local_file_input_stream_seek() 281 g_local_file_input_stream_query_info (GFileInputStream *stream, in g_local_file_input_stream_query_info()
|
D | gresourcefile.c | 110 static GFileInputStream *_g_resource_file_input_stream_new (GInputStream *stream, GFile *file); 582 static GFileInputStream * 590 GFileInputStream *res; in g_resource_file_read() 793 GFileInputStream parent_instance; 818 static goffset g_resource_file_input_stream_tell (GFileInputStream *stream); 819 static gboolean g_resource_file_input_stream_can_seek (GFileInputStream *stream); 820 static gboolean g_resource_file_input_stream_seek (GFileInputStream *stream, 825 static GFileInfo *g_resource_file_input_stream_query_info (GFileInputStream *stream, 863 static GFileInputStream * 910 g_resource_file_input_stream_tell (GFileInputStream *stream) in g_resource_file_input_stream_tell() [all …]
|
D | glocalfileinputstream.h | 41 GFileInputStream parent_instance; 54 GFileInputStream *_g_local_file_input_stream_new (int fd);
|
D | gfileicon.c | 298 GFileInputStream *stream; in g_file_icon_load() 316 GFileInputStream *stream; in load_async_callback()
|
D | gfile.h | 299 GFileInputStream * (* read_fn) (GFile *file, 307 GFileInputStream * (* read_finish) (GFile *file, 661 GFileInputStream * g_file_read (GFile *file, 671 GFileInputStream * g_file_read_finish (GFile *file,
|
D | gio-autocleanups.h | 70 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GFileInputStream, g_object_unref)
|
D | giotypes.h | 96 typedef struct _GFileInputStream GFileInputStream; typedef
|
D | gfile.c | 202 static GFileInputStream * g_file_real_read_finish (GFile *file, 1658 GFileInputStream * 2106 GFileInputStream * 2627 static GFileInputStream * 2635 GFileInputStream *ret; in open_source_for_copy() 3187 GFileInputStream *file_in = NULL; in file_copy_fallback() 5709 GFileInputStream *stream; in open_read_async_thread() 5735 static GFileInputStream * 7084 GFileInputStream *in; in g_file_load_contents() 7267 GFileInputStream *stream; in load_contents_open_callback()
|
D | glocalfile.c | 1326 static GFileInputStream *
|
/third_party/glib/gio/win32/ |
D | gwinhttpfileinputstream.c | 34 GFileInputStream parent_instance; 103 GFileInputStream *
|
D | gwinhttpfileinputstream.h | 44 GFileInputStream *_g_winhttp_file_input_stream_new (GWinHttpFile *file,
|
D | gwinhttpfile.c | 621 static GFileInputStream *
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitfilesrc.h | 45 GFileInputStream *stream;
|
D | gstsplitfilesrc.c | 268 GFileInputStream *stream; in gst_split_file_src_start()
|
/third_party/glib/gio/tests/ |
D | httpd.c | 37 GFileInputStream *file_in; in handler()
|
D | contexts.c | 35 GFileInputStream *in; in opened_for_read()
|
D | live-g-file.c | 495 GFileInputStream *ins; in test_initial_structure() 1051 GFileInputStream *input_stream; in test_open()
|
D | file.c | 318 GFileInputStream *base; in opened_cb()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 667 <TITLE>GFileInputStream</TITLE> 668 GFileInputStream
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 136530 GFileInputStream and GMemoryInputStream.
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 217088 GFileInputStream and GMemoryInputStream.
|