OF 168 lib/libz/zconf.h # define OF(args) args OF 170 lib/libz/zconf.h # define OF(args) () OF 78 lib/libz/zlib.h typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); OF 79 lib/libz/zlib.h typedef void (*free_func) OF((voidpf opaque, voidpf address)); OF 878 lib/libz/zlib.h typedef unsigned (*in_func) OF((void FAR *, unsigned char FAR * FAR *)); OF 879 lib/libz/zlib.h typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned)); OF 131 net/zlib.c typedef uLong (*check_func) OF((uLong check, Bytef *buf, uInt len)); OF 108 net/zlib.h # define OF(args) args OF 110 net/zlib.h # define OF(args) () OF 155 net/zlib.h typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); OF 156 net/zlib.h typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes));