Rizin
unix-like reverse engineering framework and cli tools
|
#include <mszip.h>
Public Attributes | |
struct mspack_system * | sys |
struct mspack_file * | input |
struct mspack_file * | output |
unsigned int | window_posn |
int(* | flush_window )(struct mszipd_stream *, unsigned int) |
int | error |
int | repair_mode |
int | bytes_output |
unsigned char * | inbuf |
unsigned char * | i_ptr |
unsigned char * | i_end |
unsigned char * | o_ptr |
unsigned char * | o_end |
unsigned char | input_end |
unsigned int | bit_buffer |
unsigned int | bits_left |
unsigned int | inbuf_size |
unsigned char | LITERAL_len [MSZIP_LITERAL_MAXSYMBOLS] |
unsigned char | DISTANCE_len [MSZIP_DISTANCE_MAXSYMBOLS] |
unsigned short | LITERAL_table [MSZIP_LITERAL_TABLESIZE] |
unsigned short | DISTANCE_table [MSZIP_DISTANCE_TABLESIZE] |
unsigned char | window [MSZIP_FRAME_SIZE] |
Definition at line 58 of file mszip.h.
Referenced by mszipd_decompress(), and mszipd_decompress_kwaj().
Definition at line 58 of file mszip.h.
Referenced by mszipd_decompress(), and mszipd_decompress_kwaj().
int(* mszipd_stream::flush_window)(struct mszipd_stream *, unsigned int) |
unsigned char * mszipd_stream::i_end |
Definition at line 57 of file mszip.h.
Referenced by mszipd_decompress(), and mszipd_decompress_kwaj().
unsigned char * mszipd_stream::i_ptr |
Definition at line 57 of file mszip.h.
Referenced by mszipd_decompress(), and mszipd_decompress_kwaj().
struct mspack_file * mszipd_stream::input |
struct mspack_file * mszipd_stream::output |
int mszipd_stream::repair_mode |
Definition at line 54 of file mszip.h.
Referenced by mszipd_init().
struct mspack_system * mszipd_stream::sys |
Definition at line 46 of file mszip.h.
Referenced by kwajd_extract().