Searched refs:lzma_outbuf (Results 1 – 3 of 3) sorted by relevance
34 } lzma_outbuf; typedef39 lzma_outbuf *bufs;104 extern lzma_outbuf *lzma_outq_get_buf(lzma_outq *outq);
51 return sizeof(lzma_outq) + bufs_count * sizeof(lzma_outbuf) in lzma_outq_memusage()77 outq->bufs = lzma_alloc(bufs_count * sizeof(lzma_outbuf), in lzma_outq_init()113 extern lzma_outbuf *120 lzma_outbuf *buf = &outq->bufs[outq->bufs_pos]; in lzma_outq_get_buf()161 lzma_outbuf *buf = &outq->bufs[i]; in lzma_outq_read()
64 lzma_outbuf *outbuf;