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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-java.c403 size_t curr_allocated; member in struct:string_buffer
416 bp->curr_allocated = 0;
423 if (bp->curr_buflen == bp->curr_allocated)
425 bp->curr_allocated = 2 * bp->curr_allocated + 10;
426 bp->curr_buffer = xrealloc (bp->curr_buffer, bp->curr_allocated);
H A Dx-python.c795 size_t curr_allocated; member in struct:mixed_string_buffer
808 bp->curr_allocated = 0;
815 if (bp->curr_buflen == bp->curr_allocated)
817 bp->curr_allocated = 2 * bp->curr_allocated + 10;
818 bp->curr_buffer = xrealloc (bp->curr_buffer, bp->curr_allocated);

Completed in 80 milliseconds