Home
last modified time | relevance | path

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

/external/lz4/lib/dll/
Dliblz4.def13 LZ4F_freeCompressionContext
/external/lz4/tests/
Dframetest.c490 CHECK( LZ4F_freeCompressionContext(cctx) ); in basicTests()
513 CHECK( LZ4F_freeCompressionContext(cctx) ); cctx = NULL; in basicTests()
531 CHECK( LZ4F_freeCompressionContext(cctx) ); in basicTests()
657 CHECK( LZ4F_freeCompressionContext(cctx) ); cctx = NULL; in basicTests()
729 LZ4F_freeCompressionContext(cctx); cctx = NULL; in basicTests()
912 LZ4F_freeCompressionContext(cCtx); in fuzzerTests()
/external/lz4/lib/
Dlz4frame.h245 LZ4FLIB_API LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_cctx* cctx);
Dlz4frame.c443 LZ4F_freeCompressionContext(cctxPtr); in LZ4F_compressFrame()
531 LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_compressionContext_t LZ4F_compressionContext) in LZ4F_freeCompressionContext() function
/external/lz4/examples/
DframeCompress.c144 LZ4F_freeCompressionContext(ctx); /* supports free on NULL */ in compress_file()
/external/lz4/programs/
Dlz4io.c520 { LZ4F_errorCode_t const errorCode = LZ4F_freeCompressionContext(ress.ctx); in LZ4IO_freeCResources()