Searched refs:errorTimes (Results 1 – 4 of 4) sorted by relevance
800 uint8_t errorTimes = 0; in UnzipWithInflated() local819 errorTimes = 0; in UnzipWithInflated()821 errorTimes++; in UnzipWithInflated()823 if (errorTimes >= INFLATE_ERROR_TIMES) { in UnzipWithInflated()943 uint8_t errorTimes = 0; in UnzipWithInflatedFromMMap() local964 if (!CopyInflateOut(zstream, inflateLen, &dstDataPtr, bufOut, errorTimes)) { in UnzipWithInflatedFromMMap()982 BytePtr bufOut, uint8_t &errorTimes) const in CopyInflateOut()993 errorTimes = 0; in CopyInflateOut()995 errorTimes++; in CopyInflateOut()997 if (errorTimes >= INFLATE_ERROR_TIMES) { in CopyInflateOut()
492 uint8_t errorTimes = 0; in UnzipWithInflated() local515 errorTimes = 0; in UnzipWithInflated()517 errorTimes++; in UnzipWithInflated()520 if (errorTimes >= INFLATE_ERROR_TIMES) { in UnzipWithInflated()
508 uint8_t errorTimes = 0; in UnzipWithInflated() local527 errorTimes = 0; in UnzipWithInflated()529 errorTimes++; in UnzipWithInflated()531 if (errorTimes >= INFLATE_ERROR_TIMES) { in UnzipWithInflated()
330 BytePtr bufOut, uint8_t &errorTimes) const;