Rizin
unix-like reverse engineering framework and cli tools
lzma_match Struct Reference

#include <lz_encoder.h>

Public Attributes

uint32_t len
 
uint32_t dist
 

Detailed Description

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.

Member Data Documentation

◆ dist

uint32_t lzma_match::dist

Definition at line 24 of file lz_encoder.h.

Referenced by helper2(), and lzma_mf_find().

◆ len

uint32_t lzma_match::len

Definition at line 23 of file lz_encoder.h.

Referenced by helper2(), and lzma_mf_find().


The documentation for this struct was generated from the following file: