Searched refs:user_chunk_malloc_max (Results 1 – 6 of 6) sorted by relevance
625 if (png_ptr->user_chunk_malloc_max > 0 && in png_decompress_chunk()626 png_ptr->user_chunk_malloc_max < limit) in png_decompress_chunk()627 limit = png_ptr->user_chunk_malloc_max; in png_decompress_chunk()2874 if (png_ptr->user_chunk_malloc_max > 0 && in png_cache_unknown_chunk()2875 png_ptr->user_chunk_malloc_max < limit) in png_cache_unknown_chunk()2876 limit = png_ptr->user_chunk_malloc_max; in png_cache_unknown_chunk()3158 if (png_ptr->user_chunk_malloc_max > 0 && in png_check_chunk_length()3159 png_ptr->user_chunk_malloc_max < limit) in png_check_chunk_length()3160 limit = png_ptr->user_chunk_malloc_max; in png_check_chunk_length()
448 png_alloc_size_t user_chunk_malloc_max; member
1661 png_alloc_size_t user_chunk_malloc_max) in png_set_chunk_malloc_max() argument1664 png_ptr->user_chunk_malloc_max = user_chunk_malloc_max; in png_set_chunk_malloc_max()
279 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;1994 else if (png_ptr->user_chunk_malloc_max > 0 &&1995 png_ptr->user_chunk_malloc_max < profile_length)
1217 return (png_ptr ? png_ptr->user_chunk_malloc_max : 0); in png_get_chunk_malloc_max()
696 png_set_chunk_malloc_max(png_ptr, user_chunk_malloc_max);
Completed in 23 milliseconds