Home
last modified time | relevance | path

Searched refs:curr_buffer (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-java.c391 char *curr_buffer; member
404 bp->curr_buffer = NULL; in init_string_buffer()
416 bp->curr_buffer = xrealloc (bp->curr_buffer, bp->curr_allocated); in string_buffer_append_byte()
418 bp->curr_buffer[bp->curr_buflen++] = c; in string_buffer_append_byte()
476 curr = from_current_source_encoding (bp->curr_buffer, in string_buffer_flush_curr_buffer()
485 if (curr != bp->curr_buffer) in string_buffer_flush_curr_buffer()
564 free (bp->curr_buffer); in free_string_buffer()
H A Dx-python.c794 char *curr_buffer; member
807 bp->curr_buffer = NULL; in init_mixed_string_buffer()
819 bp->curr_buffer = xrealloc (bp->curr_buffer, bp->curr_allocated); in mixed_string_buffer_append_byte()
821 bp->curr_buffer[bp->curr_buflen++] = c; in mixed_string_buffer_append_byte()
879 curr = from_current_source_encoding (bp->curr_buffer, in mixed_string_buffer_flush_curr_buffer()
888 if (curr != bp->curr_buffer) in mixed_string_buffer_flush_curr_buffer()
967 free (bp->curr_buffer); in free_mixed_string_buffer()