Searched defs:LZ4F_dctx_s (Results 1 – 1 of 1) sorted by relevance
730 struct LZ4F_dctx_s { struct731 LZ4F_frameInfo_t frameInfo;732 U32 version;733 U32 dStage;734 U64 frameRemainingSize;735 size_t maxBlockSize;736 size_t maxBufferSize;737 BYTE* tmpIn;738 size_t tmpInSize;739 size_t tmpInTarget;[all …]