Searched refs:LZ4F_flush (Results 1 – 3 of 3) sorted by relevance
/third_party/lz4/lib/ |
D | lz4frame.h | 332 LZ4FLIB_API size_t LZ4F_flush(LZ4F_cctx* cctx,
|
D | lz4frame.c | 955 bytesWritten = LZ4F_flush(cctxPtr, dstBuffer, dstCapacity, compressOptionsPtr); in LZ4F_compressUpdateImpl() 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/ |
D | frametest.c | 1108 size_t const flushSize = LZ4F_flush(cCtx, op, (size_t)(oend-op), &cOptions); in fuzzerTests()
|