Searched refs:gzopen (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dzlib.h1155 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1164 gzopen can be used to read a file which is not in gzip format; in this
1167 gzopen returns NULL if the file could not be opened or if there was
1177 The mode parameter is as in gzopen.
1455 # define gzopen gzopen64 macro
1468 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
H A Dzconf.h57 # define gzopen z_gzopen macro
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dtarfile.py1708 def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): member in class:TarFile
1761 "gz": "gzopen", # gzip compressed tar
2539 self.tarfile = TarFile.gzopen(file, mode)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dtarfile.py1708 def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): member in class:TarFile
1761 "gz": "gzopen", # gzip compressed tar
2539 self.tarfile = TarFile.gzopen(file, mode)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtarfile.py1708 def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): member in class:TarFile
1761 "gz": "gzopen", # gzip compressed tar
2539 self.tarfile = TarFile.gzopen(file, mode)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtarfile.py1708 def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): member in class:TarFile
1761 "gz": "gzopen", # gzip compressed tar
2539 self.tarfile = TarFile.gzopen(file, mode)

Completed in 194 milliseconds