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

/external/zlib/src/test/
H A Dminigzip.c320 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));
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/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/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/chromium/sdch/open-vcdiff/src/
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/qemu/distrib/zlib-1.2.3/
H A Dzlib.h1177 error number (see function gzerror below). gzflush returns Z_OK if
1233 error number (see function gzerror below).
1236 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
H A Dgzio.c987 const char * ZEXPORT gzerror (file, errnum) function
/external/zlib/src/
H A Dzconf.h67 # define gzerror z_gzerror macro
H A Dgzlib.c518 const char * ZEXPORT gzerror(file, errnum) function
H A Dzlib.h1310 data. If the error code returned by gzerror is Z_OK or Z_BUF_ERROR, then
1317 stream. Alternatively, gzerror can be used before gzclose to detect this
1399 (see function gzerror below). gzflush is only permitted when writing.
1498 cannot call gzerror with file, since its structures have been deallocated.
1519 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
1528 closed, then the string previously returned by gzerror will no longer be
1531 gzerror() should be used to distinguish errors from end-of-file for those
H A Dzconf.h.cmakein69 # define gzerror z_gzerror
H A Dzconf.h.in67 # define gzerror z_gzerror
/external/zlib/
H A Dzconf.h67 # define gzerror z_gzerror macro
H A Dzlib.h1310 data. If the error code returned by gzerror is Z_OK or Z_BUF_ERROR, then
1317 stream. Alternatively, gzerror can be used before gzclose to detect this
1399 (see function gzerror below). gzflush is only permitted when writing.
1498 cannot call gzerror with file, since its structures have been deallocated.
1519 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
1528 closed, then the string previously returned by gzerror will no longer be
1531 gzerror() should be used to distinguish errors from end-of-file for those
/external/zlib/src/as400/
H A Dzlib.inc266 D gzerror PR * extproc('gzerror') Error string

Completed in 187 milliseconds