• Home
  • Raw
  • Download

Lines Matching defs:srcSize

939 int LZ4_compress_HC_extStateHC_fastReset (void* state, const char* src, char* dst, int srcSize, int…  in LZ4_compress_HC_extStateHC_fastReset()
951 int LZ4_compress_HC_extStateHC (void* state, const char* src, char* dst, int srcSize, int dstCapaci… in LZ4_compress_HC_extStateHC()
958 int LZ4_compress_HC(const char* src, char* dst, int srcSize, int dstCapacity, int compressionLevel) in LZ4_compress_HC()
1151 …continue (LZ4_streamHC_t* LZ4_streamHCPtr, const char* src, char* dst, int srcSize, int dstCapacit… in LZ4_compress_HC_continue()
1203 int LZ4_compressHC(const char* src, char* dst, int srcSize) { return LZ4_compress_HC (src, dst, src… in LZ4_compressHC()
1204 int LZ4_compressHC_limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize) { return … in LZ4_compressHC_limitedOutput()
1205 int LZ4_compressHC2(const char* src, char* dst, int srcSize, int cLevel) { return LZ4_compress_HC (… in LZ4_compressHC2()
1206 int LZ4_compressHC2_limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize, int cLev… in LZ4_compressHC2_limitedOutput()
1207 int LZ4_compressHC_withStateHC (void* state, const char* src, char* dst, int srcSize) { return LZ4_… in LZ4_compressHC_withStateHC()
1208 int LZ4_compressHC_limitedOutput_withStateHC (void* state, const char* src, char* dst, int srcSize,… in LZ4_compressHC_limitedOutput_withStateHC()
1209 int LZ4_compressHC2_withStateHC (void* state, const char* src, char* dst, int srcSize, int cLevel) … in LZ4_compressHC2_withStateHC()
1210 int LZ4_compressHC2_limitedOutput_withStateHC (void* state, const char* src, char* dst, int srcSize in LZ4_compressHC2_limitedOutput_withStateHC()
1211 int LZ4_compressHC_continue (LZ4_streamHC_t* ctx, const char* src, char* dst, int srcSize) { return… in LZ4_compressHC_continue()
1212 …mitedOutput_continue (LZ4_streamHC_t* ctx, const char* src, char* dst, int srcSize, int maxDstSize… in LZ4_compressHC_limitedOutput_continue()
1245 int LZ4_compressHC2_continue (void* LZ4HC_Data, const char* src, char* dst, int srcSize, int cLevel) in LZ4_compressHC2_continue()
1250 …_limitedOutput_continue (void* LZ4HC_Data, const char* src, char* dst, int srcSize, int dstCapacit… in LZ4_compressHC2_limitedOutput_continue()