Searched refs:storage_next (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstring.c56 gsize storage_next; member in struct:_GStringChunk
145 new_chunk->storage_next = size;
236 if ((chunk->storage_next + size + 1) > chunk->this_size)
244 chunk->storage_next = 0;
247 pos = ((gchar *) chunk->storage_list->data) + chunk->storage_next;
255 chunk->storage_next += size + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstring.c56 gsize storage_next; member in struct:_GStringChunk
145 new_chunk->storage_next = size;
236 if ((chunk->storage_next + size + 1) > chunk->this_size)
244 chunk->storage_next = 0;
247 pos = ((gchar *) chunk->storage_list->data) + chunk->storage_next;
255 chunk->storage_next += size + 1;

Completed in 148 milliseconds