Lines Matching refs:OF

12  * SUN MAKES NO REPRESENTATION OR WARRANTIES ABOUT THE SUITABILITY OF
14 * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
16 * FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING,
222 #ifndef OF /* function prototypes */
224 #define OF(args) args
226 #define OF(args) ()
399 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
400 typedef void (*free_func) OF((voidpf opaque, voidpf address));
511 ZEXTERN const char *ZEXPORT zlibVersion OF((void));
521 * ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
545 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
629 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
644 * ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
659 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
722 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
738 * ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm,
801 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
834 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, z_streamp source));
858 ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm));
870 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, int level, int strategy));
890 ZEXTERN int ZEXPORT deflateOutputPending OF((z_streamp strm));
898 * ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm,
934 ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm,
954 ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm));
970 ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
982 ZEXTERN int inflateIncomp OF((z_stream *strm));
1003 * ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1023 * ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1048 /* ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode)); */
1062 /* ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); */
1078 /* ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); */
1089 * ZEXTERN int ZEXPORT gzwrite OF((gzFile file, const voidp buf,
1098 /* ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush)); */
1109 /* ZEXTERN int ZEXPORT gzclose OF((gzFile file)); */
1116 /* ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum)); */
1133 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1150 /* ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len)); */
1173 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level,
1175 ZEXTERN int ZEXPORT inflateInit_ OF((z_streamp strm,
1177 ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int level, int method,
1180 ZEXTERN int ZEXPORT inflateInit2_ OF((z_streamp strm, int windowBits,
1197 * uLongf *get_crc_table OF((void)); * can be used by asm versions of