Home | History | Annotate | Download | only in src

Lines Matching defs:z_stream

101 } z_stream;
103 typedef z_stream FAR *z_streamp;
1331 * and the compiler's view of z_stream:
1348 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
1350 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream))
1353 (strategy), ZLIB_VERSION, sizeof(z_stream))
1355 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
1358 ZLIB_VERSION, sizeof(z_stream))