Searched refs:PNG_USER_CHUNK_MALLOC_MAX (Results 1 – 9 of 9) sorted by relevance
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()2878 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_cache_unknown_chunk()2879 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_cache_unknown_chunk()2880 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_cache_unknown_chunk()3161 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_check_chunk_length()3162 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_check_chunk_length()3163 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;1998 # elif PNG_USER_CHUNK_MALLOC_MAX > 01999 else if (PNG_USER_CHUNK_MALLOC_MAX < profile_length)
2664 Added defineable PNG_USER_CHUNK_CACHE_MAX, PNG_USER_CHUNK_MALLOC_MAX,2735 PNG_USER_CHUNK_MALLOC_MAX nor PNG_SET_CHUNK_MALLOC_LIMIT_SUPPORTED
225 #define PNG_USER_CHUNK_MALLOC_MAX 4000000L macro
208 #define PNG_USER_CHUNK_MALLOC_MAX 8000000