Home
last modified time | relevance | path

Searched refs:gzFile (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dzlib.h1143 typedef voidp gzFile; typedef
1145 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1162 ZEXTERN gzFile ZEXPORT gzdopen OF((MS_U32 fd, const char *mode));
1175 ZEXTERN MS_U32 ZEXPORT gzsetparams OF((gzFile file, MS_U32 level, MS_U32 strategy));
1183 ZEXTERN MS_U32 ZEXPORT gzread OF((gzFile file, voidp buf, MS_U32 len));
1191 ZEXTERN MS_U32 ZEXPORT gzwrite OF((gzFile file,
1199 ZEXTERN MS_U32 ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1212 ZEXTERN MS_U32 ZEXPORT gzputs OF((gzFile file, const char *s));
1219 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, MS_U32 len));
1228 ZEXTERN MS_U32 ZEXPORT gzputc OF((gzFile file, MS_U32 c));
[all …]