Searched refs:LZ4F_freeCompressionContext (Results 1 – 6 of 6) sorted by relevance
13 LZ4F_freeCompressionContext
196 LZ4FLIB_API LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_cctx* cctx);
392 LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_compressionContext_t LZ4F_compressionContext) in LZ4F_freeCompressionContext() function
111 LZ4F_freeCompressionContext(ctx); in compress_file()
458 errorCode = LZ4F_freeCompressionContext(cctx); in basicTests()535 LZ4F_freeCompressionContext(cctx); cctx = NULL; in basicTests()710 LZ4F_freeCompressionContext(cCtx); in fuzzerTests()
428 { LZ4F_errorCode_t const errorCode = LZ4F_freeCompressionContext(ress.ctx); in LZ4IO_freeCResources()