Lines Matching refs:end_info
2201 *end_info, in ReadOnePNGImage() local
2389 end_info=png_create_info_struct(ping); in ReadOnePNGImage()
2391 if (end_info == (png_info *) NULL) in ReadOnePNGImage()
2406 png_destroy_read_struct(&ping,&ping_info,&end_info); in ReadOnePNGImage()
3407 png_destroy_read_struct(&ping,&ping_info,&end_info); in ReadOnePNGImage()
3429 png_destroy_read_struct(&ping,&ping_info,&end_info); in ReadOnePNGImage()
3780 png_read_end(ping,end_info); in ReadOnePNGImage()
3791 png_destroy_read_struct(&ping,&ping_info,&end_info); in ReadOnePNGImage()
3895 status = png_get_text(ping,end_info,&text,&num_text) != 0 ? in ReadOnePNGImage()
4202 read_tIME_chunk(image,ping,end_info,exception); in ReadOnePNGImage()
4205 read_eXIf_chunk(image,ping,end_info,exception); in ReadOnePNGImage()
4225 png_destroy_read_struct(&ping,&ping_info,&end_info); in ReadOnePNGImage()