Searched refs:exit_jmpbuf (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_jpeg.c110 JMP_BUF exit_jmpbuf; /* for catching libjpeg failures */ member in struct:__anon763
187 LONGJMP(sp->exit_jmpbuf, 1); /* return to libtiff caller */
210 #define CALLJPEG(sp, fail, op) (SETJMP((sp)->exit_jmpbuf) ? (fail) : (op))
H A Dtif_ojpeg.c190 JMP_BUF exit_jmpbuf; /* ...for catching JPEG Library failures */ member in struct:__anon767
334 LONGJMP(((OJPEGState *)cinfo)->exit_jmpbuf,1); /* Return to TIFF client */
353 #define CALLJPEG(sp,fail,op)(SETJMP((sp)->exit_jmpbuf)?(fail):(op))

Completed in 42 milliseconds