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