Lines Matching defs:output_buf
338 char *output_buf;
481 next = buf->output_buf;
507 return strlen(buf->output_buf);
523 next = buf->output_buf;
590 return next - buf->output_buf;
639 next = buf->output_buf;
767 next = buf->output_buf;
936 if (!buf->output_buf)
937 buf->output_buf = vmalloc(buf->alloc_size);
939 if (!buf->output_buf) {
972 buf->output_buf, buf->count);
983 vfree(buf->output_buf);