ReactOS 0.4.16-dev-320-g3bd9ddc
|
#include <lz_nonslide.h>
Definition at line 28 of file lz_nonslide.h.
short lz_info::analysis_valid |
Definition at line 45 of file lz_nonslide.h.
Referenced by lz_analyze_block(), lz_compress(), lz_init(), and lz_reset().
u_char* lz_info::block_buf |
Definition at line 33 of file lz_nonslide.h.
Referenced by fill_blockbuf(), lz_analyze_block(), lz_compress(), lz_init(), lz_release(), lz_reset(), and lzx_output_match().
int lz_info::block_buf_size |
Definition at line 35 of file lz_nonslide.h.
Referenced by fill_blockbuf(), and lz_init().
u_char* lz_info::block_bufe |
Definition at line 34 of file lz_nonslide.h.
Referenced by lz_init().
int lz_info::block_loc |
Definition at line 38 of file lz_nonslide.h.
Referenced by lz_compress(), lz_init(), lz_left_to_process(), lz_reset(), and lzx_output_match().
int lz_info::chars_in_buf |
Definition at line 36 of file lz_nonslide.h.
Referenced by fill_blockbuf(), lz_analyze_block(), lz_compress(), lz_init(), lz_left_to_process(), and lz_reset().
int lz_info::cur_loc |
Definition at line 37 of file lz_nonslide.h.
Referenced by find_match_at(), lz_analyze_block(), lz_compress(), and lz_init().
short lz_info::eofcount |
Definition at line 43 of file lz_nonslide.h.
Referenced by fill_blockbuf(), lz_compress(), and lz_init().
int lz_info::frame_size |
Definition at line 39 of file lz_nonslide.h.
Referenced by lz_compress(), and lz_init().
get_chars_t lz_info::get_chars |
Definition at line 47 of file lz_nonslide.h.
Referenced by fill_blockbuf(), and lz_init().
int* lz_info::lentab |
Definition at line 42 of file lz_nonslide.h.
Referenced by lz_analyze_block(), lz_compress(), lz_init(), and lz_release().
int lz_info::max_dist |
Definition at line 40 of file lz_nonslide.h.
Referenced by lz_analyze_block(), lz_compress(), and lz_init().
int lz_info::max_match |
Definition at line 31 of file lz_nonslide.h.
Referenced by lz_analyze_block(), lz_compress(), and lz_init().
int lz_info::min_match |
Definition at line 32 of file lz_nonslide.h.
Referenced by lz_compress(), and lz_init().
output_literal_t lz_info::output_literal |
Definition at line 49 of file lz_nonslide.h.
Referenced by lz_compress(), and lz_init().
output_match_t lz_info::output_match |
Definition at line 48 of file lz_nonslide.h.
Referenced by lz_compress(), and lz_init().
u_char** lz_info::prevtab |
Definition at line 41 of file lz_nonslide.h.
Referenced by lz_analyze_block(), lz_compress(), lz_init(), and lz_release().
short lz_info::stop |
Definition at line 44 of file lz_nonslide.h.
Referenced by lz_compress(), and lz_stop_compressing().
void* lz_info::user_data |
Definition at line 50 of file lz_nonslide.h.
Referenced by lz_init(), lzx_get_chars(), lzx_output_literal(), and lzx_output_match().
int lz_info::wsize |
Definition at line 30 of file lz_nonslide.h.
Referenced by lz_init(), and lzx_init().