Home | History | Annotate | Download | only in lib

Lines Matching refs:LZ4F_compressBound

257 /* LZ4F_compressBound() :
261 * When srcSize==0, LZ4F_compressBound() provides an upper bound for LZ4F_flush() and LZ4F_compressEnd() operations.
488 /* LZ4F_compressBound() :
493 size_t LZ4F_compressBound(size_t srcSize, const LZ4F_preferences_t* preferencesPtr)
557 * You can get the minimum value of dstCapacity by using LZ4F_compressBound()