Searched refs:new_strings (Results 1 – 1 of 1) sorted by relevance
2732 …char** new_strings = (char**)(lodepng_realloc(info->text_strings, sizeof(char*) * (info->text_num … in lodepng_add_text() local2733 if(!new_keys || !new_strings) in lodepng_add_text()2736 lodepng_free(new_strings); in lodepng_add_text()2742 info->text_strings = new_strings; in lodepng_add_text()2807 …char** new_strings = (char**)(lodepng_realloc(info->itext_strings, sizeof(char*) * (info->itext_nu… in lodepng_add_itext() local2808 if(!new_keys || !new_langtags || !new_transkeys || !new_strings) in lodepng_add_itext()2813 lodepng_free(new_strings); in lodepng_add_itext()2821 info->itext_strings = new_strings; in lodepng_add_itext()