Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching refs:_throw

69 #define _throw(m) {snprintf(errStr, JMSG_LENGTH_MAX, "%s", m);  \
113 _throw("loadbmp(): Invalid argument");
131 else if(tempc==EOF) _throw("loadbmp(): Input file contains no data");
136 _throw("loadbmp(): Could not initialize bitmap loader");
141 _throw("loadbmp(): Could not initialize bitmap loader");
143 else _throw("loadbmp(): Unsupported file type");
157 _throw("loadbmp(): Memory allocation failure");
197 _throw("savebmp(): Invalid argument");
231 _throw("savebmp(): Could not initialize bitmap writer");
236 _throw("savebmp(): Could not initialize PPM writer");