Home
last modified time | relevance | path

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

/external/lz4/lib/dll/
Dliblz4.def12 LZ4F_flush
/external/lz4/lib/
Dlz4frame.h239 LZ4FLIB_API size_t LZ4F_flush(LZ4F_cctx* cctx, void* dstBuffer, size_t dstCapacity, const LZ4F_comp…
Dlz4frame.c658 size_t LZ4F_flush(LZ4F_cctx* cctxPtr, void* dstBuffer, size_t dstCapacity, const LZ4F_compressOptio… in LZ4F_flush() function
701 size_t const flushSize = LZ4F_flush(cctxPtr, dstBuffer, dstMaxSize, compressOptionsPtr); in LZ4F_compressEnd()
/external/lz4/tests/
Dframetest.c652 result = LZ4F_flush(cCtx, op, oend-op, &cOptions); in fuzzerTests()