Searched refs:ZSTD_getFrameContentSize (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | symbols.c | 31 &ZSTD_getFrameContentSize,
|
| H A D | fuzzer.c | 325 { unsigned long long const rSize = ZSTD_getFrameContentSize(compressedBuffer, cSize); in basicUnitTests() 513 { unsigned long long const rSize = ZSTD_getFrameContentSize(compressedBuffer, cSize); in basicUnitTests() 820 { U64 const contentSize = ZSTD_getFrameContentSize(compressedBuffer, cSize); in basicUnitTests()
|
| /freebsd-12.1/sys/contrib/zstd/ |
| H A D | NEWS | 74 API : promoted to stable status : ZSTD_getFrameContentSize(), by Sean Purcell 115 API : new : ZSTD_findFrameCompressedSize(), ZSTD_getFrameContentSize(), ZSTD_findDecompressedSize()
|
| /freebsd-12.1/sys/contrib/zstd/lib/ |
| H A D | zstd.h | 119 ZSTDLIB_API unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize);
|
| /freebsd-12.1/sys/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 406 unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize) in ZSTD_getFrameContentSize() function 451 { unsigned long long const ret = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_findDecompressedSize() 483 unsigned long long const ret = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_getDecompressedSize()
|
| /freebsd-12.1/sys/contrib/zstd/programs/ |
| H A D | fileio.c | 1826 U64 const frameContentSize = ZSTD_getFrameContentSize(headerBuffer, numBytesRead); in getFileInfo_fileConfirmed()
|