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

/fuchsia/zircon/system/ulib/blobfs/
H A Dlz4.cpp63 size_t r = LZ4F_compressEnd(ctx_, Buffer(), buf_remaining(), nullptr);
/fuchsia/zircon/third_party/ulib/lz4/include/lz4/
H A Dlz4frame.h213 size_t LZ4F_compressEnd(LZ4F_compressionContext_t cctx, void* dstBuffer, size_t dstMaxSize, const LZ4F_compressOptions_t* cOptPtr);
214 /* LZ4F_compressEnd()
215 * When you want to properly finish the compressed frame, just call LZ4F_compressEnd().
221 * A successful call to LZ4F_compressEnd() makes cctx available again for next compression task.
/fuchsia/zircon/system/host/fvm/container/
H A Dsparse.cpp48 size_t r = LZ4F_compressEnd(cctx_, GetBuffer(), GetRemaining(), NULL);
/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4frame.c332 errorCode = LZ4F_compressEnd(&cctxI, dstPtr, dstEnd-dstPtr, &options); /* flush last block, and generate suffix */
705 /* LZ4F_compressEnd()
706 * When you want to properly finish the compressed frame, just call LZ4F_compressEnd().
714 size_t LZ4F_compressEnd(LZ4F_compressionContext_t compressionContext, void* dstBuffer, size_t dstMaxSize, const LZ4F_compressOptions_t* compressOptionsPtr) function
/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp477 size_t actual_size = LZ4F_CALL(LZ4F_compressEnd,

Completed in 47 milliseconds