Lines Matching refs:cctx
261 LZ4FLIB_API LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_cctx* cctx);
285 LZ4FLIB_API size_t LZ4F_compressBegin(LZ4F_cctx* cctx,
318 LZ4FLIB_API size_t LZ4F_compressUpdate(LZ4F_cctx* cctx,
325 * it's possible to call LZ4_flush(). It will immediately compress any data buffered within cctx.
328 * @return : nb of bytes written into dstBuffer (can be zero, when there is no data stored within cctx)
332 LZ4FLIB_API size_t LZ4F_flush(LZ4F_cctx* cctx,
338 * It will flush whatever data remained within `cctx` (like LZ4_flush())
344 * A successful call to LZ4F_compressEnd() makes `cctx` available again for another compression task.
346 LZ4FLIB_API size_t LZ4F_compressEnd(LZ4F_cctx* cctx,
582 LZ4F_uncompressedUpdate(LZ4F_cctx* cctx,
621 * cctx must point to a context created by LZ4F_createCompressionContext().
630 LZ4F_compressFrame_usingCDict(LZ4F_cctx* cctx,
645 LZ4F_compressBegin_usingCDict(LZ4F_cctx* cctx,