Home
last modified time | relevance | path

Searched refs:tempsize (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dhash.c187 size_t tempsize = 0; /* Truncate to this size? */ in cupsHashData() local
220 tempsize = 28; in cupsHashData()
225 tempsize = 32; in cupsHashData()
230 if (tempsize > 0) in cupsHashData()
236 if (hashsize < tempsize) in cupsHashData()
240 memcpy(hash, temp, tempsize); in cupsHashData()
242 return ((ssize_t)tempsize); in cupsHashData()
Dtestclient.c69 …make_raster_file(ipp_t *response, int grayscale, char *tempname, size_t tempsize, const char **for…
283 size_t tempsize, /* I - Size of temp file buffer */ in make_raster_file() argument
514 if ((fd = cupsTempFd(tempname, (int)tempsize)) < 0) in make_raster_file()