Searched refs:PNG_USER_CHUNK_MALLOC_MAX (Results 1 – 10 of 10) sorted by relevance
35 # ifdef PNG_USER_CHUNK_MALLOC_MAX36 # undef PNG_USER_CHUNK_MALLOC_MAX37 # define PNG_USER_CHUNK_MALLOC_MAX 4000000L macro
270 # ifndef PNG_USER_CHUNK_MALLOC_MAX271 # define PNG_USER_CHUNK_MALLOC_MAX 8000000 macro284 # ifndef PNG_USER_CHUNK_MALLOC_MAX285 # define PNG_USER_CHUNK_MALLOC_MAX 0 macro
585 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_decompress_chunk()586 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_decompress_chunk()587 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_decompress_chunk()2715 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_cache_unknown_chunk()2716 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_cache_unknown_chunk()2717 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_cache_unknown_chunk()
248 # ifdef PNG_USER_CHUNK_MALLOC_MAX252 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
14 # @# define PNG_USER_CHUNK_MALLOC_MAX 8000000
321 # ifndef PNG_USER_CHUNK_MALLOC_MAX322 # define PNG_USER_CHUNK_MALLOC_MAX 8000000 macro335 # ifndef PNG_USER_CHUNK_MALLOC_MAX336 # define PNG_USER_CHUNK_MALLOC_MAX 0 macro
617 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_decompress_chunk()618 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_decompress_chunk()619 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_decompress_chunk()2753 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_cache_unknown_chunk()2754 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_cache_unknown_chunk()2755 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_cache_unknown_chunk()
250 # ifdef PNG_USER_CHUNK_MALLOC_MAX254 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
2656 Added defineable PNG_USER_CHUNK_CACHE_MAX, PNG_USER_CHUNK_MALLOC_MAX,2727 PNG_USER_CHUNK_MALLOC_MAX nor PNG_SET_CHUNK_MALLOC_LIMIT_SUPPORTED