OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tIME_string
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/com32/lib/libpng/
pngtest.c
91
static char
tIME_string
[PNG_tIME_STRING_LENGTH] = "tIME chunk is not present";
1109
png_memcpy(
tIME_string
,
1111
png_sizeof(
tIME_string
));
1112
tIME_string
[png_sizeof(
tIME_string
) - 1] = '\0';
[
all
...]
/external/libpng/
pngtest.c
134
static char
tIME_string
[PNG_tIME_STRING_LENGTH] = "tIME chunk is not present";
[
all
...]
/external/skia/third_party/libpng/
pngtest.c
134
static char
tIME_string
[PNG_tIME_STRING_LENGTH] = "tIME chunk is not present";
[
all
...]
Completed in 83 milliseconds