Lines Matching refs:z_streamp
94 local int inflateStateCheck(z_streamp strm)
107 int ZEXPORT inflateResetKeep(z_streamp strm) {
131 int ZEXPORT inflateReset(z_streamp strm) {
142 int ZEXPORT inflateReset2(z_streamp strm, int windowBits) {
179 int ZEXPORT inflateInit2_(z_streamp strm, int windowBits,
219 int ZEXPORT inflateInit_(z_streamp strm, const char *version,
224 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) {
380 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy)
603 int ZEXPORT inflate(z_streamp strm, int flush) {
1386 int ZEXPORT inflateEnd(z_streamp strm) {
1403 int ZEXPORT inflateGetDictionary(z_streamp strm, Bytef *dictionary,
1426 int ZEXPORT inflateSetDictionary(z_streamp strm, const Bytef *dictionary,
1465 int ZEXPORT inflateGetHeader(z_streamp strm, gz_headerp head) {
1522 int ZEXPORT inflateSync(z_streamp strm) {
1591 int ZEXPORT inflateSyncPoint(z_streamp strm) {
1602 int ZEXPORT inflateCopy(z_streamp dest, z_streamp source) {
1651 int ZEXPORT inflateUndermine(z_streamp strm, int subvert) {
1669 int ZEXPORT inflateValidate(z_streamp strm, int check) {
1688 long ZEXPORT inflateMark(z_streamp strm) {
1701 unsigned long ZEXPORT inflateCodesUsed(z_streamp strm) {