Home | History | Annotate | Download | only in linux

Lines Matching defs:z_streamp

103 typedef z_stream *z_streamp;
190 extern int deflateInit (z_streamp strm, int level);
212 extern int zlib_deflate (z_streamp strm, int flush);
290 extern int zlib_deflateEnd (z_streamp strm);
312 extern int zlib_inflateInit (z_streamp strm);
332 extern int zlib_inflate (z_streamp strm, int flush);
431 extern int zlib_inflateEnd (z_streamp strm);
449 extern int deflateInit2 (z_streamp strm,
493 extern int zlib_deflateSetDictionary (z_streamp strm,
531 extern int zlib_deflateCopy (z_streamp dest, z_streamp source);
550 extern int zlib_deflateReset (z_streamp strm);
567 extern int zlib_deflateParams (z_streamp strm, int level, int strategy);
588 extern int inflateInit2 (z_streamp strm, int windowBits);
629 extern int zlib_inflateSetDictionary (z_streamp strm,
652 extern int zlib_inflateSync (z_streamp strm);
668 extern int zlib_inflateReset (z_streamp strm);
693 extern int zlib_deflateInit2(z_streamp strm, int level, int method,
696 extern int zlib_inflateInit2(z_streamp strm, int windowBits);