Lines Matching defs:LZ4F_cctx_s
168 typedef struct LZ4F_cctx_s struct
170 LZ4F_preferences_t prefs;
171 U32 version;
172 U32 cStage;
173 size_t maxBlockSize;
174 size_t maxBufferSize;
175 BYTE* tmpBuff;
176 BYTE* tmpIn;
177 size_t tmpInSize;
178 U64 totalInSize;
179 XXH32_state_t xxh;
180 void* lz4CtxPtr;
181 U32 lz4CtxLevel; /* 0: unallocated; 1: LZ4_stream_t; 3: LZ4_streamHC_t */