Searched refs:deflateStateCheck (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Ddeflate.c76 local int deflateStateCheck OF((z_streamp strm));
388 local int deflateStateCheck ( function
422 if (deflateStateCheck(strm) || dictionary == Z_NULL)
488 if (deflateStateCheck(strm))
507 if (deflateStateCheck(strm)) {
556 if (deflateStateCheck(strm) || strm->state->wrap != 2)
568 if (deflateStateCheck(strm)) return Z_STREAM_ERROR;
585 if (deflateStateCheck(strm)) return Z_STREAM_ERROR;
612 if (deflateStateCheck(strm)) return Z_STREAM_ERROR;
662 if (deflateStateCheck(str
[all...]
/openbsd-current/lib/libz/
H A Ddeflate.c525 local int deflateStateCheck(z_streamp strm) { function
554 if (deflateStateCheck(strm) || dictionary == Z_NULL)
617 if (deflateStateCheck(strm))
634 if (deflateStateCheck(strm)) {
702 if (deflateStateCheck(strm) || strm->state->wrap != 2)
710 if (deflateStateCheck(strm)) return Z_STREAM_ERROR;
723 if (deflateStateCheck(strm)) return Z_STREAM_ERROR;
752 if (deflateStateCheck(strm)) return Z_STREAM_ERROR;
797 if (deflateStateCheck(strm)) return Z_STREAM_ERROR;
846 if (deflateStateCheck(str
[all...]
/openbsd-current/sys/lib/libz/
H A Ddeflate.c525 local int deflateStateCheck(z_streamp strm) { function
554 if (deflateStateCheck(strm) || dictionary == Z_NULL)
617 if (deflateStateCheck(strm))
634 if (deflateStateCheck(strm)) {
702 if (deflateStateCheck(strm) || strm->state->wrap != 2)
710 if (deflateStateCheck(strm)) return Z_STREAM_ERROR;
723 if (deflateStateCheck(strm)) return Z_STREAM_ERROR;
752 if (deflateStateCheck(strm)) return Z_STREAM_ERROR;
797 if (deflateStateCheck(strm)) return Z_STREAM_ERROR;
846 if (deflateStateCheck(str
[all...]

Completed in 175 milliseconds