Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching refs:bailout

22 #define _catch(f) {if((f)==-1) {printf("TJPEG: %s\n", tjGetErrorStr());  bailout();}}
28 #define bailout() {exitstatus=-1; goto finally;}
183 bailout();
188 bailout();
216 printf("ERROR: Could not allocate buffer\n"); bailout();
255 printf("Incorrect JPEG header\n"); bailout();
260 printf("ERROR: Could not allocate buffer\n"); bailout();
284 puts("ERROR: Could not allocate buffer."); bailout();
288 {printf("Error in tjInitCompress():\n%s\n", tjGetErrorStr()); bailout();}
290 {printf("Error in tjInitDecompress():\n%s\n", tjGetErrorStr()); bailout();}
333 {printf("Error in tjInitCompress():\n%s\n", tjGetErrorStr()); bailout();}
343 printf("Memory allocation failure\n"); bailout();
359 printf("Memory allocation failure\n"); bailout();