• Home
  • Raw
  • Download

Lines Matching defs:compressedSize

2345 int LZ4_decompress_safe(const char* source, char* dest, int compressedSize, int maxDecompressedSize)  in LZ4_decompress_safe()
2353 int LZ4_decompress_safe_partial(const char* src, char* dst, int compressedSize, int targetOutputSiz… in LZ4_decompress_safe_partial()
2373 int LZ4_decompress_safe_withPrefix64k(const char* source, char* dest, int compressedSize, int maxOu… in LZ4_decompress_safe_withPrefix64k()
2381 …ompress_safe_partial_withPrefix64k(const char* source, char* dest, int compressedSize, int targetO… in LZ4_decompress_safe_partial_withPrefix64k()
2398 static int LZ4_decompress_safe_withSmallPrefix(const char* source, char* dest, int compressedSize, … in LZ4_decompress_safe_withSmallPrefix()
2407 …press_safe_partial_withSmallPrefix(const char* source, char* dest, int compressedSize, int targetO… in LZ4_decompress_safe_partial_withSmallPrefix()
2418 int compressedSize, int maxOutputSize, in LZ4_decompress_safe_forceExtDict()
2428 int compressedSize, int targetOutputSize, int dstCapacity, in LZ4_decompress_safe_partial_forceExtDict()
2451 int LZ4_decompress_safe_doubleDict(const char* source, char* dest, int compressedSize, int maxOutpu… in LZ4_decompress_safe_doubleDict()
2524 …_streamDecode_t* LZ4_streamDecode, const char* source, char* dest, int compressedSize, int maxOutp… in LZ4_decompress_safe_continue()
2612 int LZ4_decompress_safe_usingDict(const char* source, char* dest, int compressedSize, int maxOutput… in LZ4_decompress_safe_usingDict()
2627 int LZ4_decompress_safe_partial_usingDict(const char* source, char* dest, int compressedSize, int t… in LZ4_decompress_safe_partial_usingDict()