Lines Matching defs:dstCapacity
1379 int const dstCapacity, in LZ4HC_compress_generic_internal()
1425 int const dstCapacity, in LZ4HC_compress_generic_noDictCtx()
1447 int const dstCapacity, in LZ4HC_compress_generic_dictCtx()
1473 int const dstCapacity, in LZ4HC_compress_generic()
1500 …eHC_fastReset (void* state, const char* src, char* dst, int srcSize, int dstCapacity, int compress… in LZ4_compress_HC_extStateHC_fastReset()
1512 …HC_extStateHC (void* state, const char* src, char* dst, int srcSize, int dstCapacity, int compress… in LZ4_compress_HC_extStateHC()
1519 int LZ4_compress_HC(const char* src, char* dst, int srcSize, int dstCapacity, int compressionLevel) in LZ4_compress_HC()
1683 int* srcSizePtr, int dstCapacity, in LZ4_compressHC_continue_generic()
1722 …ontinue (LZ4_streamHC_t* LZ4_streamHCPtr, const char* src, char* dst, int srcSize, int dstCapacity) in LZ4_compress_HC_continue()
1827 int dstCapacity, in LZ4HC_compress_optimal()
2180 …t_continue (void* LZ4HC_Data, const char* src, char* dst, int srcSize, int dstCapacity, int cLevel) in LZ4_compressHC2_limitedOutput_continue()