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()5202 size_t hintInSize = cctx->inBuffTarget - cctx->inBuffPos; in ZSTD_nextInputSizeHint()5248 && (zcs->inBuffPos == 0) ) { in ZSTD_compressStream_generic()5262 size_t const toLoad = zcs->inBuffTarget - zcs->inBuffPos; in ZSTD_compressStream_generic()5264 zcs->inBuff + zcs->inBuffPos, toLoad, in ZSTD_compressStream_generic()5266 zcs->inBuffPos += loaded; in ZSTD_compressStream_generic()5270 && (zcs->inBuffPos < zcs->inBuffTarget) ) { in ZSTD_compressStream_generic()5275 && (zcs->inBuffPos == zcs->inToCompress) ) { in ZSTD_compressStream_generic()5287 ? zcs->inBuffPos - zcs->inToCompress in ZSTD_compressStream_generic()[all …]
396 size_t inBuffPos; member