Home | History | Annotate | Download | only in zlib

Lines Matching refs:ENOUGH

477    not enough available input to do that, then return from inflate(). */
515 if (not enough input data or output space to make progress)
534 where NEEDBITS(n) either returns from inflate() if there isn't enough
539 enough bits to put the accumulator on a byte boundary. After BYTEBITS()
544 PULLBYTE() directly in order to pull just enough bytes to decode the next
547 Some states loop until they get enough input, making sure that enough
565 A state may also return if there is not enough output space available to
981 concerning the ENOUGH constants, which depend on those values */
1439 state->lencode <= state->codes + ENOUGH - 1) {