OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNG_USER_CHUNK_MALLOC_MAX
(Results
1 - 4
of
4
) sorted by null
/external/libpng/
pngconf.h
879
#ifndef
PNG_USER_CHUNK_MALLOC_MAX
880
# define
PNG_USER_CHUNK_MALLOC_MAX
0
[
all
...]
pngrutil.c
363
# ifdef
PNG_USER_CHUNK_MALLOC_MAX
364
if ((
PNG_USER_CHUNK_MALLOC_MAX
> 0) &&
365
prefix_size + expanded_size >=
PNG_USER_CHUNK_MALLOC_MAX
- 1)
376
defined(
PNG_USER_CHUNK_MALLOC_MAX
)
[
all
...]
pngread.c
78
png_ptr->user_chunk_malloc_max =
PNG_USER_CHUNK_MALLOC_MAX
;
[
all
...]
/ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h
157
# ifndef
PNG_USER_CHUNK_MALLOC_MAX
158
# define
PNG_USER_CHUNK_MALLOC_MAX
8000000
171
# ifndef
PNG_USER_CHUNK_MALLOC_MAX
172
# define
PNG_USER_CHUNK_MALLOC_MAX
0
[
all
...]
Completed in 687 milliseconds