Searched refs:z_streamp (Results 1 – 5 of 5) sorted by relevance
| /trusted-firmware-a-latest/lib/zlib/ |
| D | zlib.h | 108 typedef z_stream FAR *z_streamp; typedef 250 ZEXTERN int ZEXPORT deflate(z_streamp strm, int flush); 363 ZEXTERN int ZEXPORT deflateEnd(z_streamp strm); 401 ZEXTERN int ZEXPORT inflate(z_streamp strm, int flush); 521 ZEXTERN int ZEXPORT inflateEnd(z_streamp strm); 611 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp strm, 655 ZEXTERN int ZEXPORT deflateGetDictionary(z_streamp strm, 677 ZEXTERN int ZEXPORT deflateCopy(z_streamp dest, 678 z_streamp source); 695 ZEXTERN int ZEXPORT deflateReset(z_streamp strm); [all …]
|
| D | inffast.h | 11 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
|
| D | inflate.c | 94 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 …]
|
| D | inflate.h | 83 z_streamp strm; /* pointer back to this zlib stream */
|
| D | inffast.c | 50 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) { in inflate_fast()
|