Searched refs:eXIf_buf (Results 1 – 5 of 5) sorted by relevance
192 png_bytep eXIf_buf; /* Added at libpng-1.6.32 */ member
2047 info_ptr->eXIf_buf = png_voidcast(png_bytep, in png_handle_eXIf()2050 if (info_ptr->eXIf_buf == NULL) in png_handle_eXIf()2061 info_ptr->eXIf_buf[i] = buf[0]; in png_handle_eXIf()2063 && info_ptr->eXIf_buf[0] != buf[0]) in png_handle_eXIf()2067 png_free(png_ptr, info_ptr->eXIf_buf); in png_handle_eXIf()2068 info_ptr->eXIf_buf = NULL; in png_handle_eXIf()2076 png_set_eXIf_1(png_ptr, info_ptr, length, info_ptr->eXIf_buf); in png_handle_eXIf()2078 png_free(png_ptr, info_ptr->eXIf_buf); in png_handle_eXIf()2079 info_ptr->eXIf_buf = NULL; in png_handle_eXIf()
140 const png_bytep eXIf_buf) in png_set_eXIf() argument144 PNG_UNUSED(eXIf_buf) in png_set_eXIf()149 const png_uint_32 num_exif, const png_bytep eXIf_buf) in png_set_eXIf_1() argument178 info_ptr->exif[i] = eXIf_buf[i]; in png_set_eXIf_1()
623 if (info_ptr->eXIf_buf) in png_free_data()625 png_free(png_ptr, info_ptr->eXIf_buf); in png_free_data()626 info_ptr->eXIf_buf = NULL; in png_free_data()
5913 are allowed. Avoid leaking the input buffer "eXIf_buf".5931 Replaced local eXIf_buf with info_ptr-eXIf_buf in png_handle_eXIf().5947 Restored png_get_eXIf_1() and png_set_eXIf_1(), because strlen(eXIf_buf)