Home | History | Annotate | Download | only in tools

Lines Matching defs:jmpbuf

857    jmp_buf        jmpbuf;        /* Set while reading a PNG */
1041 /* jmpbuf is garbage: must be set by read_png */
1175 longjmp(file->jmpbuf, code);
3591 rc = setjmp(control->file.jmpbuf);