Home
last modified time | relevance | path

Searched refs:ZLIB_IO_MAX (Results 1 – 4 of 4) sorted by relevance

/external/libpng/
Dpngstruct.h55 #ifndef ZLIB_IO_MAX
56 # define ZLIB_IO_MAX ((uInt)-1) macro
Dpngset.c1600 if (size > ZLIB_IO_MAX) in png_set_compression_buffer_size()
1604 size = ZLIB_IO_MAX; /* must fit */ in png_set_compression_buffer_size()
Dpngrutil.c529 avail = ZLIB_IO_MAX; in png_inflate()
540 avail = ZLIB_IO_MAX; /* maximum zlib can process */ in png_inflate()
802 uInt avail = ZLIB_IO_MAX; in png_inflate_read()
4204 uInt out = ZLIB_IO_MAX; in png_read_IDAT_data()
Dpngwutil.c529 uInt avail_in = ZLIB_IO_MAX; in png_text_compress()
973 uInt avail = ZLIB_IO_MAX; in png_compress_IDAT()