Home
last modified time | relevance | path

Searched refs:goffset (Results 1 – 25 of 25) sorted by relevance

/external/bluetooth/glib/gio/
Dgseekable.h63 goffset (* tell) (GSeekable *seekable);
67 goffset offset,
74 goffset offset,
83 goffset g_seekable_tell (GSeekable *seekable);
86 goffset offset,
92 goffset offset,
Dgfileinputstream.c56 static goffset g_file_input_stream_seekable_tell (GSeekable *seekable);
59 goffset offset,
65 goffset offset,
270 static goffset
274 goffset offset; in g_file_input_stream_tell()
287 static goffset
322 goffset offset, in g_file_input_stream_seek()
361 goffset offset, in g_file_input_stream_seekable_seek()
378 goffset offset, in g_file_input_stream_seekable_truncate()
Dgfileoutputstream.c60 static goffset g_file_output_stream_seekable_tell (GSeekable *seekable);
63 goffset offset,
69 goffset offset,
315 static goffset
319 goffset offset; in g_file_output_stream_tell()
332 static goffset
367 goffset offset, in g_file_output_stream_seek()
406 goffset offset, in g_file_output_stream_seekable_seek()
444 goffset size, in g_file_output_stream_truncate()
482 goffset size, in g_file_output_stream_seekable_truncate()
Dgmemoryoutputstream.c53 goffset pos;
91 static goffset g_memory_output_stream_tell (GSeekable *seekable);
94 goffset offset,
100 goffset offset,
282 goffset size, in array_check_boundary()
503 static goffset
523 goffset offset, in g_memory_output_stream_seek()
530 goffset absolute; in g_memory_output_stream_seek()
589 goffset offset, in g_memory_output_stream_truncate()
Dgiotypes.h137 typedef void (*GFileProgressCallback) (goffset current_num_bytes,
138 goffset total_num_bytes,
155 goffset file_size,
Dgseekable.c88 goffset
141 goffset offset, in g_seekable_seek()
197 goffset offset, in g_seekable_truncate()
Dgfileoutputstream.h64 goffset (* tell) (GFileOutputStream *stream);
67 goffset offset,
73 goffset size,
Dgmemoryinputstream.c100 static goffset g_memory_input_stream_tell (GSeekable *seekable);
103 goffset offset,
109 goffset offset,
437 static goffset
457 goffset offset, in g_memory_input_stream_seek()
464 goffset absolute; in g_memory_input_stream_seek()
514 goffset offset, in g_memory_input_stream_truncate()
Dglocalfileinputstream.c66 static goffset g_local_file_input_stream_tell (GFileInputStream *stream);
69 goffset offset,
243 static goffset
294 goffset offset, in g_local_file_input_stream_seek()
Dgfileinputstream.h64 goffset (* tell) (GFileInputStream *stream);
67 goffset offset,
Dglocalfileoutputstream.c89 static goffset g_local_file_output_stream_tell (GFileOutputStream *stream);
92 goffset offset,
98 goffset size,
351 static goffset
402 goffset offset, in g_local_file_output_stream_seek()
437 goffset size, in g_local_file_output_stream_truncate()
Dgfileinfo.h794 goffset g_file_info_get_size (GFileInfo *info);
823 goffset size);
Dgfileinfo.c1356 goffset
1362 g_return_val_if_fail (G_IS_FILE_INFO (info), (goffset) 0); in g_file_info_get_size()
1368 return (goffset) _g_file_attribute_value_get_uint64 (value); in g_file_info_get_size()
1688 goffset size) in g_file_info_set_size()
Dgfile.c2206 goffset current_size; in copy_stream_with_progress()
2209 goffset total_size; in copy_stream_with_progress()
4729 goffset current_num_bytes;
4730 goffset total_num_bytes;
4756 copy_async_progress_callback (goffset current_num_bytes, in copy_async_progress_callback()
4757 goffset total_num_bytes, in copy_async_progress_callback()
Dgbufferedoutputstream.c59 goffset pos;
/external/bluetooth/glib/glib/
Dgfileutils.h108 char *g_format_size_for_display (goffset size);
Dgfileutils.c1731 g_format_size_for_display (goffset size) in g_format_size_for_display()
1733 if (size < (goffset) KILOBYTE_FACTOR) in g_format_size_for_display()
1739 if (size < (goffset) MEGABYTE_FACTOR) in g_format_size_for_display()
1744 else if (size < (goffset) GIGABYTE_FACTOR) in g_format_size_for_display()
/external/bluetooth/glib/gio/win32/
Dgwinhttpfileoutputstream.c42 goffset offset;
/external/bluetooth/glib/
Dglibconfig.h75 typedef gint64 goffset; typedef
Dglibconfig.h.win32.in101 typedef gint64 goffset;
DNEWS191 * New format macro to print goffset data: G_OFFSET_FORMAT
686 535418 Please document which glib version defines goffset
887 521013 in documentation, goffset doesn't say "Since 2.x"
1351 - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
DChangeLog.pre-2-14304 Add goffset type (64bit file size)
Dconfigure.in2772 typedef gint64 goffset;
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt42 goffset
/external/bluetooth/glib/docs/reference/
DChangeLog438 Bug 535418 – Please document which glib version defines goffset
440 * glib/tmpl/types.sgml: Add a Since tag for goffset
655 * glib/tmpl/types.sgml: Add a Since marker for goffset (#521013,