Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching refs:ENOUGH

442    not enough available input to do that, then return from inflate(). */
480 if (not enough input data or output space to make progress)
499 where NEEDBITS(n) either returns from inflate() if there isn't enough
504 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
509 PULLBYTE() directly in order to pull just enough bytes to decode the next
512 Some states loop until they get enough input, making sure that enough
530 A state may also return if there is not enough output space available to
1356 state->lencode <= state->codes + ENOUGH - 1) {