Home
last modified time | relevance | path

Searched refs:inflateStateCheck (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/contrib/zlib/
Dinflate.c95 local int inflateStateCheck OF((z_streamp strm));
105 local int inflateStateCheck(strm) in inflateStateCheck() function
124 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
150 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
166 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
257 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
648 if (inflateStateCheck(strm) || strm->next_out == Z_NULL ||
1308 if (inflateStateCheck(strm))
1326 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
1351 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
[all …]