Lines Matching refs:uInt
487 * can't even necessarily handle 65536 bytes) because the type uInt is
490 * maximum value that can be stored in a uInt.) It is possible to set
508 uInt avail;
524 avail = (uInt)avail_in; /* safe: < than ZLIB_IO_MAX */
545 avail = (uInt)avail_out; /* safe: < ZLIB_IO_MAX */
764 png_inflate_read(png_structrp png_ptr, png_bytep read_buffer, uInt read_size,
781 read_size = (uInt)*chunk_bytes;
793 uInt avail = ZLIB_IO_MAX;
795 avail = (uInt)*out_size;
1397 uInt read_length, keyword_length;
1405 read_length = (uInt)length;
4014 uInt avail_in;
4032 avail_in = (uInt)png_ptr->idat_size;
4051 uInt out = ZLIB_IO_MAX;
4054 out = (uInt)avail_out;