Home | History | Annotate | Download | only in ZLib

Lines Matching defs:inflateReset2

157 int ZEXPORT inflateReset2(strm, windowBits)
230 state->mode = HEAD; /* to pass state test in inflateReset2() */
231 ret = inflateReset2(strm, windowBits);