Home
last modified time | relevance | path

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

/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()
2878 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_cache_unknown_chunk()
2879 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_cache_unknown_chunk()
2880 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_cache_unknown_chunk()
3161 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_check_chunk_length()
3162 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_check_chunk_length()
3163 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;
1998 # elif PNG_USER_CHUNK_MALLOC_MAX > 0
1999 else if (PNG_USER_CHUNK_MALLOC_MAX < profile_length)
DCHANGES2664 Added defineable PNG_USER_CHUNK_CACHE_MAX, PNG_USER_CHUNK_MALLOC_MAX,
2735 PNG_USER_CHUNK_MALLOC_MAX nor PNG_SET_CHUNK_MALLOC_LIMIT_SUPPORTED
/external/pdfium/third_party/libpng16/
Dpnglibconf.h225 #define PNG_USER_CHUNK_MALLOC_MAX 4000000L 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()
2878 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_cache_unknown_chunk()
2879 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_cache_unknown_chunk()
2880 limit = PNG_USER_CHUNK_MALLOC_MAX; in png_cache_unknown_chunk()
3161 # elif PNG_USER_CHUNK_MALLOC_MAX > 0 in png_check_chunk_length()
3162 if (PNG_USER_CHUNK_MALLOC_MAX < limit) in png_check_chunk_length()
3163 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;
1998 # elif PNG_USER_CHUNK_MALLOC_MAX > 0
1999 else if (PNG_USER_CHUNK_MALLOC_MAX < profile_length)
/external/libpng/scripts/
Dpnglibconf.h.prebuilt208 #define PNG_USER_CHUNK_MALLOC_MAX 8000000