Home | History | Annotate | Download | only in cups

Lines Matching refs:uInt

2111   fp->crc = crc32(fp->crc, (const Bytef *)buf, (uInt)bytes);
2118 fp->stream.avail_in = (uInt)bytes;
2129 if (fp->stream.avail_out < (uInt)(sizeof(fp->cbuf) / 8))
2357 fp->stream.avail_in = (uInt)bytes;
2403 fp->stream.avail_in = (uInt)bytes;
2417 (uInt)(fp->stream.next_out - (Bytef *)fp->buf));