Searched defs:lzh_stream (Results 1 – 1 of 1) sorted by relevance
139 struct lzh_stream { struct140 const unsigned char *next_in;141 int avail_in;142 int64_t total_in;143 const unsigned char *ref_ptr;144 int avail_out;145 int64_t total_out;146 struct lzh_dec *ds;