Home | History | Annotate | Download | only in libpng

Lines Matching refs:error_buf

2030    png_voidp   error_buf;           /* Always a jmp_buf at present. */
2043 # define png_control_jmp_buf(pc) (((jmp_buf*)((pc)->error_buf))[0])
2045 # define png_control_jmp_buf(pc) ((pc)->error_buf)