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

  /external/chromium_org/third_party/zlib/
gzclose.c 0 /* gzclose.c -- zlib gzclose() function
8 /* gzclose() is in a separate file so that it is linked in only if it is used.
9 That way the other gzclose functions can be used instead to avoid linking in
11 int ZEXPORT gzclose(file) function
mozzconf.h 87 #define gzclose MOZ_Z_gzclose macro
zconf.h 58 # define gzclose z_gzclose macro
  /external/zlib/src/
gzclose.c 0 /* gzclose.c -- zlib gzclose() function
8 /* gzclose() is in a separate file so that it is linked in only if it is used.
9 That way the other gzclose functions can be used instead to avoid linking in
11 int ZEXPORT gzclose(file) function
zconf.h 62 # define gzclose z_gzclose macro
  /external/zlib/src/test/
minigzip.c 295 int gzclose OF((gzFile));
297 int gzclose(gz) function
387 if (gzclose(out) != Z_OK) error("failed gzclose");
422 if (gzclose(out) != Z_OK) error("failed gzclose");
449 if (gzclose(in) != Z_OK) error("failed gzclose");
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 953 int ZEXPORT gzclose (file) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zconf.h 49 # define gzclose z_gzclose macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zconf.h 49 # define gzclose z_gzclose macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zconf.h 49 # define gzclose z_gzclose macro

Completed in 151 milliseconds