Searched refs:z_stream (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/arch/ppc64/boot/ |
D | zlib.h | 184 } z_stream; typedef 258 extern int inflateInit OF((z_stream *strm)); 272 extern int inflate OF((z_stream *strm, int flush)); 323 extern int inflateEnd OF((z_stream *strm)); 336 extern int inflateInit2 OF((z_stream *strm, 369 extern int inflateSync OF((z_stream *strm)); 384 extern int inflateReset OF((z_stream *strm)); 394 extern int inflateIncomp OF((z_stream *strm));
|
D | zlib.c | 167 z_stream *z, 173 z_stream *, 178 z_stream *, 183 z_stream *, 188 z_stream *)); 232 z_stream *)); /* for zalloc, zfree functions */ 242 z_stream *)); /* for zalloc, zfree functions */ 252 z_stream *)); /* for zfree function */ 272 z_stream *)); 276 z_stream *, [all …]
|
D | zImage.c | 311 z_stream s; in gunzip()
|
/linux-2.4.37.9/arch/ppc/boot/include/ |
D | zlib.h | 182 } z_stream; typedef 256 extern int inflateInit OF((z_stream *strm)); 270 extern int inflate OF((z_stream *strm, int flush)); 321 extern int inflateEnd OF((z_stream *strm)); 334 extern int inflateInit2 OF((z_stream *strm, 367 extern int inflateSync OF((z_stream *strm)); 382 extern int inflateReset OF((z_stream *strm)); 392 extern int inflateIncomp OF((z_stream *strm));
|
/linux-2.4.37.9/include/linux/ |
D | zlib.h | 85 } z_stream; typedef 87 typedef z_stream FAR *z_streamp; 612 extern int ZEXPORT zlib_inflateIncomp OF((z_stream *strm)); 637 zlib_deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream)) 639 zlib_inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream)) 642 (strategy), ZLIB_VERSION, sizeof(z_stream)) 644 zlib_inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
|
/linux-2.4.37.9/arch/ppc/boot/lib/ |
D | zlib.c | 144 z_stream *z, 150 z_stream *, 155 z_stream *, 160 z_stream *, 165 z_stream *)); 209 z_stream *)); /* for zalloc, zfree functions */ 219 z_stream *)); /* for zalloc, zfree functions */ 229 z_stream *)); /* for zfree function */ 249 z_stream *)); 253 z_stream *, [all …]
|
/linux-2.4.37.9/fs/jffs2/ |
D | compr_zlib.c | 91 z_stream strm; in zlib_compress() 151 z_stream strm; in zlib_decompress()
|
/linux-2.4.37.9/fs/cramfs/ |
D | uncompress.c | 23 static z_stream stream;
|
/linux-2.4.37.9/lib/zlib_inflate/ |
D | inflate.c | 49 stream_size != sizeof(z_stream) || z->workspace == Z_NULL) 323 z_stream *z) in zlib_inflate_addhistory() 377 z_stream *z; in zlib_inflateIncomp()
|
/linux-2.4.37.9/arch/ppc/boot/common/ |
D | ofcommon.c | 84 z_stream s; in gunzip()
|
D | misc-common.c | 227 z_stream s; in gunzip()
|
/linux-2.4.37.9/fs/isofs/ |
D | compress.c | 182 z_stream stream; in zisofs_readpage()
|
/linux-2.4.37.9/drivers/net/ |
D | ppp_deflate.c | 53 z_stream strm;
|
/linux-2.4.37.9/lib/zlib_deflate/ |
D | deflate.c | 202 stream_size != sizeof(z_stream)) {
|