Searched refs:noForwardProgress (Results 1 – 2 of 2) sorted by relevance
175 int noForwardProgress; member
248 dctx->noForwardProgress = 0; in ZSTD_initDCtx_internal()1713 dctx->noForwardProgress = 0; in ZSTD_DCtx_reset()2058 zds->noForwardProgress ++; in ZSTD_decompressStream()2059 if (zds->noForwardProgress >= ZSTD_NO_FORWARD_PROGRESS_MAX) { in ZSTD_decompressStream()2065 zds->noForwardProgress = 0; in ZSTD_decompressStream()
Completed in 22 milliseconds