Home | History | Annotate | Download | only in libpng

Lines Matching refs:user_chunk_malloc_max

360       if (png_ptr->user_chunk_malloc_max &&
361 (prefix_size + expanded_size >= png_ptr->user_chunk_malloc_max - 1))