Searched refs:z_stream (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | zlib.h | 110 } z_stream; typedef 112 typedef z_stream FAR *z_streamp; 1819 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1821 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1824 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1827 (int)sizeof(z_stream)) 1830 ZLIB_VERSION, (int)sizeof(z_stream)) 1833 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1835 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1838 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) [all …]
|
| H A D | tf_gunzip.c | 63 z_stream stream; in gunzip()
|
| H A D | inflate.c | 184 stream_size != (int)(sizeof(z_stream))) in inflateInit2_() 1465 zmemcpy((voidpf)dest, (voidpf)source, sizeof(z_stream)); in inflateCopy()
|