fserrors 320 ext/gd/libgd/gd_topal.c FSERRPTR fserrors; /* accumulated errors */ fserrors 1415 ext/gd/libgd/gd_topal.c errorptr = cquantize->fserrors + (width + 1) * 3; /* => entry after last column */ fserrors 1425 ext/gd/libgd/gd_topal.c errorptr = cquantize->fserrors; /* => entry before first real column */ fserrors 1706 ext/gd/libgd/gd_topal.c if (cquantize->fserrors == NULL) fserrors 1707 ext/gd/libgd/gd_topal.c cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large) fserrors 1710 ext/gd/libgd/gd_topal.c jzero_far ((void FAR *) cquantize->fserrors, arraysize); fserrors 1855 ext/gd/libgd/gd_topal.c cquantize->fserrors = NULL; /* flag optional arrays not allocated */ fserrors 1918 ext/gd/libgd/gd_topal.c cquantize->fserrors = (FSERRPTR) (*cinfo->mem->alloc_large) fserrors 1926 ext/gd/libgd/gd_topal.c cquantize->fserrors = (FSERRPTR) safe_emalloc (3, sizeof (FSERROR), 0); fserrors 1930 ext/gd/libgd/gd_topal.c cquantize->fserrors = gdRealloc(cquantize->fserrors, arraysize); fserrors 1931 ext/gd/libgd/gd_topal.c memset(cquantize->fserrors, 0, arraysize); fserrors 1932 ext/gd/libgd/gd_topal.c if (!cquantize->fserrors) fserrors 2053 ext/gd/libgd/gd_topal.c if (cquantize->fserrors) fserrors 2055 ext/gd/libgd/gd_topal.c gdFree (cquantize->fserrors);