Searched refs:inBuffPos (Results 1 – 4 of 4) sorted by relevance
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
1879 cctx->inBuffPos - cctx->inToCompress; in ZSTD_getFrameProgression()1880 if (buffered) assert(cctx->inBuffPos >= cctx->inToCompress); in ZSTD_getFrameProgression()6095 { size_t hintInSize = cctx->inBuffTarget - cctx->inBuffPos; in ZSTD_nextInputSizeHint()6150 && (zcs->inBuffPos == 0) ) { in ZSTD_compressStream_generic()6165 size_t const toLoad = zcs->inBuffTarget - zcs->inBuffPos; in ZSTD_compressStream_generic()6167 zcs->inBuff + zcs->inBuffPos, toLoad, in ZSTD_compressStream_generic()6169 zcs->inBuffPos += loaded; in ZSTD_compressStream_generic()6172 && (zcs->inBuffPos < zcs->inBuffTarget) ) { in ZSTD_compressStream_generic()6177 && (zcs->inBuffPos == zcs->inToCompress) ) { in ZSTD_compressStream_generic()6202 size_t const iSize = inputBuffered ? zcs->inBuffPos - zcs->inToCompress in ZSTD_compressStream_generic()[all …]
512 size_t inBuffPos; member