OF 73 other-licenses/zlib/deflate.c typedef block_state (*compress_func) OF((deflate_state *s, int flush)); OF 171 other-licenses/zlib/zconf.h # define OF(args) args OF 173 other-licenses/zlib/zconf.h # define OF(args) () OF 77 other-licenses/zlib/zlib.h typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); OF 78 other-licenses/zlib/zlib.h typedef void (*free_func) OF((voidpf opaque, voidpf address)); OF 877 other-licenses/zlib/zlib.h typedef unsigned (*in_func) OF((void FAR *, unsigned char FAR * FAR *)); OF 878 other-licenses/zlib/zlib.h typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned));