Searched refs:end_info_ptr (Results 1 – 3 of 3) sorted by relevance
/external/libpng/ |
D | pngtest.c | 858 png_infop read_info_ptr, end_info_ptr; in test_one_file() local 920 end_info_ptr = png_create_info_struct(read_ptr); in test_one_file() 939 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file() 955 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file() 1489 png_read_end(read_ptr, end_info_ptr); in test_one_file() 1495 if (png_get_text(read_ptr, end_info_ptr, &text_ptr, &num_text) > 0) in test_one_file() 1521 if (png_get_tIME(read_ptr, end_info_ptr, &mod_time) != 0) in test_one_file() 1542 int num_unknowns = png_get_unknown_chunks(read_ptr, end_info_ptr, in test_one_file() 1603 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file()
|
D | libpng-manual.txt | 676 If you have set up both info_ptr and end_info_ptr, the limit applies
|
D | CHANGES | 234 Free info_ptr->text instead of end_info_ptr->text in pngread.c (John Bowler)
|