Home
last modified time | relevance | path

Searched refs:end_info_ptr (Results 1 – 2 of 2) sorted by relevance

/external/libpng/
Dpngtest.c835 png_infop read_info_ptr, end_info_ptr; in test_one_file() local
894 end_info_ptr = png_create_info_struct(read_ptr); in test_one_file()
913 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file()
929 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file()
1427 png_read_end(read_ptr, end_info_ptr); in test_one_file()
1433 if (png_get_text(read_ptr, end_info_ptr, &text_ptr, &num_text) > 0) in test_one_file()
1459 if (png_get_tIME(read_ptr, end_info_ptr, &mod_time)) in test_one_file()
1480 int num_unknowns = png_get_unknown_chunks(read_ptr, end_info_ptr, in test_one_file()
1541 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file()
DCHANGES227 Free info_ptr->text instead of end_info_ptr->text in pngread.c (John Bowler)