Rizin
unix-like reverse engineering framework and cli tools
|
#include <lz_encoder.h>
Public Attributes | |
uint32_t | len |
uint32_t | dist |
A table of these is used by the LZ-based encoder to hold the length-distance pairs found by the match finder.
Definition at line 22 of file lz_encoder.h.
uint32_t lzma_match::dist |
Definition at line 24 of file lz_encoder.h.
Referenced by helper2(), and lzma_mf_find().
uint32_t lzma_match::len |
Definition at line 23 of file lz_encoder.h.
Referenced by helper2(), and lzma_mf_find().