Searched refs:z_streamp (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | zlib.h | 87 typedef z_stream FAR *z_streamp; typedef 204 ZEXTERN int ZEXPORT zlib_deflate OF((z_streamp strm, int flush)); 282 ZEXTERN int ZEXPORT zlib_deflateEnd OF((z_streamp strm)); 324 ZEXTERN int ZEXPORT zlib_inflate OF((z_streamp strm, int flush)); 393 ZEXTERN int ZEXPORT zlib_inflateEnd OF((z_streamp strm)); 454 ZEXTERN int ZEXPORT zlib_deflateSetDictionary OF((z_streamp strm, 490 ZEXTERN int ZEXPORT zlib_deflateCopy OF((z_streamp dest, 491 z_streamp source)); 508 ZEXTERN int ZEXPORT zlib_deflateReset OF((z_streamp strm)); 524 ZEXTERN int ZEXPORT zlib_deflateParams OF((z_streamp strm, [all …]
|
/linux-2.4.37.9/lib/zlib_inflate/ |
D | infblock.h | 18 z_streamp z, 24 z_streamp , 29 z_streamp , 34 z_streamp));
|
D | infcodes.h | 22 z_streamp )); 26 z_streamp , 31 z_streamp ));
|
D | inftrees.h | 43 z_streamp)); /* for messages */ 54 z_streamp)); /* for messages */ 61 z_streamp)); /* for memory allocation */
|
D | inflate.c | 18 z_streamp z; in zlib_inflateReset() 31 z_streamp z; in zlib_inflateEnd() 43 z_streamp z; in zlib_inflateInit2_() 104 z_streamp z; in zlib_inflateInit_() 117 z_streamp z; in zlib_inflate() 249 z_streamp z; in zlib_inflateSync() 307 z_streamp z; in zlib_inflateSyncPoint()
|
D | infblock.c | 70 z_streamp z; 86 z_streamp z; in zlib_inflate_blocks_new() 105 z_streamp z; 330 z_streamp z;
|
D | infcodes.c | 21 z_streamp z; 39 z_streamp z; 202 z_streamp z;
|
D | inffast.h | 17 z_streamp ));
|
D | inftrees.c | 296 z_streamp z; /* for messages */ 324 z_streamp z; /* for messages */ 384 z_streamp z; /* for memory allocation */
|
D | infutil.c | 25 z_streamp z;
|
D | inffast.c | 33 z_streamp z;
|
D | infutil.h | 97 z_streamp ,
|
/linux-2.4.37.9/lib/zlib_deflate/ |
D | deflate.c | 75 local void flush_pending OF((z_streamp strm)); 76 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size)); 168 z_streamp strm; in zlib_deflateInit_() 182 z_streamp strm; in zlib_deflateInit2_() 258 z_streamp strm; in zlib_deflateSetDictionary() 301 z_streamp strm; in zlib_deflateReset() 331 z_streamp strm; in zlib_deflateParams() 385 z_streamp strm; in flush_pending() 408 z_streamp strm; in zlib_deflate() 545 z_streamp strm; in zlib_deflateEnd() [all …]
|
D | defutil.h | 73 z_streamp strm; /* pointer back to this zlib stream */
|