Bytef              83 extra_lib/include/zlib/zlib.h     Bytef    *next_in;  /* next input byte */
Bytef              87 extra_lib/include/zlib/zlib.h     Bytef    *next_out; /* next output byte should be put there */
Bytef             114 extra_lib/include/zlib/zlib.h     Bytef   *extra;     /* pointer to extra field or Z_NULL if none */
Bytef             117 extra_lib/include/zlib/zlib.h     Bytef   *name;      /* pointer to zero-terminated file name or Z_NULL */
Bytef             119 extra_lib/include/zlib/zlib.h     Bytef   *comment;   /* pointer to zero-terminated comment or Z_NULL */
Bytef             539 extra_lib/include/zlib/zlib.h                                              const Bytef *dictionary,
Bytef             737 extra_lib/include/zlib/zlib.h                                              const Bytef *dictionary,
Bytef            1009 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT compress OF((Bytef *dest,   uLongf *destLen,
Bytef            1010 extra_lib/include/zlib/zlib.h                                  const Bytef *source, uLong sourceLen));
Bytef            1024 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT compress2 OF((Bytef *dest,   uLongf *destLen,
Bytef            1025 extra_lib/include/zlib/zlib.h                                   const Bytef *source, uLong sourceLen,
Bytef            1047 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT uncompress OF((Bytef *dest,   uLongf *destLen,
Bytef            1048 extra_lib/include/zlib/zlib.h                                    const Bytef *source, uLong sourceLen));
Bytef            1260 extra_lib/include/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
Bytef            1285 extra_lib/include/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32   OF((uLong crc, const Bytef *buf, uInt len));
Bytef              72 modules/svg_in/svg_in.c 	d_stream.next_in  = (Bytef*)buffer;
Bytef              74 modules/svg_in/svg_in.c 	d_stream.next_out = (Bytef*)svg_data;
Bytef              91 modules/svg_in/svg_in.c 			d_stream.next_out = (Bytef*)svg_data;
Bytef             770 modules/widgetman/unzip.c 	pfile_in_zip_read_info->stream.next_out = (Bytef*)buf;
Bytef             813 modules/widgetman/unzip.c 			    (Bytef*)pfile_in_zip_read_info->read_buffer;
Bytef             849 modules/widgetman/unzip.c 			const Bytef *bufBefore;
Bytef            2361 src/media_tools/media_export.c 					d_stream.next_in  = (Bytef*)samp->data+pos+3;
Bytef            2363 src/media_tools/media_export.c 					d_stream.next_out = (Bytef*)svg_data;
Bytef            2376 src/media_tools/media_export.c 							d_stream.next_out = (Bytef*)svg_data;
Bytef            3051 src/media_tools/media_import.c 	stream.next_in = (Bytef*)samp->data + offset;
Bytef            3053 src/media_tools/media_import.c 	stream.next_out = ( Bytef*)dest;
Bytef            3065 src/media_tools/media_import.c 		err = deflateSetDictionary(&stream, (Bytef *)*dict, (u32) strlen(*dict));
Bytef             110 src/scene_manager/swf_parse.c 	uncompress((Bytef *) dst+8, &destLen, (Bytef *) src, size);
Bytef            2140 src/scene_manager/swf_parse.c 		uncompress((Bytef *) dst, (uLongf *) &osize, buf, AlphaPlaneSize);
Bytef             195 src/utils/base_encoding.c 	stream.next_in = (Bytef*)(*data) ;
Bytef             197 src/utils/base_encoding.c 	stream.next_out = ( Bytef*)dest;
Bytef             246 src/utils/base_encoding.c 	d_stream.next_in  = (Bytef*)data;
Bytef             248 src/utils/base_encoding.c 	d_stream.next_out = (Bytef*) *uncompressed_data;
Bytef             265 src/utils/base_encoding.c 			d_stream.next_out = (Bytef*) ( *uncompressed_data + d_stream.total_out);
Bytef             412 src/utils/gzio.cpp 	Bytef *start = (Bytef*)buf; /* starting point for crc computation */
Bytef             421 src/utils/gzio.cpp 	s->stream.next_out = (Bytef*)buf;
Bytef             571 src/utils/gzio.cpp 	s->stream.next_in = (Bytef*)buf;
Bytef             592 src/utils/gzio.cpp 	s->crc = crc32(s->crc, (const Bytef *)buf, len);
Bytef             178 src/utils/zutil.c Bytef* dest;
Bytef             179 src/utils/zutil.c const Bytef* source;
Bytef             189 src/utils/zutil.c const Bytef* s1;
Bytef             190 src/utils/zutil.c const Bytef* s2;
Bytef             202 src/utils/zutil.c Bytef* dest;
Bytef             239 src/utils/zutil.h extern void zmemcpy  OF((Bytef* dest, const Bytef* source, uInt len));
Bytef             240 src/utils/zutil.h extern int  zmemcmp  OF((const Bytef* s1, const Bytef* s2, uInt len));
Bytef             241 src/utils/zutil.h extern void zmemzero OF((Bytef* dest, uInt len));