Searched refs:LZ4F_flush (Results 1 - 3 of 3) sorted by relevance
/third_party/lz4/lib/ |
H A D | lz4frame.h | 292 * When srcSize==0, LZ4F_compressBound() provides an upper bound for LZ4F_flush() and LZ4F_compressEnd() instead. 323 /*! LZ4F_flush() : 330 * Note : LZ4F_flush() is guaranteed to be successful when dstCapacity >= LZ4F_compressBound(0, prefsPtr). 332 LZ4FLIB_API size_t LZ4F_flush(LZ4F_cctx* cctx,
|
H A D | lz4frame.c | 369 * When srcSize==0, LZ4F_compressBound() provides an upper bound for LZ4F_flush() and LZ4F_compressEnd() operations. 955 bytesWritten = LZ4F_flush(cctxPtr, dstBuffer, dstCapacity, compressOptionsPtr); in LZ4F_compressUpdateImpl() 1096 /*! LZ4F_flush() : 1104 size_t LZ4F_flush(LZ4F_cctx* cctxPtr, in LZ4F_flush() function 1158 size_t const flushSize = LZ4F_flush(cctxPtr, dstBuffer, dstCapacity, compressOptionsPtr); in LZ4F_compressEnd()
|
/third_party/lz4/tests/ |
H A D | frametest.c | 1108 size_t const flushSize = LZ4F_flush(cCtx, op, (size_t)(oend-op), &cOptions); in fuzzerTests()
|
Completed in 8 milliseconds