Searched refs:PNG_USER_CHUNK_MALLOC_MAX (Results 1 – 10 of 10) sorted by relevance
39 +# elif PNG_USER_CHUNK_MALLOC_MAX > 040 + else if (PNG_USER_CHUNK_MALLOC_MAX < profile_length)
203 #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;1964 # elif PNG_USER_CHUNK_MALLOC_MAX > 01965 else if (PNG_USER_CHUNK_MALLOC_MAX < profile_length)
14 # @# define PNG_USER_CHUNK_MALLOC_MAX 640000
209 #define PNG_USER_CHUNK_MALLOC_MAX 8000000 macro
628 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_decompress_chunk()629 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_decompress_chunk()630 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_decompress_chunk()2861 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_cache_unknown_chunk()2862 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_cache_unknown_chunk()2863 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_cache_unknown_chunk()3144 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_check_chunk_length()3145 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_check_chunk_length()3146 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_check_chunk_length()
275 # ifdef PNG_USER_CHUNK_MALLOC_MAX279 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;2004 # elif PNG_USER_CHUNK_MALLOC_MAX > 02005 else if (PNG_USER_CHUNK_MALLOC_MAX < profile_length)
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
209 #define PNG_USER_CHUNK_MALLOC_MAX 8000000