Searched refs:tempsize (Results 1 – 2 of 2) sorted by relevance
172 size_t tempsize = 0; /* Truncate to this size? */ in cupsHashData() local187 tempsize = 28; in cupsHashData()192 tempsize = 32; in cupsHashData()197 if (tempsize > 0) in cupsHashData()203 if (hashsize < tempsize) in cupsHashData()207 memcpy(hash, temp, tempsize); in cupsHashData()209 return ((ssize_t)tempsize); in cupsHashData()
53 …make_raster_file(ipp_t *response, int grayscale, char *tempname, size_t tempsize, const char **for…392 size_t tempsize, /* I - Size of temp file buffer */ in make_raster_file() argument623 if ((fd = cupsTempFd(tempname, (int)tempsize)) < 0) in make_raster_file()