Lines Matching refs:dstCapacity
219 * dstCapacity MUST be >= LZ4F_compressFrameBound(srcSize, preferencesPtr).
224 LZ4FLIB_API size_t LZ4F_compressFrame(void* dstBuffer, size_t dstCapacity,
280 * dstCapacity must be >= LZ4F_HEADER_SIZE_MAX bytes.
286 void* dstBuffer, size_t dstCapacity,
290 * Provides minimum dstCapacity required to guarantee success of
308 * Important rule: dstCapacity MUST be large enough to ensure operation success even in worst case situations.
319 void* dstBuffer, size_t dstCapacity,
326 * `dstCapacity` must be large enough to ensure the operation will be successful.
330 * Note : LZ4F_flush() is guaranteed to be successful when dstCapacity >= LZ4F_compressBound(0, prefsPtr).
333 void* dstBuffer, size_t dstCapacity,
343 * Note : LZ4F_compressEnd() is guaranteed to be successful when dstCapacity >= LZ4F_compressBound(0, prefsPtr).
347 void* dstBuffer, size_t dstCapacity,
570 * Important rule: dstCapacity MUST be large enough to store the entire source buffer as
583 void* dstBuffer, size_t dstCapacity,
631 void* dst, size_t dstCapacity,
639 * dstCapacity must be >= LZ4F_HEADER_SIZE_MAX bytes.
646 void* dstBuffer, size_t dstCapacity,