Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/libpng/
Dpngread.c1130 png_infop info_ptr = NULL, end_info_ptr = NULL; in png_destroy_read_struct() local
1152 end_info_ptr = *end_info_ptr_ptr; in png_destroy_read_struct()
1154 png_read_destroy(png_ptr, info_ptr, end_info_ptr); in png_destroy_read_struct()
1171 if (end_info_ptr != NULL) in png_destroy_read_struct()
1174 png_free_data(png_ptr, end_info_ptr, PNG_FREE_TEXT, -1); in png_destroy_read_struct()
1177 png_destroy_struct_2((png_voidp)end_info_ptr, (png_free_ptr)free_fn, in png_destroy_read_struct()
1180 png_destroy_struct((png_voidp)end_info_ptr); in png_destroy_read_struct()
1200 png_infop end_info_ptr) in png_read_destroy() argument
1217 if (end_info_ptr != NULL) in png_read_destroy()
1218 png_info_destroy(png_ptr, end_info_ptr); in png_read_destroy()
Dpngtest.c692 png_infop read_info_ptr, end_info_ptr; in test_one_file() local
788 end_info_ptr = png_create_info_struct(read_ptr); in test_one_file()
805 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file()
827 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file()
1272 png_read_end(read_ptr, end_info_ptr); in test_one_file()
1278 if (png_get_text(read_ptr, end_info_ptr, &text_ptr, &num_text) > 0) in test_one_file()
1289 if (png_get_tIME(read_ptr, end_info_ptr, &mod_time)) in test_one_file()
1309 num_unknowns = (int)png_get_unknown_chunks(read_ptr, end_info_ptr, in test_one_file()
1348 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file()
DCHANGES226 free info_ptr->text instead of end_info_ptr->text in pngread.c (John Bowler)
/external/skia/third_party/libpng/
Dpngtest.c867 png_infop read_info_ptr, end_info_ptr; in test_one_file() local
929 end_info_ptr = png_create_info_struct(read_ptr); in test_one_file()
948 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file()
964 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file()
1498 png_read_end(read_ptr, end_info_ptr); in test_one_file()
1504 if (png_get_text(read_ptr, end_info_ptr, &text_ptr, &num_text) > 0) in test_one_file()
1530 if (png_get_tIME(read_ptr, end_info_ptr, &mod_time) != 0) in test_one_file()
1551 int num_unknowns = png_get_unknown_chunks(read_ptr, end_info_ptr, in test_one_file()
1612 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file()
Dlibpng-manual.txt676 If you have set up both info_ptr and end_info_ptr, the limit applies
/external/libpng/
Dpngtest.c868 png_infop read_info_ptr, end_info_ptr; in test_one_file() local
930 end_info_ptr = png_create_info_struct(read_ptr); in test_one_file()
955 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file()
971 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file()
1505 png_read_end(read_ptr, end_info_ptr); in test_one_file()
1511 if (png_get_text(read_ptr, end_info_ptr, &text_ptr, &num_text) > 0) in test_one_file()
1537 if (png_get_tIME(read_ptr, end_info_ptr, &mod_time) != 0) in test_one_file()
1558 int num_unknowns = png_get_unknown_chunks(read_ptr, end_info_ptr, in test_one_file()
1619 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr); in test_one_file()
Dlibpng-manual.txt676 If you have set up both info_ptr and end_info_ptr, the limit applies
DCHANGES234 Free info_ptr->text instead of end_info_ptr->text in pngread.c (John Bowler)
/external/syslinux/com32/include/
Dpng.h1884 png_infop end_info_ptr)) PNG_DEPRECATED;