Rizin
unix-like reverse engineering framework and cli tools
|
Definition at line 1041 of file lz4frame.c.
XXH32_state_t LZ4F_dctx_s::blockChecksum |
Definition at line 1058 of file lz4frame.c.
Referenced by LZ4F_decompress().
Definition at line 1052 of file lz4frame.c.
Referenced by LZ4F_decompress(), LZ4F_decompress_usingDict(), LZ4F_resetDecompressionContext(), and LZ4F_updateDict().
size_t LZ4F_dctx_s::dictSize |
Definition at line 1053 of file lz4frame.c.
Referenced by LZ4F_decompress(), LZ4F_decompress_usingDict(), LZ4F_resetDecompressionContext(), and LZ4F_updateDict().
dStage_t LZ4F_dctx_s::dStage |
Definition at line 1044 of file lz4frame.c.
Referenced by LZ4F_decodeHeader(), LZ4F_decompress(), LZ4F_decompress_usingDict(), LZ4F_freeDecompressionContext(), LZ4F_getFrameInfo(), and LZ4F_resetDecompressionContext().
LZ4F_frameInfo_t LZ4F_dctx_s::frameInfo |
Definition at line 1042 of file lz4frame.c.
Referenced by LZ4F_decodeHeader(), LZ4F_decompress(), and LZ4F_getFrameInfo().
U64 LZ4F_dctx_s::frameRemainingSize |
Definition at line 1045 of file lz4frame.c.
Referenced by LZ4F_decodeHeader(), and LZ4F_decompress().
BYTE LZ4F_dctx_s::header[LZ4F_HEADER_SIZE_MAX] |
Definition at line 1059 of file lz4frame.c.
Referenced by LZ4F_decodeHeader(), and LZ4F_decompress().
size_t LZ4F_dctx_s::maxBlockSize |
Definition at line 1046 of file lz4frame.c.
Referenced by LZ4F_decodeHeader(), and LZ4F_decompress().
size_t LZ4F_dctx_s::maxBufferSize |
Definition at line 1047 of file lz4frame.c.
Referenced by LZ4F_decompress(), and LZ4F_updateDict().
BYTE* LZ4F_dctx_s::tmpIn |
Definition at line 1048 of file lz4frame.c.
Referenced by LZ4F_decompress(), and LZ4F_freeDecompressionContext().
size_t LZ4F_dctx_s::tmpInSize |
Definition at line 1049 of file lz4frame.c.
Referenced by LZ4F_decodeHeader(), and LZ4F_decompress().
size_t LZ4F_dctx_s::tmpInTarget |
Definition at line 1050 of file lz4frame.c.
Referenced by LZ4F_decodeHeader(), and LZ4F_decompress().
BYTE* LZ4F_dctx_s::tmpOut |
Definition at line 1054 of file lz4frame.c.
Referenced by LZ4F_decompress(), and LZ4F_updateDict().
BYTE* LZ4F_dctx_s::tmpOutBuffer |
Definition at line 1051 of file lz4frame.c.
Referenced by LZ4F_decompress(), LZ4F_freeDecompressionContext(), and LZ4F_updateDict().
size_t LZ4F_dctx_s::tmpOutSize |
Definition at line 1055 of file lz4frame.c.
Referenced by LZ4F_decompress(), and LZ4F_updateDict().
size_t LZ4F_dctx_s::tmpOutStart |
Definition at line 1056 of file lz4frame.c.
Referenced by LZ4F_decompress(), and LZ4F_updateDict().
U32 LZ4F_dctx_s::version |
Definition at line 1043 of file lz4frame.c.
Referenced by LZ4F_createDecompressionContext().
XXH32_state_t LZ4F_dctx_s::xxh |
Definition at line 1057 of file lz4frame.c.
Referenced by LZ4F_decompress().