Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c280 zwc->totalInBytes = 0; in z_deflateInit_()
311 zwc->totalInBytes = 0; in ZWRAP_deflateReset_keepDict()
382 if (zwc->totalInBytes == 0) { in z_deflate()
420 zwc->totalInBytes += zwc->inBuffer.pos; in z_deflate()
614 zwd->totalInBytes = 0; in z_inflateInit_()
654 zwd->totalInBytes = 0; in ZWRAP_inflateReset_keepDict()
753 if (zwd->totalInBytes < ZLIB_HEADERSIZE) { in z_inflate()
778 zwd->totalInBytes += srcSize; in z_inflate()
837 if (zwd->totalInBytes < ZSTD_HEADERSIZE) { in z_inflate()
854 zwd->totalInBytes += srcSize; in z_inflate()
[all …]