Lines Matching defs:OF
105 #ifndef OF /* function prototypes */
107 # define OF(args) args
109 # define OF(args) ()
154 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
155 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes));
251 extern int deflateInit OF((z_stream *strm, int level));
270 extern int deflate OF((z_stream *strm, int flush));
347 extern int deflateEnd OF((z_stream *strm));
359 extern int inflateInit OF((z_stream *strm));
373 extern int inflate OF((z_stream *strm, int flush));
424 extern int inflateEnd OF((z_stream *strm));
441 extern int deflateInit2 OF((z_stream *strm,
501 extern int deflateCopy OF((z_stream *dest,
524 extern int deflateReset OF((z_stream *strm));
535 extern int inflateInit2 OF((z_stream *strm,
568 extern int inflateSync OF((z_stream *strm));
583 extern int inflateReset OF((z_stream *strm));
593 extern int inflateIncomp OF((z_stream *strm));
610 extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));