Searched defs:LZ4F_dctx_s (Results 1 – 1 of 1) sorted by relevance
1041 struct LZ4F_dctx_s { struct1042 LZ4F_frameInfo_t frameInfo;1043 U32 version;1044 dStage_t dStage;1045 U64 frameRemainingSize;1046 size_t maxBlockSize;1047 size_t maxBufferSize;1048 BYTE* tmpIn;1049 size_t tmpInSize;1050 size_t tmpInTarget;[all …]