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

/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Doutqueue.h34 } lzma_outbuf; typedef in typeref:struct:__anon6631
39 lzma_outbuf *bufs;
104 extern lzma_outbuf *lzma_outq_get_buf(lzma_outq *outq);
110 /// is used to protect lzma_outbuf.finished.
131 /// \note This reads lzma_outbuf.finished variables and thus call
H A Doutqueue.c51 return sizeof(lzma_outq) + bufs_count * sizeof(lzma_outbuf)
77 outq->bufs = lzma_alloc(bufs_count * sizeof(lzma_outbuf),
113 extern lzma_outbuf *
120 lzma_outbuf *buf = &outq->bufs[outq->bufs_pos];
161 lzma_outbuf *buf = &outq->bufs[i];
H A Dstream_encoder_mt.c65 lzma_outbuf *outbuf;

Completed in 104 milliseconds