HomeSort by relevance Sort by last modified time
    Searched refs:gzclose (Results 126 - 139 of 139) sorted by null

1 2 3 4 56

  /external/zlib/src/contrib/pascal/
example.pas 118 gzclose(zfile);
176 gzclose(zfile);
  /external/zlib/src/contrib/untgz/
untgz.c 572 if (gzclose(in) != Z_OK)
573 error("failed gzclose");
  /external/zlib/src/
zlib.h     [all...]
zconf.h.cmakein 64 # define gzclose z_gzclose
zconf.h.in 62 # define gzclose z_gzclose
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zlib.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
Python2710.inf 241 Modules/zlib/gzclose.c #
  /external/pdfium/third_party/zlib_v128/
zlib.h     [all...]
  /system/core/libsparse/
output_file.c 263 gzclose(outgz->gz_fd);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
gzio.c 953 int ZEXPORT gzclose (file) function
  /external/libxml2/
xmlIO.c 1331 ret = (gzclose((gzFile) context) == Z_OK ) ? 0 : -1;
1332 if (ret < 0) xmlIOErr(0, "gzclose()");
    [all...]
  /external/pcre/dist2/src/
pcre2grep.c     [all...]
  /external/ImageMagick/MagickCore/
blob.c 590 status=gzclose(image->blob->file_info.gzfile);
    [all...]

Completed in 679 milliseconds

1 2 3 4 56