XZ Utils  5.2.2
Data Fields
lzma_outbuf Struct Reference

Output buffer for a single thread. More...

#include <outqueue.h>

Data Fields

uint8_t * buf
 Pointer to the output buffer of lzma_outq.buf_size_max bytes. More...
 
size_t size
 Amount of data written to buf. More...
 
lzma_vli unpadded_size
 Additional size information. More...
 
lzma_vli uncompressed_size
 
bool finished
 

Detailed Description

Output buffer for a single thread.

Field Documentation

uint8_t* lzma_outbuf::buf

Pointer to the output buffer of lzma_outq.buf_size_max bytes.

Referenced by lzma_outq_get_buf(), lzma_outq_read(), and worker_error().

size_t lzma_outbuf::size

Amount of data written to buf.

Referenced by lzma_outq_get_buf(), lzma_outq_read(), and worker_error().

lzma_vli lzma_outbuf::unpadded_size

Additional size information.

Referenced by lzma_outq_read(), and worker_error().

bool lzma_outbuf::finished

True when no more data will be written into this buffer.

Note
This is read by another thread and thus access to this variable needs a mutex.

Referenced by lzma_outq_get_buf(), lzma_outq_is_readable(), lzma_outq_read(), and worker_error().


The documentation for this struct was generated from the following file: