Home
last modified time | relevance | path

Searched refs:lzma_outbuf (Results 1 – 3 of 3) sorted by relevance

/minix3/external/public-domain/xz/dist/src/liblzma/common/
H A Doutqueue.h34 } lzma_outbuf; typedef
39 lzma_outbuf *bufs;
104 extern lzma_outbuf *lzma_outq_get_buf(lzma_outq *outq);
H A Doutqueue.c51 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()
H A Dstream_encoder_mt.c64 lzma_outbuf *outbuf;