Searched defs:lzh_dec (Results 1 – 1 of 1) sorted by relevance
67 struct lzh_dec { struct69 int state;75 int w_size;76 int w_mask;78 unsigned char *w_buff;80 int w_pos;82 int copy_pos;85 int copy_len;90 struct lzh_br {97 } br;[all …]