Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhash.c172 size_t tempsize = 0; /* Truncate to this size? */ in cupsHashData() local
187 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()