Home
last modified time | relevance | path

Searched refs:errorCount (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c504 int errorCount; member
521 zwd->errorCount = 0; in ZWRAP_initDCtx()
883 zwd->errorCount++; in z_inflate()
885 ZSTD_getErrorName(dErr), zwd->errorCount); in z_inflate()
886 if (zwd->errorCount<=1) return Z_NEED_DICT; else goto error; in z_inflate()