HomeSort by relevance Sort by last modified time
    Searched defs:gzopen (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/zlib/
gzlib.c 198 gzFile ZEXPORT gzopen(path, mode) function
mozzconf.h 71 #define gzopen MOZ_Z_gzopen macro
zlib.h 1581 # undef gzopen macro
1583 # define gzopen macro
    [all...]
zconf.h 70 # define gzopen z_gzopen macro
  /external/zlib/src/
gzlib.c 268 gzFile ZEXPORT gzopen(path, mode) function
zlib.h 1709 # define gzopen macro
    [all...]
zconf.h 75 # define gzopen z_gzopen macro
  /external/zlib/src/test/
minigzip.c 178 gzFile gzopen OF((const char *, const char *));
182 gzFile gzopen(path, mode) function
482 out = gzopen(outfile, mode);
484 fprintf(stderr, "%s: can't gzopen %s\n", prog, outfile);
529 in = gzopen(infile, "rb");
531 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile);
623 file = gzopen(*argv, "rb");
625 fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv);
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 208 gzFile ZEXPORT gzopen (path, mode) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zlib.h 1373 # define gzopen macro
    [all...]
zconf.h 57 # define gzopen z_gzopen macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 1373 # define gzopen macro
    [all...]
zconf.h 57 # define gzopen z_gzopen macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 1373 # define gzopen macro
    [all...]
zconf.h 57 # define gzopen z_gzopen macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 1708 def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): member in class:TarFile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 1708 def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): member in class:TarFile
    [all...]

Completed in 443 milliseconds