Home | History | Annotate | Download | only in iostream2

Lines Matching defs:error

62          * decompression. errno can be checked to distinguish two error
63 * cases (if errno is zero, the zlib error is Z_MEM_ERROR).
78 * the zlib error number (see function error() below).
91 /* Returns the error message for the last error which occurred on the
92 * given compressed file. errnum is set to zlib error number. If an
93 * error occurred in the file system and not in the compression library,
95 * to get the exact error code.
97 const char* error(int* errnum) {
112 * (0 for end of file, -1 for error).
174 * errno can be checked to distinguish two error cases
175 * (if errno is zero, the zlib error is Z_MEM_ERROR).
196 * the zlib error number (see function error() below).
214 * error number (see function gzerror below). flush() returns Z_OK if
224 /* Returns the error message for the last error which occurred on the
225 * given compressed file. errnum is set to zlib error number. If an
226 * error occurred in the file system and not in the compression library,
228 * to get the exact error code.
230 const char* error(int* errnum) {
261 * (0 in case of error).