Searched refs:inBuffPos (Results 1 – 4 of 4) sorted by relevance
1243 cctx->inBuffPos - cctx->inToCompress; in ZSTD_getFrameProgression()1244 if (buffered) assert(cctx->inBuffPos >= cctx->inToCompress); in ZSTD_getFrameProgression()3663 cctx->inBuffPos = 0; in ZSTD_resetCStream_internal()3795 size_t hintInSize = cctx->inBuffTarget - cctx->inBuffPos; in ZSTD_nextInputSizeHint()3835 && (zcs->inBuffPos == 0) ) { in ZSTD_compressStream_generic()3848 { size_t const toLoad = zcs->inBuffTarget - zcs->inBuffPos; in ZSTD_compressStream_generic()3850 zcs->inBuff + zcs->inBuffPos, toLoad, in ZSTD_compressStream_generic()3852 zcs->inBuffPos += loaded; in ZSTD_compressStream_generic()3856 && (zcs->inBuffPos < zcs->inBuffTarget) ) { in ZSTD_compressStream_generic()3861 && (zcs->inBuffPos == zcs->inToCompress) ) { in ZSTD_compressStream_generic()[all …]
268 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