Lines Matching refs:uInt
496 * can't even necessarily handle 65536 bytes) because the type uInt is
499 * maximum value that can be stored in a uInt.) It is possible to set
517 uInt avail;
533 avail = (uInt)avail_in; /* safe: < than ZLIB_IO_MAX */
554 avail = (uInt)avail_out; /* safe: < ZLIB_IO_MAX */
774 png_inflate_read(png_structrp png_ptr, png_bytep read_buffer, uInt read_size,
791 read_size = (uInt)*chunk_bytes;
803 uInt avail = ZLIB_IO_MAX;
805 avail = (uInt)*out_size;
1409 uInt read_length, keyword_length;
1417 read_length = (uInt)length;
4146 uInt avail_in;
4164 avail_in = (uInt)png_ptr->idat_size;
4183 uInt out = ZLIB_IO_MAX;
4186 out = (uInt)avail_out;