Searched refs:noForwardProgress (Results 1 – 3 of 3) sorted by relevance
155 int noForwardProgress; member
120 dctx->noForwardProgress = 0; in ZSTD_initDCtx_internal()1512 dctx->noForwardProgress = 0; in ZSTD_DCtx_reset()1883 zds->noForwardProgress ++; in ZSTD_decompressStream()1884 if (zds->noForwardProgress >= ZSTD_NO_FORWARD_PROGRESS_MAX) { in ZSTD_decompressStream()1890 zds->noForwardProgress = 0; in ZSTD_decompressStream()
22775 int noForwardProgress; member24617 dctx->noForwardProgress = 0; in ZSTD_initDCtx_internal()25970 dctx->noForwardProgress = 0; in ZSTD_DCtx_reset()26342 zds->noForwardProgress ++; in ZSTD_decompressStream()26343 if (zds->noForwardProgress >= ZSTD_NO_FORWARD_PROGRESS_MAX) { in ZSTD_decompressStream()26349 zds->noForwardProgress = 0; in ZSTD_decompressStream()