Searched refs:LZ4_compress_destSize (Results 1 – 6 of 6) sorted by relevance
/third_party/lz4/ossfuzz/ |
D | compress_fuzzer.c | 45 int const dstSize = LZ4_compress_destSize((const char*)data, dst, in LLVMFuzzerTestOneInput()
|
/third_party/lz4/lib/ |
D | lz4.h | 228 LZ4LIB_API int LZ4_compress_destSize (const char* src, char* dst, int* srcSizePtr, int targetDstSiz…
|
D | lz4.c | 1399 int LZ4_compress_destSize(const char* src, char* dst, int* srcSizePtr, int targetDstSize) in LZ4_compress_destSize() function
|
/third_party/lz4/ |
D | NEWS | 26 fix : rare data corruption bug with LZ4_compress_destSize(), by @terrelln 157 Added : LZ4_compress_destSize()
|
/third_party/lz4/tests/ |
D | fullbench.c | 200 return LZ4_compress_destSize(in, out, &inSize, LZ4_compressBound(inSize)-1); in local_LZ4_compress_destSize()
|
D | fuzzer.c | 403 cSize = LZ4_compress_destSize(block, compressedBuffer, &srcSize, targetSize); in FUZ_test() 1631 dsz1 = LZ4_compress_destSize(sbuf1, dbuf1, &srcsz1, dlen); in FUZ_unitTests()
|