Lines Matching defs:dstCapacity
710 int const dstCapacity, in LZ4HC_compress_generic_internal()
768 int const dstCapacity, in LZ4HC_compress_generic_noDictCtx()
782 int const dstCapacity, in LZ4HC_compress_generic_dictCtx()
807 int const dstCapacity, in LZ4HC_compress_generic()
822 …eHC_fastReset (void* state, const char* src, char* dst, int srcSize, int dstCapacity, int compress… in LZ4_compress_HC_extStateHC_fastReset()
834 …HC_extStateHC (void* state, const char* src, char* dst, int srcSize, int dstCapacity, int compress… in LZ4_compress_HC_extStateHC()
841 int LZ4_compress_HC(const char* src, char* dst, int srcSize, int dstCapacity, int compressionLevel) in LZ4_compress_HC()
958 int* srcSizePtr, int dstCapacity, in LZ4_compressHC_continue_generic()
990 …ontinue (LZ4_streamHC_t* LZ4_streamHCPtr, const char* src, char* dst, int srcSize, int dstCapacity) in LZ4_compress_HC_continue()
1076 …t_continue (void* LZ4HC_Data, const char* src, char* dst, int srcSize, int dstCapacity, int cLevel) in LZ4_compressHC2_limitedOutput_continue()
1157 int dstCapacity, in LZ4HC_compress_optimal()