Searched refs:z_stream (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | zlib.h | 178 } z_stream; typedef 180 typedef z_stream FAR *z_streamp; 1409 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream)) 1411 gpdinflateInit_((strm), ZLIB_VERSION, sizeof(z_stream)) 1414 (strategy), ZLIB_VERSION, sizeof(z_stream)) 1416 gpdinflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream)) 1419 ZLIB_VERSION, sizeof(z_stream))
|
| H A D | pngconf.h | 1362 typedef z_stream FAR * png_zstreamp;
|
| H A D | png.h | 607 z_stream zstream; 1364 z_stream zstream; /* pointer to decompression structure (below) */
|