Lines Matching defs:error
23 /* Map the Windows error number in ERROR to a locale-dependent error message
32 char ZLIB_INTERNAL *gz_strwinerror(DWORD error) {
40 error,
62 sprintf(buf, "unknown win32 error (%ld)", error);
82 gz_error(state, Z_OK, NULL); /* clear error */
109 state->msg = NULL; /* no error message yet */
162 default: /* could consider as an error, but just ignore */
183 /* save the path name for error messages */
274 char *path; /* identifier for error messages */
329 /* check that we're reading and that there's no error */
354 /* check that there's no error */
500 /* return error information */
518 /* clear error and end-of-file */
526 /* Create an error message in allocated memory and set state->err and
527 state->msg accordingly. Free any previous error message already there. Do
528 not try to free or allocate space if the error is Z_MEM_ERROR (out of
529 memory). Simply save the error message as a static string. If there is an
530 allocation failure constructing the error message, then convert the error to
544 /* set error code, and if no message, then done */
549 /* for an out of memory error, return literal string when requested */
553 /* construct error message with path */