Searched refs:inBuffPos (Results 1 – 2 of 2) sorted by relevance
1809 cctx->inBuffPos - cctx->inToCompress; in ZSTD_getFrameProgression()1810 if (buffered) assert(cctx->inBuffPos >= cctx->inToCompress); in ZSTD_getFrameProgression()5980 { size_t hintInSize = cctx->inBuffTarget - cctx->inBuffPos; in ZSTD_nextInputSizeHint()6035 && (zcs->inBuffPos == 0) ) { in ZSTD_compressStream_generic()6050 size_t const toLoad = zcs->inBuffTarget - zcs->inBuffPos; in ZSTD_compressStream_generic()6052 zcs->inBuff + zcs->inBuffPos, toLoad, in ZSTD_compressStream_generic()6054 zcs->inBuffPos += loaded; in ZSTD_compressStream_generic()6057 && (zcs->inBuffPos < zcs->inBuffTarget) ) { in ZSTD_compressStream_generic()6062 && (zcs->inBuffPos == zcs->inToCompress) ) { in ZSTD_compressStream_generic()6087 size_t const iSize = inputBuffered ? zcs->inBuffPos - zcs->inToCompress in ZSTD_compressStream_generic()[all …]
509 size_t inBuffPos; member