Home
last modified time | relevance | path

Searched refs:LZ4F_flush (Results 1 – 3 of 3) sorted by relevance

/third_party/lz4/lib/
Dlz4frame.h332 LZ4FLIB_API size_t LZ4F_flush(LZ4F_cctx* cctx,
Dlz4frame.c955 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/
Dframetest.c1108 size_t const flushSize = LZ4F_flush(cCtx, op, (size_t)(oend-op), &cOptions); in fuzzerTests()