Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/zlib/
H A Dzlib.h1305 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef
1308 ZEXTERN gzFile ZEXPORT gzopen(const char *path, const char *mode);
1339 insufficient memory to allocate the gzFile state, or if an invalid mode was
1345 ZEXTERN gzFile ZEXPORT gzdopen(int fd, const char *mode);
1347 Associate a gzFile with the file descriptor fd. File descriptors are
1351 The next call of gzclose on the returned gzFile will also close the file
1362 gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not
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 fil
[all...]
H A Dzconf.h150 # define gzFile z_gzFile macro

Completed in 4 milliseconds