Lines Matching defs:buf
657 VACodedBufferSegment *buf_list, *buf;677 for (buf = buf_list; buf; buf = buf->next)678 total_size += buf->size;686 for (buf = buf_list; buf; buf = buf->next) {688 "(status %08x).\n", buf->size, buf->status);690 memcpy(ptr, buf->buf, buf->size);691 ptr += buf->size;