Lines Matching refs:inflateStateCheck
96 local int inflateStateCheck OF((z_streamp strm));
106 local int inflateStateCheck(strm) in inflateStateCheck() function
125 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
151 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
167 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
256 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
647 if (inflateStateCheck(strm) || strm->next_out == Z_NULL ||
1306 if (inflateStateCheck(strm))
1324 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
1349 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
1381 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
1435 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
1488 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
1503 if (inflateStateCheck(source) || dest == Z_NULL)
1546 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
1564 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
1578 if (inflateStateCheck(strm))
1590 if (inflateStateCheck(strm)) return (unsigned long)-1;