Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:PNG_ZBUF_SIZE

99 #ifndef PNG_ZBUF_SIZE
100 # define PNG_ZBUF_SIZE 8192
1477 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
1478 # undef PNG_ZBUF_SIZE
1479 # define PNG_ZBUF_SIZE 65536L