Searched refs:PNG_USER_CHUNK_MALLOC_MAX (Results 1 – 3 of 3) sorted by relevance
879 #ifndef PNG_USER_CHUNK_MALLOC_MAX880 # define PNG_USER_CHUNK_MALLOC_MAX 0 macro
363 # ifdef PNG_USER_CHUNK_MALLOC_MAX in png_decompress_chunk()364 if ((PNG_USER_CHUNK_MALLOC_MAX > 0) && in png_decompress_chunk()365 prefix_size + expanded_size >= PNG_USER_CHUNK_MALLOC_MAX - 1) in png_decompress_chunk()376 defined(PNG_USER_CHUNK_MALLOC_MAX) in png_decompress_chunk()
78 png_ptr->user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX; in png_create_read_struct_2()