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

1 2 3 45

  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
zlib.h     [all...]
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
zlib.h     [all...]
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
zlib.h     [all...]
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
zlib.h     [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
zlib.h     [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
zlib.h     [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
zlib.h     [all...]
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobspatch.c 311 if ((gz_err = gzclose(cf->u.gz)) != Z_OK)
312 errx(1, "gzclose(%s): %d", cf->tag, gz_err);
  /external/chromium_org/third_party/zlib/
zlib.h     [all...]
  /external/qemu/distrib/zlib-1.2.8/
zlib.h     [all...]
  /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.6/sysroot/usr/include/
zlib.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zlib.h     [all...]
  /external/pdfium/core/include/thirdparties/zlib/
zlib.h     [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
zlib.h     [all...]
  /external/qemu/distrib/libsparse/src/
output_file.c 256 gzclose(outgz->gz_fd);
  /system/core/libsparse/
output_file.c 256 gzclose(outgz->gz_fd);
  /external/pcre/dist/
pcregrep.c     [all...]
  /external/chromium_org/third_party/libxml/src/
xmlIO.c 1303 ret = (gzclose((gzFile) context) == Z_OK ) ? 0 : -1;
1304 if (ret < 0) xmlIOErr(0, "gzclose()");
    [all...]
  /external/libxml2/
xmlIO.c 1317 ret = (gzclose((gzFile) context) == Z_OK ) ? 0 : -1;
1318 if (ret < 0) xmlIOErr(0, "gzclose()");
    [all...]

Completed in 1169 milliseconds

1 2 3 45