Searched refs:OF (Results 1 – 2 of 2) sorted by relevance
80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));81 typedef void (*free_func) OF((voidpf opaque, voidpf address));216 ZEXTERN const char * ZEXPORT zlibVersion OF((void));246 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));353 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));392 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));508 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));587 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,631 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,649 ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm));[all …]
268 #ifndef OF /* function prototypes */270 # define OF(args) args macro272 # define OF(args) () macro