Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dzlib.h1324 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef
1364 ZEXTERN gzFile ZEXPORT gzdopen(int fd, const char *mode);
1387 ZEXTERN int ZEXPORT gzbuffer(gzFile file, unsigned size);
1403 ZEXTERN int ZEXPORT gzsetparams(gzFile file, int level, int strategy);
1414 ZEXTERN int ZEXPORT gzread(gzFile file, voidp buf, unsigned len);
1445 gzFile file);
1470 ZEXTERN int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len);
1477 z_size_t nitems, gzFile file);
1490 ZEXTERN int ZEXPORTVA gzprintf(gzFile file, const char *format, ...);
1505 ZEXTERN int ZEXPORT gzputs(gzFile file, const char *s);
[all …]
H A Dzconf.h151 # define gzFile z_gzFile macro