Home | History | Annotate | Download | only in src

Lines Matching refs:inflateStateCheck

95 local int inflateStateCheck OF((z_streamp strm));
105 local int inflateStateCheck(strm)
124 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
149 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
165 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
254 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
645 if (inflateStateCheck(strm) || strm->next_out == Z_NULL ||
1281 if (inflateStateCheck(strm))
1299 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
1324 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
1356 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
1409 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
1456 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
1471 if (inflateStateCheck(source) || dest == Z_NULL)
1514 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
1532 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
1546 if (inflateStateCheck(strm))
1558 if (inflateStateCheck(strm)) return (unsigned long)-1;