Home | History | Annotate | Download | only in images

Lines Matching refs:setjmp

367     // All objects need to be instantiated before this setjmp call so that
369 if (setjmp(errorManager.fJmpBuf)) {
370 return return_failure(cinfo, *bm, "setjmp");
688 // All objects need to be instantiated before this setjmp call so that
690 if (setjmp(errorManager.fJmpBuf)) {
691 return return_false(cinfo, "setjmp YUV8");
841 // allocate these before set call setjmp
846 if (setjmp(sk_err.fJmpBuf)) {
850 // Keep after setjmp or mark volatile.