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

/fuchsia/zircon/system/ulib/blobfs/
H A Dlz4.cpp28 LZ4F_freeCompressionContext(ctx_);
/fuchsia/zircon/third_party/ulib/lz4/include/lz4/
H A Dlz4frame.h160 LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_compressionContext_t cctx);
167 * Object can release its memory using LZ4F_freeCompressionContext();
/fuchsia/zircon/system/host/fvm/container/
H A Dsparse.cpp55 LZ4F_errorCode_t errc = LZ4F_freeCompressionContext(cctx_);
/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4frame.c353 * Object can release its memory using LZ4F_freeCompressionContext();
371 LZ4F_errorCode_t LZ4F_freeCompressionContext(LZ4F_compressionContext_t LZ4F_compressionContext) function
/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp461 LZ4F_CALL(LZ4F_freeCompressionContext, ctx_);

Completed in 27 milliseconds