Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching full:setjmp

72    if (setjmp(jmpbuf))
74 if (setjmp(png_ptr->jmpbuf))
161 /* Applications that neglect to set up their own setjmp() and then encounter
165 if (setjmp(jmpbuf))
169 if (setjmp(png_ptr->jmpbuf))