OF 274 extra_lib/include/png/pngconf.h #ifdef OF /* zlib prototype munger */ OF 275 extra_lib/include/png/pngconf.h # define PNGARG(arglist) OF(arglist) OF 166 extra_lib/include/zlib/zconf.h #ifndef OF /* function prototypes */ OF 212 extra_lib/include/zlib/zlib.h ZEXTERN const char * ZEXPORT zlibVersion OF((void)); OF 242 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); OF 328 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); OF 363 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); OF 462 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm)); OF 538 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm, OF 577 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, OF 595 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm)); OF 606 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, OF 627 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT deflateTune OF((z_streamp strm, OF 644 extra_lib/include/zlib/zlib.h ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm, OF 653 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm, OF 669 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT deflateSetHeader OF((z_streamp strm, OF 736 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm, OF 758 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm)); OF 773 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT inflateCopy OF((z_streamp dest, OF 789 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm)); OF 799 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm, OF 815 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT inflateGetHeader OF((z_streamp strm, OF 880 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm, OF 949 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT inflateBackEnd OF((z_streamp strm)); OF 957 extra_lib/include/zlib/zlib.h ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void)); OF 1009 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, OF 1024 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, OF 1040 extra_lib/include/zlib/zlib.h ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen)); OF 1047 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen, OF 1068 extra_lib/include/zlib/zlib.h ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode)); OF 1085 extra_lib/include/zlib/zlib.h ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); OF 1098 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); OF 1106 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); OF 1114 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT gzwrite OF((gzFile file, OF 1122 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...)); OF 1135 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s)); OF 1142 extra_lib/include/zlib/zlib.h ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len)); OF 1151 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c)); OF 1157 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT gzgetc OF((gzFile file)); OF 1163 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file)); OF 1173 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush)); OF 1183 extra_lib/include/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file, OF 1201 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT gzrewind OF((gzFile file)); OF 1208 extra_lib/include/zlib/zlib.h ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file)); OF 1217 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT gzeof OF((gzFile file)); OF 1223 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT gzdirect OF((gzFile file)); OF 1229 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT gzclose OF((gzFile file)); OF 1236 extra_lib/include/zlib/zlib.h ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum)); OF 1245 extra_lib/include/zlib/zlib.h ZEXTERN void ZEXPORT gzclearerr OF((gzFile file)); OF 1260 extra_lib/include/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len)); OF 1276 extra_lib/include/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32_combine OF((uLong adler1, uLong adler2, OF 1285 extra_lib/include/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len)); OF 1301 extra_lib/include/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2)); OF 1317 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level, OF 1319 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT inflateInit_ OF((z_streamp strm, OF 1321 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int level, int method, OF 1325 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT inflateInit2_ OF((z_streamp strm, int windowBits, OF 1327 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT inflateBackInit_ OF((z_streamp strm, int windowBits, OF 1349 extra_lib/include/zlib/zlib.h ZEXTERN const char * ZEXPORT zError OF((int)); OF 1350 extra_lib/include/zlib/zlib.h ZEXTERN int ZEXPORT inflateSyncPoint OF((z_streamp z)); OF 1351 extra_lib/include/zlib/zlib.h ZEXTERN const uLongf * ZEXPORT get_crc_table OF((void)); OF 50 modules/widgetman/unzip.c voidpf ZCALLBACK fopen_file_func OF(( OF 55 modules/widgetman/unzip.c uLong ZCALLBACK fread_file_func OF(( OF 61 modules/widgetman/unzip.c uLong ZCALLBACK fwrite_file_func OF(( OF 67 modules/widgetman/unzip.c long ZCALLBACK ftell_file_func OF(( OF 71 modules/widgetman/unzip.c long ZCALLBACK fseek_file_func OF(( OF 77 modules/widgetman/unzip.c int ZCALLBACK fclose_file_func OF(( OF 81 modules/widgetman/unzip.c int ZCALLBACK ferror_file_func OF(( OF 54 modules/widgetman/unzip.h #ifndef OF OF 93 modules/widgetman/unzip.h void fill_fopen_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def)); OF 258 modules/widgetman/unzip.h extern int ZEXPORT unzStringFileNameCompare OF ((const char* fileName1, OF 271 modules/widgetman/unzip.h extern unzFile ZEXPORT unzOpen OF((const char *path)); OF 282 modules/widgetman/unzip.h extern unzFile ZEXPORT unzOpen2 OF((const char *path, OF 289 modules/widgetman/unzip.h extern int ZEXPORT unzClose OF((unzFile file)); OF 296 modules/widgetman/unzip.h extern int ZEXPORT unzGetGlobalInfo OF((unzFile file, OF 304 modules/widgetman/unzip.h extern int ZEXPORT unzGetGlobalComment OF((unzFile file, OF 317 modules/widgetman/unzip.h extern int ZEXPORT unzGoToFirstFile OF((unzFile file)); OF 323 modules/widgetman/unzip.h extern int ZEXPORT unzGoToNextFile OF((unzFile file)); OF 330 modules/widgetman/unzip.h extern int ZEXPORT unzLocateFile OF((unzFile file, OF 362 modules/widgetman/unzip.h extern int ZEXPORT unzGetCurrentFileInfo OF((unzFile file, OF 388 modules/widgetman/unzip.h extern int ZEXPORT unzOpenCurrentFile OF((unzFile file)); OF 394 modules/widgetman/unzip.h extern int ZEXPORT unzOpenCurrentFilePassword OF((unzFile file, OF 402 modules/widgetman/unzip.h extern int ZEXPORT unzOpenCurrentFile2 OF((unzFile file, OF 415 modules/widgetman/unzip.h extern int ZEXPORT unzOpenCurrentFile3 OF((unzFile file, OF 430 modules/widgetman/unzip.h extern int ZEXPORT unzCloseCurrentFile OF((unzFile file)); OF 436 modules/widgetman/unzip.h extern int ZEXPORT unzReadCurrentFile OF((unzFile file, OF 450 modules/widgetman/unzip.h extern z_off_t ZEXPORT unztell OF((unzFile file)); OF 455 modules/widgetman/unzip.h extern int ZEXPORT unzeof OF((unzFile file)); OF 460 modules/widgetman/unzip.h extern int ZEXPORT unzGetLocalExtrafield OF((unzFile file, OF 107 src/utils/gzio.cpp local void check_header OF((gz_stream *s)); OF 108 src/utils/gzio.cpp local int destroy OF((gz_stream *s)); OF 110 src/utils/gzio.cpp local uLong getLong OF((gz_stream *s)); OF 48 src/utils/zlib_symbian_ext.h gzFile gzopen OF((const char *path, const char *mode)); OF 65 src/utils/zlib_symbian_ext.h gzFile gzdopen OF((int fd, const char *mode)); OF 79 src/utils/zlib_symbian_ext.h int gzsetparams OF((gzFile file, int level, int strategy)); OF 87 src/utils/zlib_symbian_ext.h int gzread OF((gzFile file, voidp buf, unsigned len)); OF 95 src/utils/zlib_symbian_ext.h int gzwrite OF((gzFile file, const voidp buf, unsigned len)); OF 102 src/utils/zlib_symbian_ext.h int gzprintf OF((gzFile file, const char *format, ...)); OF 109 src/utils/zlib_symbian_ext.h int gzputs OF((gzFile file, const char *s)); OF 116 src/utils/zlib_symbian_ext.h char * gzgets OF((gzFile file, char *buf, int len)); OF 125 src/utils/zlib_symbian_ext.h int gzputc OF((gzFile file, int c)); OF 131 src/utils/zlib_symbian_ext.h int gzgetc OF((gzFile file)); OF 137 src/utils/zlib_symbian_ext.h int gzflush OF((gzFile file, int flush)); OF 147 src/utils/zlib_symbian_ext.h z_off_t gzseek OF((gzFile file, z_off_t offset, int whence)); OF 164 src/utils/zlib_symbian_ext.h int gzrewind OF((gzFile file)); OF 171 src/utils/zlib_symbian_ext.h z_off_t gztell OF((gzFile file)); OF 180 src/utils/zlib_symbian_ext.h int gzeof OF((gzFile file)); OF 186 src/utils/zlib_symbian_ext.h int gzclose OF((gzFile file)); OF 193 src/utils/zlib_symbian_ext.h const char * gzerror OF((gzFile file, int *errnum)); OF 323 src/utils/zutil.c extern voidp gf_malloc OF((uInt size)); OF 324 src/utils/zutil.c extern voidp gf_calloc OF((uInt items, uInt size)); OF 325 src/utils/zutil.c extern void free OF((voidpf ptr)); OF 239 src/utils/zutil.h extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); OF 240 src/utils/zutil.h extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); OF 241 src/utils/zutil.h extern void zmemzero OF((Bytef* dest, uInt len)); OF 248 src/utils/zutil.h extern void z_error OF((char *m)); OF 265 src/utils/zutil.h voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size)); OF 266 src/utils/zutil.h void zcfree OF((voidpf opaque, voidpf ptr));