OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:read_data_fn
(Results
1 - 12
of
12
) sorted by null
/external/libpng/
pngrio.c
37
if (png_ptr->
read_data_fn
!= NULL)
38
(*(png_ptr->
read_data_fn
))(png_ptr, data, length);
155
*
read_data_fn
- pointer to a new input function that takes as its
166
png_rw_ptr
read_data_fn
)
173
if (
read_data_fn
!= NULL)
174
png_ptr->
read_data_fn
=
read_data_fn
;
176
png_ptr->
read_data_fn
= png_default_read_data;
178
png_ptr->
read_data_fn
=
read_data_fn
;
[
all
...]
pngwio.c
219
if (png_ptr->
read_data_fn
!= NULL)
221
png_ptr->
read_data_fn
= NULL;
223
"Attempted to set both
read_data_fn
and write_data_fn in");
225
"the same structure. Resetting
read_data_fn
to NULL.");
png.h
[
all
...]
libpng.3
[
all
...]
libpng-1.2.44.txt
[
all
...]
libpng-1.2.46.txt
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngrio.c
32
if (png_ptr->
read_data_fn
!= NULL)
33
(*(png_ptr->
read_data_fn
))(png_ptr, data, length);
131
read_data_fn
- pointer to a new input function that takes as its
139
png_rw_ptr
read_data_fn
)
145
if (
read_data_fn
!= NULL)
146
png_ptr->
read_data_fn
=
read_data_fn
;
148
png_ptr->
read_data_fn
= png_default_read_data;
150
png_ptr->
read_data_fn
=
read_data_fn
;
[
all
...]
pngwio.c
197
if (png_ptr->
read_data_fn
!= NULL)
199
png_ptr->
read_data_fn
= NULL;
201
"Attempted to set both
read_data_fn
and write_data_fn in");
203
"the same structure. Resetting
read_data_fn
to NULL.");
png.h
1128
png_rw_ptr
read_data_fn
; \/* function for reading input data *\/
member in struct:png_struct_def
[
all
...]
/ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h
41
png_rw_ptr
read_data_fn
; /* function for reading input data */
member in struct:png_struct_def
png.h
[
all
...]
/prebuilts/sdk/tools/linux/
aapt
Completed in 342 milliseconds