Home | History | Annotate | Download | only in cups

Lines Matching defs:bytes

450   int		bytes;			/* Bytes in formatted string */
470 bytes = vsnprintf(resource, sizeof(resource), resourcef, ap);
473 if ((size_t)bytes >= sizeof(resource))
491 * The buffer needs to be at least 46 bytes in size.
599 * Convert from base-64 to bytes...
716 * Convert bytes to base-64...