Searched refs:inBuffPos (Results 1 – 2 of 2) 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()4176 size_t const toLoad = zcs->inBuffTarget - zcs->inBuffPos; in ZSTD_compressStream_generic()4178 zcs->inBuff + zcs->inBuffPos, toLoad, 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()[all …]
302 size_t inBuffPos; member