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

/forgerock/web-agents-v4/zlib/
H A Dzconf.h74 # 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 65 milliseconds