Searched refs:ZSTD_getFrameContentSize (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/zstd/examples/ |
| H A D | simple_decompression.c | 26 unsigned long long const rSize = ZSTD_getFrameContentSize(cBuff, cSize); in decompress()
|
| H A D | dictionary_decompression.c | 40 unsigned long long const rSize = ZSTD_getFrameContentSize(cBuff, cSize); in decompress()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/include/ |
| H A D | zstd_compat_wrapper.h | 373 #define ZSTD_getFrameContentSize zfs_ZSTD_getFrameContentSize macro
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress.c | 345 unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize) in ZSTD_getFrameContentSize() function 404 { unsigned long long const ret = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_findDecompressedSize() 436 unsigned long long const ret = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_getDecompressedSize()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.h | 179 ZSTDLIB_API unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize);
|
| H A D | zstd.c | 3239 ZSTDLIB_API unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize); 24843 unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize) in ZSTD_getFrameContentSize() function 24902 { unsigned long long const ret = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_findDecompressedSize() 24934 unsigned long long const ret = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_getDecompressedSize()
|
| /f-stack/freebsd/contrib/zstd/lib/ |
| H A D | zstd.h | 159 ZSTDLIB_API unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize);
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | CHANGELOG | 324 API : promoted to stable status : ZSTD_getFrameContentSize(), by Sean Purcell 365 API : new : ZSTD_findFrameCompressedSize(), ZSTD_getFrameContentSize(), ZSTD_findDecompressedSize()
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | fileio.c | 2840 U64 const frameContentSize = ZSTD_getFrameContentSize(headerBuffer, numBytesRead); in FIO_analyzeFrames()
|