Home | History | Annotate | Download | only in libpng

Lines Matching refs:PNG_USER_CHUNK_MALLOC_MAX

363 #  ifdef PNG_USER_CHUNK_MALLOC_MAX
364 if ((PNG_USER_CHUNK_MALLOC_MAX > 0) &&
365 prefix_size + expanded_size >= PNG_USER_CHUNK_MALLOC_MAX - 1)
376 defined(PNG_USER_CHUNK_MALLOC_MAX)