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

/external/lz4/lib/
H A Dlz4frame.c306 errorCode = LZ4F_compressEnd(&cctxI, dstPtr, dstEnd-dstPtr, &options); /* flush last block, and generate suffix */
662 /* LZ4F_compressEnd()
663 * When you want to properly finish the compressed frame, just call LZ4F_compressEnd().
671 size_t LZ4F_compressEnd(LZ4F_compressionContext_t compressionContext, void* dstBuffer, size_t dstMaxSize, const LZ4F_compressOptions_t* compressOptionsPtr) function

Completed in 67 milliseconds