Searched refs:gsize (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstring.in.h50 gsize len;
51 gsize allocated_len;
57 GStringChunk* g_string_chunk_new (gsize size);
75 GString* g_string_sized_new (gsize dfl_size);
86 gsize len);
88 gsize len);
H A Dgstring.c56 gsize storage_next;
57 gsize this_size;
58 gsize default_size;
110 #define MY_MAXSIZE ((gsize)-1)
112 static inline gsize
113 nearest_power (gsize base, gsize num)
121 gsize n = base;
136 g_string_chunk_new (gsize default_size)
139 gsize siz
[all...]
H A Dgstrfuncs.in.h111 gsize g_strlcpy (gchar *dest,
113 gsize dest_size);
114 gsize g_strlcat (gchar *dest,
116 gsize dest_size);
168 gsize n);
207 gsize n) G_GNUC_MALLOC;
209 gchar* g_strnfill (gsize length,
H A Dgstrfuncs.c94 gsize length;
131 gsize n)
150 g_strnfill (gsize length,
226 gsize l;
1462 gsize
1465 gsize dest_size)
1473 gsize
1476 gsize dest_size)
1494 gsize
1497 gsize dest_siz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstring.in.h50 gsize len;
51 gsize allocated_len;
57 GStringChunk* g_string_chunk_new (gsize size);
75 GString* g_string_sized_new (gsize dfl_size);
86 gsize len);
88 gsize len);
H A Dgstring.c56 gsize storage_next;
57 gsize this_size;
58 gsize default_size;
110 #define MY_MAXSIZE ((gsize)-1)
112 static inline gsize
113 nearest_power (gsize base, gsize num)
121 gsize n = base;
136 g_string_chunk_new (gsize default_size)
139 gsize siz
[all...]
H A Dgstrfuncs.in.h111 gsize g_strlcpy (gchar *dest,
113 gsize dest_size);
114 gsize g_strlcat (gchar *dest,
116 gsize dest_size);
168 gsize n);
207 gsize n) G_GNUC_MALLOC;
209 gchar* g_strnfill (gsize length,
H A Dgstrfuncs.c94 gsize length;
131 gsize n)
150 g_strnfill (gsize length,
226 gsize l;
1462 gsize
1465 gsize dest_size)
1473 gsize
1476 gsize dest_size)
1494 gsize
1497 gsize dest_siz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-gobject/
H A Dga-entry-group.h134 const void *rdata, gsize size, GError ** error);
144 gsize size, GError ** error);
158 gsize size, GError ** error);
H A Dga-entry-group.c75 gsize size;
257 static GaEntryGroupServiceEntry *_new_entry(const guint8 * value, gsize size) {
274 static void _set_entry(GHashTable * table, const guint8 * key, gsize ksize,
275 const guint8 * value, gsize vsize) {
302 gsize size;
469 const void *rdata, gsize size, GError ** error) {
485 gsize size, GError ** error) {
545 gsize size, GError ** error) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-entry-group.h134 const void *rdata, gsize size, GError ** error);
144 gsize size, GError ** error);
158 gsize size, GError ** error);
H A Dga-entry-group.c75 gsize size;
257 static GaEntryGroupServiceEntry *_new_entry(const guint8 * value, gsize size) {
274 static void _set_entry(GHashTable * table, const guint8 * key, gsize ksize,
275 const guint8 * value, gsize vsize) {
302 gsize size;
469 const void *rdata, gsize size, GError ** error) {
485 gsize size, GError ** error) {
545 gsize size, GError ** error) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dasfdec.c727 int64_t gsize; local
744 gsize = avio_rl64(pb);
748 /* If not streaming, gsize is not unlimited (how?),
750 if (!(asf->hdr.flags & 0x01) && gsize >= 100)
751 asf->data_object_size = gsize - 24;
756 if (gsize < 24)
759 int ret = asf_read_file_properties(s, gsize);
763 int ret = asf_read_stream_properties(s, gsize);
767 asf_read_content_desc(s, gsize);
769 asf_read_language_list(s, gsize);
1496 int64_t gsize = avio_rl64(s->pb); local
1509 int64_t av_unused gsize = avio_rl64(s->pb); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dasfdec.c591 int64_t gsize; local
604 gsize = avio_rl64(pb);
607 av_dlog(s, " size=0x%"PRIx64"\n", gsize);
610 // if not streaming, gsize is not unlimited (how?), and there is enough space in the file..
611 if (!(asf->hdr.flags & 0x01) && gsize >= 100) {
612 asf->data_object_size = gsize - 24;
618 if (gsize < 24)
621 int ret = asf_read_file_properties(s, gsize);
625 asf_read_stream_properties(s, gsize);
627 asf_read_content_desc(s, gsize);
1227 int64_t gsize= avio_rl64(s->pb); local
1239 int64_t av_unused gsize= avio_rl64(s->pb); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dconf.c250 gsize i;
251 gsize length;
H A Dtr-core.c1079 gsize length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/
H A Dmarshal.c55 gsize offset,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dglibconfig.in.h40 typedef size_t gsize; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dglibconfig.in.h40 typedef size_t gsize; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dghiper.c344 gsize len, tp;

Completed in 317 milliseconds