Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/libpng/
H A Dpngrutil.c623 if (png_ptr->user_chunk_malloc_max > 0 && in png_decompress_chunk()
624 png_ptr->user_chunk_malloc_max < limit) in png_decompress_chunk()
625 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()
H A Dpngset.c1660 png_alloc_size_t user_chunk_malloc_max) in png_set_chunk_malloc_max() argument
1665 png_ptr->user_chunk_malloc_max = user_chunk_malloc_max; in png_set_chunk_malloc_max()
H A Dpngstruct.h438 png_alloc_size_t user_chunk_malloc_max; member
H A Dpng.c259 create_struct.user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX;
1980 else if (png_ptr->user_chunk_malloc_max > 0 &&
1981 png_ptr->user_chunk_malloc_max < profile_length)
H A Dpngget.c1235 return (png_ptr ? png_ptr->user_chunk_malloc_max : 0); in png_get_chunk_malloc_max()
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libpng/
Dpngstruct.h438 png_alloc_size_t user_chunk_malloc_max; member
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libpng/
Dpngstruct.h438 png_alloc_size_t user_chunk_malloc_max; member
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libpng/
Dpngstruct.h438 png_alloc_size_t user_chunk_malloc_max; member
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libpng/
Dpngstruct.h438 png_alloc_size_t user_chunk_malloc_max; member
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libpng/
Dpngstruct.h448 png_alloc_size_t user_chunk_malloc_max; member
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libpng/
Dpngstruct.h448 png_alloc_size_t user_chunk_malloc_max; member
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libpng/
Dpngstruct.h448 png_alloc_size_t user_chunk_malloc_max; member
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libpng/
Dpngstruct.h448 png_alloc_size_t user_chunk_malloc_max; member
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libpng/
Dpngstruct.h448 png_alloc_size_t user_chunk_malloc_max; member
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libpng/
Dpngstruct.h448 png_alloc_size_t user_chunk_malloc_max; member
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libpng/
Dpngstruct.h448 png_alloc_size_t user_chunk_malloc_max; member
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libpng/
Dpngstruct.h448 png_alloc_size_t user_chunk_malloc_max; member
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libpng/
Dpngstruct.h448 png_alloc_size_t user_chunk_malloc_max; member
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libpng/
Dpngstruct.h448 png_alloc_size_t user_chunk_malloc_max; member
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libpng/
Dpngstruct.h448 png_alloc_size_t user_chunk_malloc_max; member
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libpng/
Dpngstruct.h448 png_alloc_size_t user_chunk_malloc_max; member
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libpng/
Dpngstruct.h448 png_alloc_size_t user_chunk_malloc_max; member
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libpng/
Dpngstruct.h448 png_alloc_size_t user_chunk_malloc_max; member
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libpng/
Dpngstruct.h448 png_alloc_size_t user_chunk_malloc_max; member
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libpng/
Dpngstruct.h448 png_alloc_size_t user_chunk_malloc_max; member

123