Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A 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;
149 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
165 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
254 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
1281 if (inflateStateCheck(strm))
1299 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
1324 if (inflateStateCheck(strm)) return Z_STREAM_ERROR;
1471 if (inflateStateCheck(source) || dest == Z_NULL)
[all …]