Searched refs:LONGJMP (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.c81 #define LONGJMP(jbuf,code) longjmp(jbuf,code) macro
187 LONGJMP(sp->exit_jmpbuf, 1); /* return to libtiff caller */
H A Dtif_ojpeg.c148 #define LONGJMP(jbuf,code)longjmp(jbuf,code) macro
334 LONGJMP(((OJPEGState *)cinfo)->exit_jmpbuf,1); /* Return to TIFF client */

Completed in 71 milliseconds