OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZSTDv04_decompress
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v04.h
28
ZSTDv04_decompress
() : decompress ZSTD frames compliant with v0.4.x format
35
size_t
ZSTDv04_decompress
( void* dst, size_t maxOriginalSize,
52
ZSTDv04_isError() : tells if the result of
ZSTDv04_decompress
() is an error
zstd_legacy.h
158
return
ZSTDv04_decompress
(dst, dstCapacity, src, compressedSize);
zstd_v04.c
3555
size_t
ZSTDv04_decompress
(void* dst, size_t maxDstSize, const void* src, size_t srcSize)
Completed in 52 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026