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;
969 uInt avail = ZLIB_IO_MAX;
972 avail = (uInt)input_len; /* safe because of the check */
990 uInt size = png_ptr->zbuffer_size;
1039 uInt size = png_ptr->zbuffer_size - png_ptr->zstream.avail_out;