Home
last modified time | relevance | path

Searched refs:PNG_USER_CHUNK_MALLOC_MAX (Results 1 – 3 of 3) sorted by relevance

/external/libpng/
Dpngconf.h879 #ifndef PNG_USER_CHUNK_MALLOC_MAX
880 # define PNG_USER_CHUNK_MALLOC_MAX 0 macro
Dpngrutil.c363 # 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()
Dpngread.c78 png_ptr->user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX; in png_create_read_struct_2()