Lines Matching full:error
8 * This file contains simple error-reporting and trace-message routines.
14 * you get a Windows-specific hack to display error messages in a dialog box.
15 * It ain't much, but it beats dropping error messages into the bit bucket,
57 * Error exit handler: must not return to caller.
60 * an error. Typically one would longjmp somewhere instead of exiting.
61 * The setjmp buffer can be made a private field within an expanded error
62 * handler object. Note that the info needed to generate an error message
63 * is stored in the error object, so you can generate the message now or
83 * Actual output of an error or trace message.
88 * so we provide optional code to produce an error-dialog popup.
107 MessageBox(GetActiveWindow(), buffer, "JPEG Library Error",
150 * Format a message string for the most recent JPEG error or message.
204 * Reset error state variables at start of a new image.
205 * This is called during compression startup to reset trace/error
208 * this method if it has additional error processing state.
216 cinfo->err->msg_code = 0; /* may be useful as a flag for "no error" */
221 * Fill in the standard error-handling methods in a jpeg_error_mgr object.
241 err->msg_code = 0; /* may be useful as a flag for "no error" */