Searched refs:new_strings (Results 1 – 1 of 1) sorted by relevance
3377 …char ** new_strings = (char **)(lodepng_realloc(info->text_strings, sizeof(char *) * (info->text_n… in lodepng_add_text_sized() local3380 if(new_strings) info->text_strings = new_strings; in lodepng_add_text_sized()3382 if(!new_keys || !new_strings) return 83; /*alloc fail*/ in lodepng_add_text_sized()3454 …char ** new_strings = (char **)(lodepng_realloc(info->itext_strings, sizeof(char *) * (info->itext… in lodepng_add_itext_sized() local3459 if(new_strings) info->itext_strings = new_strings; in lodepng_add_itext_sized()3461 if(!new_keys || !new_langtags || !new_transkeys || !new_strings) return 83; /*alloc fail*/ in lodepng_add_itext_sized()