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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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
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");
zconf.h 62 # define gzclose z_gzclose macro
  /external/python/cpython2/Modules/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
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");
zconf.h 62 # define gzclose z_gzclose macro
  /external/python/cpython3/Modules/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
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");
zconf.h 67 # 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 67 # define gzclose z_gzclose macro
  /toolchain/binutils/binutils-2.27/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
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");
  /toolchain/binutils/binutils-2.27/zlib/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");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
gzio.c 953 int ZEXPORT gzclose (file) function
  /external/syslinux/com32/include/
zconf.h 55 # define gzclose z_gzclose macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zconf.h 49 # define gzclose z_gzclose macro
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zconf.h 67 # define gzclose z_gzclose macro

Completed in 335 milliseconds