Searched refs:inBuffPos (Results 1 – 2 of 2) sorted by relevance
1553 cctx->inBuffPos - cctx->inToCompress; in ZSTD_getFrameProgression()1554 if (buffered) assert(cctx->inBuffPos >= cctx->inToCompress); in ZSTD_getFrameProgression()5200 size_t hintInSize = cctx->inBuffTarget - cctx->inBuffPos; in ZSTD_nextInputSizeHint()5246 && (zcs->inBuffPos == 0) ) { in ZSTD_compressStream_generic()5260 size_t const toLoad = zcs->inBuffTarget - zcs->inBuffPos; in ZSTD_compressStream_generic()5262 zcs->inBuff + zcs->inBuffPos, toLoad, in ZSTD_compressStream_generic()5264 zcs->inBuffPos += loaded; in ZSTD_compressStream_generic()5268 && (zcs->inBuffPos < zcs->inBuffTarget) ) { in ZSTD_compressStream_generic()5273 && (zcs->inBuffPos == zcs->inToCompress) ) { in ZSTD_compressStream_generic()5285 ? zcs->inBuffPos - zcs->inToCompress in ZSTD_compressStream_generic()[all …]
396 size_t inBuffPos; member