Home | History | Annotate | Download | only in util

Lines Matching full:error

62       ne_warn ("INTERNAL ERROR: Unable to allocate memory for NEOERR");
97 NEOERR *nerr_raisef (const char *func, const char *file, int lineno, int error,
111 err->error = error;
120 int error, const char *fmt, ...)
138 err->error = error;
157 nerr->error = NERR_PASS;
183 nerr->error = NERR_PASS;
192 /* In the future, we'll allow someone to register an error handler */
204 ne_warn ("Internal error");
214 if (err->error != NERR_PASS)
217 if (err->error == 0)
220 snprintf (buf, sizeof (buf), "Unknown Error");
224 r = uListGet (Errors, err->error - 1, (void *)&err_name);
228 snprintf (buf, sizeof (buf), "Error %d", err->error);
258 string_append (str, "Internal error");
267 if (err->error != NERR_PASS)
270 if (err->error == 0)
273 snprintf (buf, sizeof (buf), "Unknown Error");
277 r = uListGet (Errors, err->error - 1, (void *)&err_name);
281 snprintf (buf, sizeof (buf), "Error %d", err->error);
303 string_append (str, "Internal error");
313 if (err->error != NERR_PASS)
316 if (err->error == 0)
319 snprintf (buf, sizeof (buf), "Unknown Error");
323 r = uListGet (Errors, err->error - 1, (void *)&err_name);
327 snprintf (buf, sizeof (buf), "Error %d", err->error);
363 if (walk->error == etype)
393 if (err->error == etype)