Home
last modified time | relevance | path

Searched refs:LZ4F_freeCompressionContext (Results 1 - 7 of 7) sorted by relevance

/third_party/lz4/lib/
H A Dlz4file.c232 LZ4F_freeCompressionContext((*lz4fWrite)->cctxPtr); in LZ4F_writeOpen()
239 LZ4F_freeCompressionContext((*lz4fWrite)->cctxPtr); in LZ4F_writeOpen()
307 LZ4F_freeCompressionContext(lz4fWrite->cctxPtr); in LZ4F_writeClose()
H A Dlz4frame.h256 * the state object can be released using LZ4F_freeCompressionContext().
257 * Note1 : LZ4F_freeCompressionContext() is always successful. Its return value can be ignored.
258 * Note2 : LZ4F_freeCompressionContext() works fine with NULL input pointers (do nothing).
261 LZ4FLIB_API LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_cctx* cctx);
H A Dlz4frame.c507 LZ4F_freeCompressionContext(cctxPtr); in LZ4F_compressFrame()
605 * Object can release its memory using LZ4F_freeCompressionContext();
620 LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_cctx* cctxPtr) in LZ4F_freeCompressionContext() function
/third_party/lz4/ossfuzz/
H A Dround_trip_frame_uncompressed_fuzzer.c120 LZ4F_freeCompressionContext(ctx); in compress_round_trip()
/third_party/lz4/tests/
H A Dframetest.c559 CHECK( LZ4F_freeCompressionContext(cctx) ); in basicTests()
584 CHECK( LZ4F_freeCompressionContext(cctx) ); cctx = NULL; in basicTests()
610 CHECK( LZ4F_freeCompressionContext(cctx) ); in basicTests()
739 CHECK( LZ4F_freeCompressionContext(cctx) ); cctx = NULL; in basicTests()
834 LZ4F_freeCompressionContext(cctx); cctx = NULL; in basicTests()
1193 LZ4F_freeCompressionContext(cCtx); in fuzzerTests()
/third_party/lz4/examples/
H A DframeCompress.c175 LZ4F_freeCompressionContext(ctx); /* supports free on NULL */ in compress_file()
/third_party/lz4/programs/
H A Dlz4io.c652 { LZ4F_errorCode_t const errorCode = LZ4F_freeCompressionContext(ress.ctx); in LZ4IO_freeCResources()

Completed in 13 milliseconds