Home | History | Annotate | Download | only in gregbook

Lines Matching full:setjmp

60 #include "png.h"        /* libpng header, includes setjmp.h */
105 /* setjmp() must be called in every function that calls a PNG-writing
111 if (setjmp(mainprog_ptr->jmpbuf)) {
265 /* as always, setjmp() must be called in every function that calls a
268 if (setjmp(mainprog_ptr->jmpbuf)) {
303 /* as always, setjmp() must be called in every function that calls a
306 if (setjmp(mainprog_ptr->jmpbuf)) {
333 /* as always, setjmp() must be called in every function that calls a
336 if (setjmp(mainprog_ptr->jmpbuf)) {
377 * setjmp() and longjmp() are called from the same code, they are
395 * where 'setjmp' is called in this file.) This will work with other