Home
last modified time | relevance | path

Searched refs:LZ4_compress_destSize (Results 1 – 6 of 6) sorted by relevance

/third_party/lz4/ossfuzz/
Dcompress_fuzzer.c45 int const dstSize = LZ4_compress_destSize((const char*)data, dst, in LLVMFuzzerTestOneInput()
/third_party/lz4/lib/
Dlz4.h228 LZ4LIB_API int LZ4_compress_destSize (const char* src, char* dst, int* srcSizePtr, int targetDstSiz…
Dlz4.c1399 int LZ4_compress_destSize(const char* src, char* dst, int* srcSizePtr, int targetDstSize) in LZ4_compress_destSize() function
/third_party/lz4/
DNEWS26 fix : rare data corruption bug with LZ4_compress_destSize(), by @terrelln
157 Added : LZ4_compress_destSize()
/third_party/lz4/tests/
Dfullbench.c200 return LZ4_compress_destSize(in, out, &inSize, LZ4_compressBound(inSize)-1); in local_LZ4_compress_destSize()
Dfuzzer.c403 cSize = LZ4_compress_destSize(block, compressedBuffer, &srcSize, targetSize); in FUZ_test()
1631 dsz1 = LZ4_compress_destSize(sbuf1, dbuf1, &srcsz1, dlen); in FUZ_unitTests()