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

Public Attributes

int price
 
int off
 
int mlen
 
int litlen
 

Detailed Description

Definition at line 1252 of file lz4hc.c.

Member Data Documentation

◆ litlen

int LZ4HC_optimal_t::litlen

Definition at line 1256 of file lz4hc.c.

Referenced by LZ4HC_compress_optimal().

◆ mlen

int LZ4HC_optimal_t::mlen

Definition at line 1255 of file lz4hc.c.

Referenced by LZ4HC_compress_optimal().

◆ off

int LZ4HC_optimal_t::off

Definition at line 1254 of file lz4hc.c.

Referenced by LZ4HC_compress_optimal().

◆ price

int LZ4HC_optimal_t::price

Definition at line 1253 of file lz4hc.c.

Referenced by LZ4HC_compress_optimal().


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