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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
H A Dminigzip.c120 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err));
154 if (len != (int)buf_len) error(gzerror(out, &err));
176 if (len < 0) error (gzerror(in, &err));
H A Dexample.c105 fprintf(stderr, "gzputs err: %s\n", gzerror(file, &err));
109 fprintf(stderr, "gzprintf err: %s\n", gzerror(file, &err));
123 fprintf(stderr, "gzread err: %s\n", gzerror(file, &err));
152 fprintf(stderr, "gzgets err after gzseek: %s\n", gzerror(file, &err));
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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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));
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

Completed in 91 milliseconds