Home
last modified time | relevance | path

Searched refs:user_chunk_malloc_max (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/third_party/libpng16/
D0004-invalid-icc.patch35 + else if (png_ptr->user_chunk_malloc_max > 0 &&
36 + png_ptr->user_chunk_malloc_max < profile_length)
Dpngstruct.h442 png_alloc_size_t user_chunk_malloc_max; member
Dpngset.c1611 png_alloc_size_t user_chunk_malloc_max) in png_set_chunk_malloc_max() argument
1614 png_ptr->user_chunk_malloc_max = user_chunk_malloc_max; in png_set_chunk_malloc_max()
Dpngrutil.c616 if (png_ptr->user_chunk_malloc_max > 0 && in png_decompress_chunk()
617 png_ptr->user_chunk_malloc_max < limit) in png_decompress_chunk()
618 limit = png_ptr->user_chunk_malloc_max; in png_decompress_chunk()
2772 if (png_ptr->user_chunk_malloc_max > 0 && in png_cache_unknown_chunk()
2773 png_ptr->user_chunk_malloc_max < limit) in png_cache_unknown_chunk()
2774 limit = png_ptr->user_chunk_malloc_max; in png_cache_unknown_chunk()
Dpng.c259 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
1960 else if (png_ptr->user_chunk_malloc_max > 0 &&
1961 png_ptr->user_chunk_malloc_max < profile_length)
Dpngget.c1187 return (png_ptr ? png_ptr->user_chunk_malloc_max : 0); in png_get_chunk_malloc_max()
/external/libpng/
Dpngrutil.c625 if (png_ptr->user_chunk_malloc_max > 0 && in png_decompress_chunk()
626 png_ptr->user_chunk_malloc_max < limit) in png_decompress_chunk()
627 limit = png_ptr->user_chunk_malloc_max; in png_decompress_chunk()
2857 if (png_ptr->user_chunk_malloc_max > 0 && in png_cache_unknown_chunk()
2858 png_ptr->user_chunk_malloc_max < limit) in png_cache_unknown_chunk()
2859 limit = png_ptr->user_chunk_malloc_max; in png_cache_unknown_chunk()
3141 if (png_ptr->user_chunk_malloc_max > 0 && in png_check_chunk_length()
3142 png_ptr->user_chunk_malloc_max < limit) in png_check_chunk_length()
3143 limit = png_ptr->user_chunk_malloc_max; in png_check_chunk_length()
Dpngstruct.h442 png_alloc_size_t user_chunk_malloc_max; member
Dpngset.c1661 png_alloc_size_t user_chunk_malloc_max) in png_set_chunk_malloc_max() argument
1664 png_ptr->user_chunk_malloc_max = user_chunk_malloc_max; in png_set_chunk_malloc_max()
Dpng.c279 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
2000 else if (png_ptr->user_chunk_malloc_max > 0 &&
2001 png_ptr->user_chunk_malloc_max < profile_length)
Dpngget.c1216 return (png_ptr ? png_ptr->user_chunk_malloc_max : 0); in png_get_chunk_malloc_max()
Dlibpng-manual.txt695 png_set_chunk_malloc_max(png_ptr, user_chunk_malloc_max);