Home | History | Annotate | Download | only in gregbook

Lines Matching full:setjmp

59 #include "png.h"        /* libpng header; includes zlib.h and setjmp.h */
104 /* setjmp() must be called in every function that calls a PNG-writing
109 if (setjmp(mainprog_ptr->jmpbuf)) {
263 /* as always, setjmp() must be called in every function that calls a
266 if (setjmp(mainprog_ptr->jmpbuf)) {
301 /* as always, setjmp() must be called in every function that calls a
304 if (setjmp(mainprog_ptr->jmpbuf)) {
331 /* as always, setjmp() must be called in every function that calls a
334 if (setjmp(mainprog_ptr->jmpbuf)) {
375 * setjmp() and longjmp() are called from the same code, they are