Home
last modified time | relevance | path

Searched refs:LZ4F_compressEnd (Results 1 – 6 of 6) sorted by relevance

/external/lz4/lib/dll/
Dliblz4.def5 LZ4F_compressEnd
/external/lz4/tests/
Dframetest.c466 CHECK( LZ4F_compressEnd(cctx, compressedBuffer, testSize, NULL) ); in basicTests()
476 CHECK( LZ4F_compressEnd(cctx, compressedBuffer, testSize, NULL) ); in basicTests()
486 cErr = LZ4F_compressEnd(cctx, op, testSize, NULL); in basicTests()
859 result = LZ4F_compressEnd(cCtx, op, oend-op, &cOptions); in fuzzerTests()
/external/lz4/lib/
Dlz4frame.h312 LZ4FLIB_API size_t LZ4F_compressEnd(LZ4F_cctx* cctx,
Dlz4frame.c395 …{ size_t const tailSize = LZ4F_compressEnd(cctx, dstPtr, dstEnd-dstPtr, &options); /* flush last… in LZ4F_compressFrame_usingCDict()
945 size_t LZ4F_compressEnd(LZ4F_cctx* cctxPtr, void* dstBuffer, size_t dstMaxSize, const LZ4F_compress… in LZ4F_compressEnd() function
/external/lz4/examples/
DframeCompress.c102 { size_t const compressedSize = LZ4F_compressEnd(ctx, in compress_file_internal()
/external/lz4/programs/
Dlz4io.c617 headerSize = LZ4F_compressEnd(ctx, dstBuffer, dstBufferSize, NULL); in LZ4IO_compressFilename_extRess()