Searched refs:gzerror (Results 1 - 25 of 29) sorted by relevance

12

/external/qemu/android/filesystems/
H A Dramdisk_extractor.cpp115 gzerror(mFile, &mError);
122 gzerror(mFile, &mError);
152 gzerror(mFile, &mError);
/external/zlib/src/contrib/iostream2/
H A Dzstream.h98 return ::gzerror(m_fp, errnum);
214 * error number (see function gzerror below). flush() returns Z_OK if
231 return ::gzerror(m_fp, errnum);
/external/zlib/src/test/
H A Dminigzip.c324 const char *gzerror OF((gzFile, int *));
326 const char *gzerror(gz, err) function
384 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err));
418 if (len != (int)buf_len) error(gzerror(out, &err));
440 if (len < 0) error (gzerror(in, &err));
H A Dexample.c134 fprintf(stderr, "gzputs err: %s\n", gzerror(file, &err));
138 fprintf(stderr, "gzprintf err: %s\n", gzerror(file, &err));
152 fprintf(stderr, "gzread err: %s\n", gzerror(file, &err));
181 fprintf(stderr, "gzgets err after gzseek: %s\n", gzerror(file, &err));
/external/chromium_org/third_party/zlib/
H A Dmozzconf.h88 #define gzerror MOZ_Z_gzerror macro
H A Dzconf.h64 # define gzerror z_gzerror macro
H A Dgzlib.c443 const char * ZEXPORT gzerror(file, errnum) function
H A Dzlib.h1328 (see function gzerror below). gzflush is only permitted when writing.
1422 cannot call gzerror with file, since its structures have been deallocated.
1442 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
1451 closed, then the string previously returned by gzerror will no longer be
1454 gzerror() should be used to distinguish errors from end-of-file for those
/external/zlib/src/contrib/pascal/
H A Dexample.pas101 WriteLn('gzputs err: ', gzerror(zfile, err));
107 WriteLn('gzprintf err: ', gzerror(zfile, err));
113 WriteLn('gzputs err: ', gzerror(zfile, err));
131 WriteLn('gzread err: ', gzerror(zfile, err));
165 WriteLn('gzgets err after gzseek: ', gzerror(zfile, err));
/external/zlib/src/contrib/untgz/
H A Duntgz.c406 error(gzerror(in, &err));
513 error(gzerror(in, &err));
/external/elfutils/0.153/libdwfl/
H A Dgzip.c297 gzerror (zf, &code);
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h1180 error number (see function gzerror below). gzflush returns Z_OK if
1236 error number (see function gzerror below).
1239 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h68 # define gzerror z_gzerror macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzconf.h68 # define gzerror z_gzerror macro
H A Dgzlib.c528 const char * ZEXPORT gzerror( function
/external/qemu/distrib/zlib-1.2.8/
H A Dzconf.h68 # define gzerror z_gzerror macro
H A Dgzlib.c528 const char * ZEXPORT gzerror(file, errnum) function
H A Dzlib.h1327 data. If the error code returned by gzerror is Z_OK or Z_BUF_ERROR, then
1334 stream. Alternatively, gzerror can be used before gzclose to detect this
1416 (see function gzerror below). gzflush is only permitted when writing.
1515 cannot call gzerror with file, since its structures have been deallocated.
1536 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
1545 closed, then the string previously returned by gzerror will no longer be
1548 gzerror() should be used to distinguish errors from end-of-file for those
/external/zlib/src/
H A Dzconf.h68 # define gzerror z_gzerror macro
H A Dgzlib.c528 const char * ZEXPORT gzerror(file, errnum) function
H A Dzlib.h1327 data. If the error code returned by gzerror is Z_OK or Z_BUF_ERROR, then
1334 stream. Alternatively, gzerror can be used before gzclose to detect this
1416 (see function gzerror below). gzflush is only permitted when writing.
1515 cannot call gzerror with file, since its structures have been deallocated.
1536 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
1545 closed, then the string previously returned by gzerror will no longer be
1548 gzerror() should be used to distinguish errors from end-of-file for those
H A Dzconf.h.cmakein70 # define gzerror z_gzerror
/external/zlib/
H A Dzconf.h68 # define gzerror z_gzerror macro
H A Dzlib.h1327 data. If the error code returned by gzerror is Z_OK or Z_BUF_ERROR, then
1334 stream. Alternatively, gzerror can be used before gzclose to detect this
1416 (see function gzerror below). gzflush is only permitted when writing.
1515 cannot call gzerror with file, since its structures have been deallocated.
1536 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
1545 closed, then the string previously returned by gzerror will no longer be
1548 gzerror() should be used to distinguish errors from end-of-file for those
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
H A Dgoobspatch.c347 gzerror(cf->u.gz, &gz_err);

Completed in 1930 milliseconds

12