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

  /external/zlib/
gzlib.c 462 const char * ZEXPORT gzerror(file, errnum) function
zconf.h 67 # define gzerror z_gzerror macro
  /external/zlib/test/
minigzip.c 320 const char *gzerror OF((gzFile, int *));
322 const char *gzerror(gz, err) function
380 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err));
414 if (len != (int)buf_len) error(gzerror(out, &err));
436 if (len < 0) error (gzerror(in, &err));
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 987 const char * ZEXPORT gzerror (file, errnum) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zconf.h 53 # define gzerror z_gzerror macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zconf.h 53 # define gzerror z_gzerror macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zconf.h 53 # define gzerror z_gzerror macro

Completed in 179 milliseconds