Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A 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()
2874 if (png_ptr->user_chunk_malloc_max > 0 && in png_cache_unknown_chunk()
2875 png_ptr->user_chunk_malloc_max < limit) in png_cache_unknown_chunk()
2876 limit = png_ptr->user_chunk_malloc_max; in png_cache_unknown_chunk()
3158 if (png_ptr->user_chunk_malloc_max > 0 && in png_check_chunk_length()
3159 png_ptr->user_chunk_malloc_max < limit) in png_check_chunk_length()
3160 limit = png_ptr->user_chunk_malloc_max; in png_check_chunk_length()
A Dpngstruct.h448 png_alloc_size_t user_chunk_malloc_max; member
A 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()
A Dpng.c279 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
1994 else if (png_ptr->user_chunk_malloc_max > 0 &&
1995 png_ptr->user_chunk_malloc_max < profile_length)
A Dpngget.c1217 return (png_ptr ? png_ptr->user_chunk_malloc_max : 0); in png_get_chunk_malloc_max()
A Dlibpng-manual.txt696 png_set_chunk_malloc_max(png_ptr, user_chunk_malloc_max);

Completed in 23 milliseconds