Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngstruct.h55 #ifndef ZLIB_IO_MAX
56 # define ZLIB_IO_MAX ((uInt)-1) macro
A Dpngset.c1597 if (size > ZLIB_IO_MAX) in png_set_compression_buffer_size()
1601 size = ZLIB_IO_MAX; /* must fit */ in png_set_compression_buffer_size()
A Dpngrutil.c530 avail = ZLIB_IO_MAX; in png_inflate()
541 avail = ZLIB_IO_MAX; /* maximum zlib can process */ in png_inflate()
803 uInt avail = ZLIB_IO_MAX; in png_inflate_read()
4203 uInt out = ZLIB_IO_MAX; in png_read_IDAT_data()
A Dpngwutil.c529 uInt avail_in = ZLIB_IO_MAX; in png_text_compress()
973 uInt avail = ZLIB_IO_MAX; in png_compress_IDAT()

Completed in 18 milliseconds