HomeSort by relevance Sort by last modified time
    Searched refs:LZ4F_flush (Results 1 - 3 of 3) sorted by null

  /external/lz4/lib/
lz4frame.h 224 * When srcSize==0, LZ4F_compressBound() provides an upper bound for LZ4F_flush() and LZ4F_compressEnd() operations.
239 LZ4FLIB_API size_t LZ4F_flush(LZ4F_cctx* cctx, void* dstBuffer, size_t dstCapacity, const LZ4F_compressOptions_t* cOptPtr);
240 /* LZ4F_flush() :
lz4frame.c 261 * When srcSize==0, LZ4F_compressBound() provides an upper bound for LZ4F_flush() and LZ4F_compressEnd() operations.
650 /*! LZ4F_flush() :
658 size_t LZ4F_flush(LZ4F_cctx* cctxPtr, void* dstBuffer, size_t dstCapacity, const LZ4F_compressOptions_t* compressOptionsPtr)
701 size_t const flushSize = LZ4F_flush(cctxPtr, dstBuffer, dstMaxSize, compressOptionsPtr);
    [all...]
  /external/lz4/tests/
frametest.c 652 result = LZ4F_flush(cCtx, op, oend-op, &cOptions);
    [all...]

Completed in 64 milliseconds