Home | History | Annotate | Download | only in libpng

Lines Matching refs:setjmp

78 /* Applications that neglect to set up their own setjmp() and then
83 if (setjmp(tmp_jmpbuf))
85 if (setjmp(png_jmpbuf(png_ptr))) /* Sets longjmp to match setjmp */