Home
last modified time | relevance | path

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

/external/pdfium/third_party/libpng16/
D0004-invalid-icc.patch39 +# elif PNG_USER_CHUNK_MALLOC_MAX > 0
40 + else if (PNG_USER_CHUNK_MALLOC_MAX < profile_length)
Dpnglibconf.h203 #define PNG_USER_CHUNK_MALLOC_MAX 8000000 macro
Dpngrutil.c619 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_decompress_chunk()
620 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_decompress_chunk()
621 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_decompress_chunk()
2776 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_cache_unknown_chunk()
2777 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_cache_unknown_chunk()
2778 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_cache_unknown_chunk()
Dpng.c255 # ifdef PNG_USER_CHUNK_MALLOC_MAX
259 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
1964 # elif PNG_USER_CHUNK_MALLOC_MAX > 0
1965 else if (PNG_USER_CHUNK_MALLOC_MAX < profile_length)
/external/libpng/
Dpngusr.dfa14 # @# define PNG_USER_CHUNK_MALLOC_MAX 640000
Dpnglibconf.h209 #define PNG_USER_CHUNK_MALLOC_MAX 8000000 macro
Dpngrutil.c628 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_decompress_chunk()
629 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_decompress_chunk()
630 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_decompress_chunk()
2861 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_cache_unknown_chunk()
2862 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_cache_unknown_chunk()
2863 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_cache_unknown_chunk()
3144 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_check_chunk_length()
3145 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_check_chunk_length()
3146 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_check_chunk_length()
Dpng.c275 # ifdef PNG_USER_CHUNK_MALLOC_MAX
279 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
2004 # elif PNG_USER_CHUNK_MALLOC_MAX > 0
2005 else if (PNG_USER_CHUNK_MALLOC_MAX < profile_length)
DCHANGES2665 Added defineable PNG_USER_CHUNK_CACHE_MAX, PNG_USER_CHUNK_MALLOC_MAX,
2736 PNG_USER_CHUNK_MALLOC_MAX nor PNG_SET_CHUNK_MALLOC_LIMIT_SUPPORTED
/external/libpng/scripts/
Dpnglibconf.h.prebuilt209 #define PNG_USER_CHUNK_MALLOC_MAX 8000000