Searched refs:idata_limit_old (Results 1 – 2 of 2) sorted by relevance
4894 stbi__uint32 idata_limit_old = idata_limit; in stbi__parse_png_file() local4899 STBI_NOTUSED(idata_limit_old); in stbi__parse_png_file()4900 …p = (stbi_uc *) STBI_REALLOC_SIZED(z->idata, idata_limit_old, idata_limit); if (p == NULL) return … in stbi__parse_png_file()