Searched refs:totalInBytes (Results 1 – 1 of 1) sorted by relevance
200 zwc->totalInBytes = 0; in z_deflateInit_()231 zwc->totalInBytes = 0; in ZWRAP_deflateReset_keepDict()302 if (zwc->totalInBytes == 0) { in z_deflate()334 zwc->totalInBytes += zwc->inBuffer.pos; in z_deflate()528 zwd->totalInBytes = 0; in z_inflateInit_()568 zwd->totalInBytes = 0; in ZWRAP_inflateReset_keepDict()667 if (zwd->totalInBytes < ZLIB_HEADERSIZE) { in z_inflate()692 zwd->totalInBytes += srcSize; in z_inflate()751 if (zwd->totalInBytes < ZSTD_HEADERSIZE) { in z_inflate()768 zwd->totalInBytes += srcSize; in z_inflate()[all …]