Lines Matching refs:error_buf
1903 png_voidp error_buf; /* Always a jmp_buf at present. */1916 # define png_control_jmp_buf(pc) (((jmp_buf*)((pc)->error_buf))[0])1918 # define png_control_jmp_buf(pc) ((pc)->error_buf)