Home
last modified time | relevance | path

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

/optee_os/core/lib/zlib/
H A Dinflate.c96 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;
[all …]