Searched refs:totalInBytes (Results 1 – 1 of 1) sorted by relevance
159 unsigned long long totalInBytes; /* we need it as strm->total_in can be reset by user */ member271 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()505 unsigned long long totalInBytes; /* we need it as strm->total_in can be reset by user */ member599 zwd->totalInBytes = 0; in z_inflateInit_()639 zwd->totalInBytes = 0; in ZWRAP_inflateReset_keepDict()698 if (zwd->totalInBytes == ZSTD_HEADERSIZE) { in z_inflateSetDictionary()700 zwd->inBuffer.size = zwd->totalInBytes; in z_inflateSetDictionary()[all …]