Searched refs:inBuffPos (Results 1 – 3 of 3) sorted by relevance
1433 cctx->inBuffPos - cctx->inToCompress; in ZSTD_getFrameProgression()1434 if (buffered) assert(cctx->inBuffPos >= cctx->inToCompress); in ZSTD_getFrameProgression()4116 size_t hintInSize = cctx->inBuffTarget - cctx->inBuffPos; in ZSTD_nextInputSizeHint()4162 && (zcs->inBuffPos == 0) ) { in ZSTD_compressStream_generic()4180 zcs->inBuffPos += loaded; in ZSTD_compressStream_generic()4184 && (zcs->inBuffPos < zcs->inBuffTarget) ) { in ZSTD_compressStream_generic()4189 && (zcs->inBuffPos == zcs->inToCompress) ) { in ZSTD_compressStream_generic()4201 ? zcs->inBuffPos - zcs->inToCompress in ZSTD_compressStream_generic()4217 zcs->inBuffTarget = zcs->inBuffPos + zcs->blockSize; in ZSTD_compressStream_generic()4224 zcs->inToCompress = zcs->inBuffPos; in ZSTD_compressStream_generic()[all …]
302 size_t inBuffPos; member
10178 size_t inBuffPos; member14326 cctx->inBuffPos - cctx->inToCompress; in ZSTD_getFrameProgression()14327 if (buffered) assert(cctx->inBuffPos >= cctx->inToCompress); in ZSTD_getFrameProgression()16746 cctx->inBuffPos = 0; in ZSTD_resetCStream_internal()16878 size_t hintInSize = cctx->inBuffTarget - cctx->inBuffPos; in ZSTD_nextInputSizeHint()16918 && (zcs->inBuffPos == 0) ) { in ZSTD_compressStream_generic()16935 zcs->inBuffPos += loaded; in ZSTD_compressStream_generic()16939 && (zcs->inBuffPos < zcs->inBuffTarget) ) { in ZSTD_compressStream_generic()16944 && (zcs->inBuffPos == zcs->inToCompress) ) { in ZSTD_compressStream_generic()16968 zcs->inBuffTarget = zcs->inBuffPos + zcs->blockSize; in ZSTD_compressStream_generic()[all …]