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

/fuchsia/zircon/system/ulib/blobfs/
H A Dlz4.cpp44 size_t r = LZ4F_compressBegin(ctx_, Buffer(), buf_remaining(), nullptr);
/fuchsia/zircon/third_party/ulib/lz4/include/lz4/
H A Dlz4frame.h173 size_t LZ4F_compressBegin(LZ4F_compressionContext_t cctx, void* dstBuffer, size_t dstMaxSize, const LZ4F_preferences_t* prefsPtr);
174 /* LZ4F_compressBegin() :
/fuchsia/zircon/system/host/fvm/container/
H A Dsparse.cpp26 size_t r = LZ4F_compressBegin(cctx_, GetBuffer(), GetRemaining(), &lz4_prefs);
/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4frame.c324 errorCode = LZ4F_compressBegin(&cctxI, dstBuffer, dstMaxSize, &prefs); /* write header */
386 /* LZ4F_compressBegin() :
392 size_t LZ4F_compressBegin(LZ4F_compressionContext_t compressionContext, void* dstBuffer, size_t dstMaxSize, const LZ4F_preferences_t* preferencesPtr) function
712 * compressionContext can then be used again, starting with LZ4F_compressBegin(). The preferences will remain the same.
/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp454 size_t size = LZ4F_CALL(LZ4F_compressBegin, ctx_,

Completed in 91 milliseconds