Home | History | Annotate | Download | only in libtiff

Lines Matching refs:longjmp

126 #define LONGJMP(jbuf,code)	longjmp(jbuf,code)
209 * We use setjmp/longjmp to return control to libtiff
229 LONGJMP(sp->exit_jmpbuf, 1); /* return to libtiff caller */