Rizin
unix-like reverse engineering framework and cli tools
ctx Struct Reference

Public Attributes

zip_error_terror
 
bool compress
 
int compression_flags
 
bool end_of_input
 
bz_stream zstr
 
z_stream zstr
 
zip_uint32_t compression_flags
 
lzma_stream zstr
 
zip_uint16_t method
 
zip_uint8_t header [HEADER_MAGIC_LENGTH+HEADER_LZMA_ALONE_LENGTH]
 
zip_uint8_t header_bytes_offset
 
enum header_state header_state
 
zip_uint64_t uncompresssed_size
 
ZSTD_DStream * zdstream
 
ZSTD_CStream * zcstream
 
ZSTD_outBuffer out
 
ZSTD_inBuffer in
 

Detailed Description

Definition at line 40 of file zip_algorithm_bzip2.c.

Member Data Documentation

◆ compress

◆ compression_flags [1/2]

int ctx::compression_flags

◆ compression_flags [2/2]

zip_uint32_t ctx::compression_flags

Definition at line 56 of file zip_algorithm_xz.c.

◆ end_of_input

bool ctx::end_of_input

◆ error

◆ header

Definition at line 78 of file zip_algorithm_xz.c.

Referenced by allocate(), input(), and process().

◆ header_bytes_offset

zip_uint8_t ctx::header_bytes_offset

Definition at line 79 of file zip_algorithm_xz.c.

Referenced by allocate(), input(), and process().

◆ header_state

enum header_state ctx::header_state

Definition at line 79 of file zip_algorithm_xz.c.

Referenced by allocate(), input(), and process().

◆ in

◆ method

◆ out

◆ uncompresssed_size

zip_uint64_t ctx::uncompresssed_size

Definition at line 81 of file zip_algorithm_xz.c.

Referenced by input(), and start().

◆ zcstream

ZSTD_CStream* ctx::zcstream

Definition at line 47 of file zip_algorithm_zstd.c.

Referenced by allocate(), end(), process(), and start().

◆ zdstream

ZSTD_DStream* ctx::zdstream

Definition at line 46 of file zip_algorithm_zstd.c.

Referenced by allocate(), end(), process(), and start().

◆ zstr [1/3]

bz_stream ctx::zstr

Definition at line 45 of file zip_algorithm_bzip2.c.

Referenced by allocate(), end(), input(), process(), and start().

◆ zstr [2/3]

z_stream ctx::zstr

Definition at line 45 of file zip_algorithm_deflate.c.

◆ zstr [3/3]

lzma_stream ctx::zstr

Definition at line 58 of file zip_algorithm_xz.c.


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