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

/external/libpng/
H A Dpngconf.h35 # ifdef PNG_USER_CHUNK_MALLOC_MAX
36 # undef PNG_USER_CHUNK_MALLOC_MAX macro
37 # define PNG_USER_CHUNK_MALLOC_MAX 4000000L macro
H A Dpngpriv.h321 # ifndef PNG_USER_CHUNK_MALLOC_MAX
322 # define PNG_USER_CHUNK_MALLOC_MAX 8000000 macro
335 # ifndef PNG_USER_CHUNK_MALLOC_MAX
336 # define PNG_USER_CHUNK_MALLOC_MAX 0 macro
H A Dpngrutil.c610 # elif PNG_USER_CHUNK_MALLOC_MAX > 0
611 if (PNG_USER_CHUNK_MALLOC_MAX < limit)
612 limit = PNG_USER_CHUNK_MALLOC_MAX;
2746 # elif PNG_USER_CHUNK_MALLOC_MAX > 0
2747 if (PNG_USER_CHUNK_MALLOC_MAX < limit)
2748 limit = PNG_USER_CHUNK_MALLOC_MAX;
H A Dpng.c250 # ifdef PNG_USER_CHUNK_MALLOC_MAX
254 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
/external/chromium_org/third_party/libpng/
H A Dpngconf.h875 #ifndef PNG_USER_CHUNK_MALLOC_MAX
876 # define PNG_USER_CHUNK_MALLOC_MAX 0 macro
H A Dpngrutil.c346 # ifdef PNG_USER_CHUNK_MALLOC_MAX
347 if ((PNG_USER_CHUNK_MALLOC_MAX > 0) &&
348 prefix_size + expanded_size >= PNG_USER_CHUNK_MALLOC_MAX - 1)
359 defined(PNG_USER_CHUNK_MALLOC_MAX)
H A Dpngread.c78 png_ptr->user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
/external/qemu/distrib/libpng-1.2.46/
H A Dpngconf.h879 #ifndef PNG_USER_CHUNK_MALLOC_MAX
880 # define PNG_USER_CHUNK_MALLOC_MAX 0 macro
H A Dpngrutil.c363 # 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)
H A Dpngread.c78 png_ptr->user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;

Completed in 236 milliseconds