Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c271 zwc->totalInBytes = 0; in z_deflateInit_()
302 zwc->totalInBytes = 0; in ZWRAP_deflateReset_keepDict()
373 if (zwc->totalInBytes == 0) { in z_deflate()
405 zwc->totalInBytes += zwc->inBuffer.pos; in z_deflate()
599 zwd->totalInBytes = 0; in z_inflateInit_()
639 zwd->totalInBytes = 0; in ZWRAP_inflateReset_keepDict()
738 if (zwd->totalInBytes < ZLIB_HEADERSIZE) { in z_inflate()
763 zwd->totalInBytes += srcSize; in z_inflate()
822 if (zwd->totalInBytes < ZSTD_HEADERSIZE) { in z_inflate()
839 zwd->totalInBytes += srcSize; in z_inflate()
[all …]