Searched defs:z_stream (Results 1 - 1 of 1) sorted by relevance
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/ |
H A D | zlib.h | 87 } z_stream; typedef in typeref:struct:z_stream_s 89 typedef z_stream FAR *z_streamp; 858 * and the compiler's view of z_stream: 871 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream)) 873 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream)) 876 (strategy), ZLIB_VERSION, sizeof(z_stream)) 878 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
|
Completed in 92 milliseconds