Searched refs:inBuffPos (Results 1 – 2 of 2) sorted by relevance
1396 cctx->inBuffPos - cctx->inToCompress; in ZSTD_getFrameProgression()1397 if (buffered) assert(cctx->inBuffPos >= cctx->inToCompress); in ZSTD_getFrameProgression()4084 size_t hintInSize = cctx->inBuffTarget - cctx->inBuffPos; in ZSTD_nextInputSizeHint()4130 && (zcs->inBuffPos == 0) ) { in ZSTD_compressStream_generic()4144 size_t const toLoad = zcs->inBuffTarget - zcs->inBuffPos; in ZSTD_compressStream_generic()4146 zcs->inBuff + zcs->inBuffPos, toLoad, in ZSTD_compressStream_generic()4148 zcs->inBuffPos += loaded; in ZSTD_compressStream_generic()4152 && (zcs->inBuffPos < zcs->inBuffTarget) ) { in ZSTD_compressStream_generic()4157 && (zcs->inBuffPos == zcs->inToCompress) ) { in ZSTD_compressStream_generic()4169 ? zcs->inBuffPos - zcs->inToCompress in ZSTD_compressStream_generic()[all …]
306 size_t inBuffPos; member