Searched refs:PNG_USER_CHUNK_MALLOC_MAX (Results 1 – 15 of 15) sorted by relevance
35 # ifdef PNG_USER_CHUNK_MALLOC_MAX36 # undef PNG_USER_CHUNK_MALLOC_MAX37 # define PNG_USER_CHUNK_MALLOC_MAX 4000000L macro
264 # ifndef PNG_USER_CHUNK_MALLOC_MAX265 # define PNG_USER_CHUNK_MALLOC_MAX 8000000 macro278 # ifndef PNG_USER_CHUNK_MALLOC_MAX279 # 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 640000
204 #define PNG_USER_CHUNK_MALLOC_MAX 8000000 macro
619 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_decompress_chunk()620 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_decompress_chunk()621 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_decompress_chunk()2776 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_cache_unknown_chunk()2777 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_cache_unknown_chunk()2778 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_cache_unknown_chunk()
255 # ifdef PNG_USER_CHUNK_MALLOC_MAX259 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
2665 Added defineable PNG_USER_CHUNK_CACHE_MAX, PNG_USER_CHUNK_MALLOC_MAX,2736 PNG_USER_CHUNK_MALLOC_MAX nor PNG_SET_CHUNK_MALLOC_LIMIT_SUPPORTED
157 # ifndef PNG_USER_CHUNK_MALLOC_MAX158 # define PNG_USER_CHUNK_MALLOC_MAX 8000000 macro171 # ifndef PNG_USER_CHUNK_MALLOC_MAX172 # define PNG_USER_CHUNK_MALLOC_MAX 0 macro
74 png_ptr->user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
441 || ((PNG_USER_CHUNK_MALLOC_MAX > 0) && in png_decompress_chunk()442 prefix_size + expanded_size >= PNG_USER_CHUNK_MALLOC_MAX - 1) in png_decompress_chunk()
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
204 #define PNG_USER_CHUNK_MALLOC_MAX 8000000