HomeSort by: relevance | last modified time | path
    Searched refs:curr_buffer (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-java.c 391 char *curr_buffer; member in struct:string_buffer
404 bp->curr_buffer = NULL;
416 bp->curr_buffer = xrealloc (bp->curr_buffer, bp->curr_allocated);
418 bp->curr_buffer[bp->curr_buflen++] = c;
464 /* Auxiliary function: Flush bp->curr_buffer into bp->utf8_buffer. */
476 curr = from_current_source_encoding (bp->curr_buffer,
485 if (curr != bp->curr_buffer)
564 free (bp->curr_buffer);
x-python.c 794 char *curr_buffer; member in struct:mixed_string_buffer
807 bp->curr_buffer = NULL;
819 bp->curr_buffer = xrealloc (bp->curr_buffer, bp->curr_allocated);
821 bp->curr_buffer[bp->curr_buflen++] = c;
867 /* Auxiliary function: Flush bp->curr_buffer into bp->utf8_buffer. */
879 curr = from_current_source_encoding (bp->curr_buffer,
888 if (curr != bp->curr_buffer)
967 free (bp->curr_buffer);

Completed in 17 milliseconds