Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dzlib.h112 typedef z_stream FAR *z_streamp; typedef
254 ZEXTERN int ZEXPORT deflate(z_streamp strm, int flush);
367 ZEXTERN int ZEXPORT deflateEnd(z_streamp strm);
405 ZEXTERN int ZEXPORT inflate(z_streamp strm, int flush);
525 ZEXTERN int ZEXPORT inflateEnd(z_streamp strm);
618 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp strm,
662 ZEXTERN int ZEXPORT deflateGetDictionary(z_streamp strm,
684 ZEXTERN int ZEXPORT deflateCopy(z_streamp dest,
685 z_streamp source);
702 ZEXTERN int ZEXPORT deflateReset(z_streamp strm);
[all …]
H A Dinffast.h11 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
H A Dinflate.c94 local int inflateStateCheck(z_streamp strm) { in inflateStateCheck()
106 int ZEXPORT inflateResetKeep(z_streamp strm) { in inflateResetKeep()
130 int ZEXPORT inflateReset(z_streamp strm) { in inflateReset()
141 int ZEXPORT inflateReset2(z_streamp strm, int windowBits) { in inflateReset2()
178 int ZEXPORT inflateInit2_(z_streamp strm, int windowBits, in inflateInit2_()
218 int ZEXPORT inflateInit_(z_streamp strm, const char *version, in inflateInit_()
223 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) { in inflatePrime()
368 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) { in updatewindow()
590 int ZEXPORT inflate(z_streamp strm, int flush) { in inflate()
1266 int ZEXPORT inflateEnd(z_streamp strm) { in inflateEnd()
[all …]
H A Dinflate.h83 z_streamp strm; /* pointer back to this zlib stream */
H A Dinffast.c50 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) { in inflate_fast()