Searched refs:allocated_len (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstring.in.h51 gsize allocated_len; member in struct:_GString
145 if (gstring->len + 1 < gstring->allocated_len)
H A Dgstring.c268 if (string->len + len >= string->allocated_len)
270 string->allocated_len = nearest_power (1, string->len + len + 1);
271 string->str = g_realloc (string->str, string->allocated_len);
280 string->allocated_len = 0;
444 if (len >= string->allocated_len)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstring.in.h51 gsize allocated_len; member in struct:_GString
145 if (gstring->len + 1 < gstring->allocated_len)
H A Dgstring.c268 if (string->len + len >= string->allocated_len)
270 string->allocated_len = nearest_power (1, string->len + len + 1);
271 string->str = g_realloc (string->str, string->allocated_len);
280 string->allocated_len = 0;
444 if (len >= string->allocated_len)

Completed in 54 milliseconds