Home
last modified time | relevance | path

Searched refs:LZ4F_freeCompressionContext (Results 1 – 5 of 5) sorted by relevance

/third_party/lz4/tests/
Dframetest.c511 CHECK( LZ4F_freeCompressionContext(cctx) ); in basicTests()
534 CHECK( LZ4F_freeCompressionContext(cctx) ); cctx = NULL; in basicTests()
552 CHECK( LZ4F_freeCompressionContext(cctx) ); in basicTests()
678 CHECK( LZ4F_freeCompressionContext(cctx) ); cctx = NULL; in basicTests()
773 LZ4F_freeCompressionContext(cctx); cctx = NULL; in basicTests()
1117 LZ4F_freeCompressionContext(cCtx); in fuzzerTests()
/third_party/lz4/lib/
Dlz4frame.h254 LZ4FLIB_API LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_cctx* cctx);
Dlz4frame.c462 LZ4F_freeCompressionContext(cctxPtr); in LZ4F_compressFrame()
550 LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_cctx* cctxPtr) in LZ4F_freeCompressionContext() function
/third_party/lz4/examples/
DframeCompress.c145 LZ4F_freeCompressionContext(ctx); /* supports free on NULL */ in compress_file()
/third_party/lz4/programs/
Dlz4io.c640 { LZ4F_errorCode_t const errorCode = LZ4F_freeCompressionContext(ress.ctx); in LZ4IO_freeCResources()