Tor  0.4.7.0-alpha-dev
Data Fields
tor_compress_state_t Struct Reference

Data Fields

compress_method_t method
 
union {
   tor_zlib_compress_state_t *   zlib_state
 
   tor_lzma_compress_state_t *   lzma_state
 
   tor_zstd_compress_state_t *   zstd_state
 
u
 

Detailed Description

Internal state for an incremental compression/decompression. The body of this struct is not exposed.

Internal state for an incremental compression/decompression.

Definition at line 468 of file compress.c.

Field Documentation

◆ method

The compression method.

Definition at line 469 of file compress.c.

Referenced by tor_compress_free_(), and tor_compress_state_size().

◆ 

union { ... } u

Compression backend state.


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