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

/fuchsia/zircon/system/ulib/blobfs/
H A Dlz4.cpp35 LZ4F_errorCode_t errc = LZ4F_createCompressionContext(&ctx_, LZ4F_VERSION);
/fuchsia/zircon/third_party/ulib/lz4/include/lz4/
H A Dlz4frame.h159 LZ4F_errorCode_t LZ4F_createCompressionContext(LZ4F_compressionContext_t* cctxPtr, unsigned version);
161 /* LZ4F_createCompressionContext() :
163 * This is achieved using LZ4F_createCompressionContext(), which takes as argument a version and an LZ4F_preferences_t structure.
/fuchsia/zircon/system/host/fvm/container/
H A Dsparse.cpp18 LZ4F_errorCode_t errc = LZ4F_createCompressionContext(&cctx_, LZ4F_VERSION);
/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4frame.c347 /* LZ4F_createCompressionContext() :
349 * This is achieved using LZ4F_createCompressionContext(), which takes as argument a version and an LZ4F_preferences_t structure.
355 LZ4F_errorCode_t LZ4F_createCompressionContext(LZ4F_compressionContext_t* LZ4F_compressionContextPtr, unsigned version) function
/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp444 LZ4F_CALL(LZ4F_createCompressionContext, &ctx_, LZ4F_VERSION);

Completed in 27 milliseconds