Lines Matching refs:OF
3 * For conditions of distribution and use, see copyright notice in zlib.h
46 extern voidp malloc OF((uInt size));
47 extern void free OF((voidpf ptr));
65 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
66 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
67 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
68 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
98 unsigned have; /* amount of output data unused at next */
99 int eof; /* true if end of input file reached */
119 void ZLIB_INTERNAL gz_error OF((gz_statep, int, const char *));
121 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
130 unsigned ZLIB_INTERNAL gz_intmax OF((void));