Searched refs:inBuffPos (Results 1 – 4 of 4) sorted by relevance
1242 cctx->inBuffPos - cctx->inToCompress; in ZSTD_getFrameProgression()1243 if (buffered) assert(cctx->inBuffPos >= cctx->inToCompress); in ZSTD_getFrameProgression()3662 cctx->inBuffPos = 0; in ZSTD_resetCStream_internal()3794 size_t hintInSize = cctx->inBuffTarget - cctx->inBuffPos; in ZSTD_nextInputSizeHint()3834 && (zcs->inBuffPos == 0) ) { in ZSTD_compressStream_generic()3847 { size_t const toLoad = zcs->inBuffTarget - zcs->inBuffPos; in ZSTD_compressStream_generic()3849 zcs->inBuff + zcs->inBuffPos, toLoad, in ZSTD_compressStream_generic()3851 zcs->inBuffPos += loaded; in ZSTD_compressStream_generic()3855 && (zcs->inBuffPos < zcs->inBuffTarget) ) { in ZSTD_compressStream_generic()3860 && (zcs->inBuffPos == zcs->inToCompress) ) { in ZSTD_compressStream_generic()[all …]
267 size_t inBuffPos; member
1627 cctx->inBuffPos - cctx->inToCompress; in ZSTD_getFrameProgression()1628 if (buffered) assert(cctx->inBuffPos >= cctx->inToCompress); in ZSTD_getFrameProgression()5319 size_t hintInSize = cctx->inBuffTarget - cctx->inBuffPos; in ZSTD_nextInputSizeHint()5365 && (zcs->inBuffPos == 0) ) { in ZSTD_compressStream_generic()5379 size_t const toLoad = zcs->inBuffTarget - zcs->inBuffPos; in ZSTD_compressStream_generic()5381 zcs->inBuff + zcs->inBuffPos, toLoad, in ZSTD_compressStream_generic()5383 zcs->inBuffPos += loaded; in ZSTD_compressStream_generic()5387 && (zcs->inBuffPos < zcs->inBuffTarget) ) { in ZSTD_compressStream_generic()5392 && (zcs->inBuffPos == zcs->inToCompress) ) { in ZSTD_compressStream_generic()5404 ? zcs->inBuffPos - zcs->inToCompress in ZSTD_compressStream_generic()[all …]
402 size_t inBuffPos; member