Lines Matching refs:ENOUGH
498 not enough available input to do that, then return from inflate(). */
531 if (not enough input data or output space to make progress)
550 where NEEDBITS(n) either returns from inflate() if there isn't enough
555 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
560 PULLBYTE() directly in order to pull just enough bytes to decode the next
563 Some states loop until they get enough input, making sure that enough
581 A state may also return if there is not enough output space available to
996 concerning the ENOUGH constants, which depend on those values */
1471 state->lencode <= state->codes + ENOUGH - 1) {