OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:h1Size
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v06.c
4000
{ size_t const
h1Size
= ZSTDv06_nextSrcSizeToDecompress(zbd->zd); /* == ZSTDv06_frameHeaderSize_min */
4001
size_t const h1Result = ZSTDv06_decompressContinue(zbd->zd, NULL, 0, zbd->headerBuffer,
h1Size
);
4003
if (
h1Size
< zbd->lhSize) { /* long header */
4005
size_t const h2Result = ZSTDv06_decompressContinue(zbd->zd, NULL, 0, zbd->headerBuffer+
h1Size
, h2Size);
zstd_v07.c
4379
{ size_t const
h1Size
= ZSTDv07_nextSrcSizeToDecompress(zbd->zd); /* == ZSTDv07_frameHeaderSize_min */
4380
size_t const h1Result = ZSTDv07_decompressContinue(zbd->zd, NULL, 0, zbd->headerBuffer,
h1Size
);
4382
if (
h1Size
< zbd->lhSize) { /* long header */
4384
size_t const h2Result = ZSTDv07_decompressContinue(zbd->zd, NULL, 0, zbd->headerBuffer+
h1Size
, h2Size);
Completed in 57 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026