Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/lib/zlib/
Dzlib.h1305 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef
1345 ZEXTERN gzFile ZEXPORT gzdopen(int fd, const char *mode);
1368 ZEXTERN int ZEXPORT gzbuffer(gzFile file, unsigned size);
1384 ZEXTERN int ZEXPORT gzsetparams(gzFile file, int level, int strategy);
1395 ZEXTERN int ZEXPORT gzread(gzFile file, voidp buf, unsigned len);
1426 gzFile file);
1451 ZEXTERN int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len);
1458 z_size_t nitems, gzFile file);
1471 ZEXTERN int ZEXPORTVA gzprintf(gzFile file, const char *format, ...);
1486 ZEXTERN int ZEXPORT gzputs(gzFile file, const char *s);
[all …]
Dzconf.h150 # define gzFile z_gzFile macro