Searched refs:PNG_USER_CHUNK_CACHE_MAX (Results 1 – 11 of 11) sorted by relevance
13 # @# define PNG_USER_CHUNK_CACHE_MAX 256
203 #define PNG_USER_CHUNK_CACHE_MAX 1000 macro
250 # ifdef PNG_USER_CHUNK_CACHE_MAX252 create_struct.user_chunk_cache_max = PNG_USER_CHUNK_CACHE_MAX;
2665 Added defineable PNG_USER_CHUNK_CACHE_MAX, PNG_USER_CHUNK_MALLOC_MAX,
202 #define PNG_USER_CHUNK_CACHE_MAX 1000 macro
870 #ifndef PNG_USER_CHUNK_CACHE_MAX871 # define PNG_USER_CHUNK_CACHE_MAX 0 macro
203 #define PNG_USER_CHUNK_CACHE_MAX 1000
72 # ifdef PNG_USER_CHUNK_CACHE_MAX in png_create_read_struct_2()74 png_ptr->user_chunk_cache_max = PNG_USER_CHUNK_CACHE_MAX; in png_create_read_struct_2()