Searched refs:new_text (Results 1 – 1 of 1) sorted by relevance
793 png_textp new_text = NULL; in png_set_text_2() local811 new_text = png_voidcast(png_textp,png_realloc_array(png_ptr, in png_set_text_2()813 sizeof *new_text)); in png_set_text_2()816 if (new_text == NULL) in png_set_text_2()826 info_ptr->text = new_text; in png_set_text_2()
Completed in 4 milliseconds