Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
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()
Dpngstruct.h448 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;
1994 else if (png_ptr->user_chunk_malloc_max > 0 &&
1995 png_ptr->user_chunk_malloc_max < profile_length)
Dpngget.c1217 return (png_ptr ? png_ptr->user_chunk_malloc_max : 0); in png_get_chunk_malloc_max()
Dlibpng-manual.txt696 png_set_chunk_malloc_max(png_ptr, user_chunk_malloc_max);
/third_party/flutter/skia/third_party/externals/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()
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()
Dpngstruct.h448 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;
1994 else if (png_ptr->user_chunk_malloc_max > 0 &&
1995 png_ptr->user_chunk_malloc_max < profile_length)
Dpngget.c1217 return (png_ptr ? png_ptr->user_chunk_malloc_max : 0); in png_get_chunk_malloc_max()
Dlibpng-manual.txt696 png_set_chunk_malloc_max(png_ptr, user_chunk_malloc_max);
/third_party/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()
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()
Dpngstruct.h448 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;
1994 else if (png_ptr->user_chunk_malloc_max > 0 &&
1995 png_ptr->user_chunk_malloc_max < profile_length)
Dpngget.c1217 return (png_ptr ? png_ptr->user_chunk_malloc_max : 0); in png_get_chunk_malloc_max()
Dlibpng-manual.txt696 png_set_chunk_malloc_max(png_ptr, user_chunk_malloc_max);