Searched refs:PNG_MAX_MALLOC_64K (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngpread.c1324 #ifdef PNG_MAX_MALLOC_64K
1376 #ifdef PNG_MAX_MALLOC_64K
1421 #ifdef PNG_MAX_MALLOC_64K
1625 #ifdef PNG_MAX_MALLOC_64K
1682 #ifdef PNG_MAX_MALLOC_64K
1764 #ifdef PNG_MAX_MALLOC_64K
H A Dpngmem.c194 # ifdef PNG_MAX_MALLOC_64K
555 # ifdef PNG_MAX_MALLOC_64K
H A Dpngconf.h529 # define PNG_MAX_MALLOC_64K /* only used in build */ macro
H A Dpngrutil.c1206 #ifdef PNG_MAX_MALLOC_64K
1351 #ifdef PNG_MAX_MALLOC_64K
1364 * that the PNG_MAX_MALLOC_64K test is enabled in this case, but this is a
2184 #ifdef PNG_MAX_MALLOC_64K
2290 #ifdef PNG_MAX_MALLOC_64K
2421 #ifdef PNG_MAX_MALLOC_64K
2604 #ifdef PNG_MAX_MALLOC_64K
3631 #ifdef PNG_MAX_MALLOC_64K
3665 #ifdef PNG_MAX_MALLOC_64K
H A Dpngpriv.h124 #if defined(MAXSEG_64K) && !defined(PNG_MAX_MALLOC_64K)
125 # define PNG_MAX_MALLOC_64K macro
141 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)
H A Dpngtest.c587 * by setting MAXSEG_64K in zlib zconf.h *or* PNG_MAX_MALLOC_64K.
1577 #if defined(MAXSEG_64K) && !defined(PNG_MAX_MALLOC_64K)
1581 #if !defined(MAXSEG_64K) && defined(PNG_MAX_MALLOC_64K)

Completed in 40 milliseconds