Lines Matching refs:uInt
510 * uInt. Use ZLIB_IO_MAX to limit the input. The output is always limited
512 * is ANSI-C we know that an 'int', hence a uInt, is always at least 16 bits
530 uInt avail_in = ZLIB_IO_MAX;
533 avail_in = (uInt)input_len;
974 uInt avail = ZLIB_IO_MAX;
977 avail = (uInt)input_len; /* safe because of the check */
995 uInt size = png_ptr->zbuffer_size;
1045 uInt size = png_ptr->zbuffer_size - png_ptr->zstream.avail_out;