|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <lz4hc.h>
Public Attributes | |
| LZ4_u32 | hashTable [LZ4HC_HASHTABLESIZE] |
| LZ4_u16 | chainTable [LZ4HC_MAXD] |
| const LZ4_byte * | end |
| const LZ4_byte * | base |
| const LZ4_byte * | dictBase |
| LZ4_u32 | dictLimit |
| LZ4_u32 | lowLimit |
| LZ4_u32 | nextToUpdate |
| short | compressionLevel |
| LZ4_i8 | favorDecSpeed |
| LZ4_i8 | dirty |
| const LZ4HC_CCtx_internal * | dictCtx |
Definition at line 207 of file lz4hc.h.
Referenced by LZ4_compressHC_continue_generic(), LZ4_resetStreamHC_fast(), LZ4_saveDictHC(), LZ4HC_init_internal(), LZ4HC_Insert(), LZ4HC_InsertAndGetWiderMatch(), and LZ4HC_setExternalDict().
| LZ4_u16 LZ4HC_CCtx_internal::chainTable[LZ4HC_MAXD] |
Definition at line 205 of file lz4hc.h.
Referenced by LZ4HC_clearTables(), LZ4HC_Insert(), and LZ4HC_InsertAndGetWiderMatch().
| short LZ4HC_CCtx_internal::compressionLevel |
Definition at line 212 of file lz4hc.h.
Referenced by LZ4_compressHC_continue_generic(), LZ4_loadDictHC(), and LZ4_setCompressionLevel().
Definition at line 208 of file lz4hc.h.
Referenced by LZ4_compressHC_continue_generic(), LZ4HC_init_internal(), LZ4HC_InsertAndGetWiderMatch(), and LZ4HC_setExternalDict().
| const LZ4HC_CCtx_internal* LZ4HC_CCtx_internal::dictCtx |
Definition at line 216 of file lz4hc.h.
Referenced by LZ4_attach_HC_dictionary(), LZ4_resetStreamHC_fast(), LZ4HC_InsertAndGetWiderMatch(), and LZ4HC_setExternalDict().
| LZ4_u32 LZ4HC_CCtx_internal::dictLimit |
Definition at line 209 of file lz4hc.h.
Referenced by LZ4_compressHC_continue_generic(), LZ4_saveDictHC(), LZ4HC_init_internal(), LZ4HC_InsertAndGetWiderMatch(), and LZ4HC_setExternalDict().
| LZ4_i8 LZ4HC_CCtx_internal::dirty |
Definition at line 215 of file lz4hc.h.
Referenced by FUZ_test(), FUZ_unitTests(), and LZ4_resetStreamHC_fast().
Definition at line 206 of file lz4hc.h.
Referenced by LZ4_compressHC_continue_generic(), LZ4_loadDictHC(), LZ4_resetStreamHC_fast(), LZ4_saveDictHC(), LZ4HC_init_internal(), LZ4HC_InsertAndGetWiderMatch(), and LZ4HC_setExternalDict().
| LZ4_i8 LZ4HC_CCtx_internal::favorDecSpeed |
Definition at line 213 of file lz4hc.h.
Referenced by LZ4_favorDecompressionSpeed().
| LZ4_u32 LZ4HC_CCtx_internal::hashTable[LZ4HC_HASHTABLESIZE] |
Definition at line 204 of file lz4hc.h.
Referenced by LZ4HC_clearTables(), LZ4HC_Insert(), and LZ4HC_InsertAndGetWiderMatch().
| LZ4_u32 LZ4HC_CCtx_internal::lowLimit |
Definition at line 210 of file lz4hc.h.
Referenced by LZ4_compressHC_continue_generic(), LZ4_saveDictHC(), LZ4HC_init_internal(), LZ4HC_InsertAndGetWiderMatch(), and LZ4HC_setExternalDict().
| LZ4_u32 LZ4HC_CCtx_internal::nextToUpdate |
Definition at line 211 of file lz4hc.h.
Referenced by LZ4_saveDictHC(), LZ4HC_init_internal(), LZ4HC_Insert(), and LZ4HC_setExternalDict().