Searched refs:curr_buffer (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.c401 char *curr_buffer; member in struct:string_buffer
414 bp->curr_buffer = NULL;
426 bp->curr_buffer = xrealloc (bp->curr_buffer, bp->curr_allocated);
428 bp->curr_buffer[bp->curr_buflen++] = c;
509 /* Auxiliary function: Flush bp->curr_buffer into bp->utf8_buffer. */
521 curr = from_current_source_encoding (bp->curr_buffer,
530 if (curr != bp->curr_buffer)
611 free (bp->curr_buffer);
H A Dx-python.c793 char *curr_buffer; member in struct:mixed_string_buffer
806 bp->curr_buffer = NULL;
818 bp->curr_buffer = xrealloc (bp->curr_buffer, bp->curr_allocated);
820 bp->curr_buffer[bp->curr_buflen++] = c;
866 /* Auxiliary function: Flush bp->curr_buffer into bp->utf8_buffer. */
878 curr = from_current_source_encoding (bp->curr_buffer,
887 if (curr != bp->curr_buffer)
966 free (bp->curr_buffer);

Completed in 51 milliseconds