Searched refs:SETJMP (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dutils.c2051 # define SETJMP(env) sigsetjmp (env, 1)
2062 # define SETJMP(env) setjmp (env)
2170 if (SETJMP (run_with_timeout_env) != 0)
2039 # define SETJMP macro
2050 # define SETJMP macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_jpeg.c80 #define SETJMP(jbuf) setjmp(jbuf) macro
210 #define CALLJPEG(sp, fail, op) (SETJMP((sp)->exit_jmpbuf) ? (fail) : (op))
H A Dtif_ojpeg.c147 #define SETJMP(jbuf)setjmp(jbuf) macro
353 #define CALLJPEG(sp,fail,op)(SETJMP((sp)->exit_jmpbuf)?(fail):(op))

Completed in 54 milliseconds