Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching full:_throw

69 #define _throw(m) {snprintf(errStr, JMSG_LENGTH_MAX, "%s", m);  \
173 _throw("loadbmp(): Invalid argument");
191 else if(tempc==EOF) _throw("loadbmp(): Input file contains no data");
196 _throw("loadbmp(): Could not initialize bitmap loader");
201 _throw("loadbmp(): Could not initialize bitmap loader");
203 else _throw("loadbmp(): Unsupported file type");
217 _throw("loadbmp(): Memory allocation failure");
257 _throw("savebmp(): Invalid argument");
291 _throw("savebmp(): Could not initialize bitmap writer");
296 _throw("savebmp(): Could not initialize PPM writer");