OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:user_chunk_malloc_max
(Results
1 - 5
of
5
) sorted by null
/ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h
332
png_alloc_size_t
user_chunk_malloc_max
;
member in struct:png_struct_def
/external/chromium_org/third_party/libpng/
pngread.c
78
png_ptr->
user_chunk_malloc_max
= PNG_USER_CHUNK_MALLOC_MAX;
[
all
...]
pngrutil.c
343
if (png_ptr->
user_chunk_malloc_max
&&
344
(prefix_size + expanded_size >= png_ptr->
user_chunk_malloc_max
- 1))
[
all
...]
/external/libpng/
pngread.c
78
png_ptr->
user_chunk_malloc_max
= PNG_USER_CHUNK_MALLOC_MAX;
[
all
...]
pngrutil.c
360
if (png_ptr->
user_chunk_malloc_max
&&
361
(prefix_size + expanded_size >= png_ptr->
user_chunk_malloc_max
- 1))
[
all
...]
Completed in 445 milliseconds