Searched defs:lzi (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/tools/hhpcomp/lzx_compress/ |
H A D | lz_nonslide.c | 42 void lz_init(lz_info *lzi, int wsize, int max_dist, in lz_init() 83 void lz_release(lz_info *lzi) in lz_release() 90 void lz_reset(lz_info *lzi) in lz_reset() 107 int tmp_get_chars(lz_info *lzi, int n, u_char *buf) in tmp_get_chars() 124 void tmp_output_literal(lz_info *lzi, u_char ch) in tmp_output_literal() 133 lz_info lzi; in main() local 142 int lz_left_to_process(lz_info *lzi) in lz_left_to_process() 148 fill_blockbuf(lz_info *lzi, int maxchars) in fill_blockbuf() 165 static void lz_analyze_block(lz_info *lzi) in lz_analyze_block() 283 void lz_stop_compressing(lz_info *lzi) in lz_stop_compressing() [all …]
|
H A D | lzx_layer.c | 401 struct lz_info *lzi; member 432 lzx_get_chars(lz_info *lzi, int n, u_char *buf) in lzx_get_chars() 475 static int find_match_at(lz_info *lzi, int loc, int match_len, int *match_locp) in find_match_at() 502 static int find_match_at(lz_info *lzi, int loc, int match_len, int *match_locp) in find_match_at() 596 lzx_output_match(lz_info *lzi, int match_pos, int match_len) in lzx_output_match() 771 lzx_output_literal(lz_info *lzi, u_char ch) in lzx_output_literal()
|