Searched refs:noForwardProgress (Results 1 – 2 of 2) sorted by relevance
180 int noForwardProgress; member
254 dctx->noForwardProgress = 0; in ZSTD_initDCtx_internal()1737 dctx->noForwardProgress = 0; in ZSTD_DCtx_reset()2084 zds->noForwardProgress ++; in ZSTD_decompressStream()2085 if (zds->noForwardProgress >= ZSTD_NO_FORWARD_PROGRESS_MAX) { in ZSTD_decompressStream()2091 zds->noForwardProgress = 0; in ZSTD_decompressStream()
Completed in 13 milliseconds