Searched refs:new_strings (Results 1 – 1 of 1) sorted by relevance
2910 …char** new_strings = (char**)(lodepng_realloc(info->text_strings, sizeof(char*) * (info->text_num … in lodepng_add_text_sized() local2913 if(new_strings) info->text_strings = new_strings; in lodepng_add_text_sized()2915 if(!new_keys || !new_strings) return 83; /*alloc fail*/ in lodepng_add_text_sized()2980 …char** new_strings = (char**)(lodepng_realloc(info->itext_strings, sizeof(char*) * (info->itext_nu… in lodepng_add_itext_sized() local2985 if(new_strings) info->itext_strings = new_strings; in lodepng_add_itext_sized()2987 if(!new_keys || !new_langtags || !new_transkeys || !new_strings) return 83; /*alloc fail*/ in lodepng_add_itext_sized()