Searched defs:lzma_lzma1_encoder_s (Results 1 – 1 of 1) sorted by relevance
70 struct lzma_lzma1_encoder_s { struct72 lzma_range_encoder rc;75 uint64_t uncomp_size;79 uint64_t out_limit;84 uint64_t *uncomp_size_ptr;87 lzma_lzma_state state;90 uint32_t reps[REPS];93 lzma_match matches[MATCH_LEN_MAX + 1];96 uint32_t matches_count;100 uint32_t longest_match_length;[all …]