Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
zip_error_t * | error |
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 |
Definition at line 40 of file zip_algorithm_bzip2.c.
bool ctx::compress |
Definition at line 42 of file zip_algorithm_bzip2.c.
Referenced by allocate(), compress_callback(), context_new(), end(), general_purpose_bit_flags(), input(), process(), and start().
int ctx::compression_flags |
Definition at line 43 of file zip_algorithm_bzip2.c.
Referenced by allocate(), compress_allocate(), decompress_allocate(), general_purpose_bit_flags(), and start().
zip_uint32_t ctx::compression_flags |
Definition at line 56 of file zip_algorithm_xz.c.
bool ctx::end_of_input |
Definition at line 44 of file zip_algorithm_bzip2.c.
Referenced by allocate(), compress_callback(), compress_read(), context_new(), end_of_input(), and process().
zip_error_t * ctx::error |
Definition at line 41 of file zip_algorithm_bzip2.c.
Referenced by _zip_source_window_new(), _zip_stat_win32(), _zip_stdio_op_commit_write(), _zip_stdio_op_create_temp_output(), _zip_stdio_op_open(), _zip_stdio_op_read(), _zip_stdio_op_remove(), _zip_stdio_op_seek(), _zip_stdio_op_stat(), _zip_stdio_op_tell(), _zip_stdio_op_write(), _zip_win32_named_op_commit_write(), _zip_win32_named_op_create_temp_output(), _zip_win32_named_op_remove(), _zip_win32_named_op_stat(), _zip_win32_named_op_write(), _zip_win32_op_read(), _zip_win32_op_seek(), _zip_win32_op_tell(), allocate(), compress_callback(), compress_read(), context_free(), context_new(), crc_read(), create_temp_file(), decrypt_header(), encrypt_header(), end(), hole_new(), input(), pkware_decrypt(), pkware_encrypt(), process(), read_data(), read_file(), source_hole_cb(), source_nul(), source_nul_cb(), start(), trad_pkware_free(), trad_pkware_new(), verify_hmac(), win32_named_open(), window_read(), winzip_aes_decrypt(), winzip_aes_encrypt(), winzip_aes_free(), winzip_aes_new(), zip_source_buffer_fragment_with_attributes_create(), zip_source_crc_create(), and zip_source_file_common_new().
zip_uint8_t ctx::header[HEADER_MAGIC_LENGTH+HEADER_LZMA_ALONE_LENGTH] |
Definition at line 78 of file zip_algorithm_xz.c.
Referenced by allocate(), input(), and process().
zip_uint8_t ctx::header_bytes_offset |
Definition at line 79 of file zip_algorithm_xz.c.
Referenced by allocate(), input(), and process().
enum header_state ctx::header_state |
Definition at line 79 of file zip_algorithm_xz.c.
Referenced by allocate(), input(), and process().
ZSTD_inBuffer ctx::in |
Definition at line 49 of file zip_algorithm_zstd.c.
Referenced by allocate(), hole_new(), input(), process(), read_data(), source_hole_cb(), start(), and zip_source_buffer_fragment_with_attributes_create().
zip_uint16_t ctx::method |
Definition at line 59 of file zip_algorithm_xz.c.
Referenced by allocate(), compress_allocate(), compress_callback(), context_new(), decompress_allocate(), general_purpose_bit_flags(), input(), process(), and start().
ZSTD_outBuffer ctx::out |
Definition at line 48 of file zip_algorithm_zstd.c.
Referenced by allocate(), hole_new(), process(), read_data(), source_hole_cb(), start(), and zip_source_buffer_fragment_with_attributes_create().
zip_uint64_t ctx::uncompresssed_size |
Definition at line 81 of file zip_algorithm_xz.c.
ZSTD_CStream* ctx::zcstream |
Definition at line 47 of file zip_algorithm_zstd.c.
Referenced by allocate(), end(), process(), and start().
ZSTD_DStream* ctx::zdstream |
Definition at line 46 of file zip_algorithm_zstd.c.
Referenced by allocate(), end(), process(), and start().
bz_stream ctx::zstr |
Definition at line 45 of file zip_algorithm_bzip2.c.
Referenced by allocate(), end(), input(), process(), and start().
z_stream ctx::zstr |
Definition at line 45 of file zip_algorithm_deflate.c.
lzma_stream ctx::zstr |
Definition at line 58 of file zip_algorithm_xz.c.