OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tIME_string
(Results
1 - 2
of
2
) sorted by null
/external/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
...]
CHANGES
386
Changed "static pngcharp
tIME_string
" to "static char
tIME_string
[30]"
[
all
...]
Completed in 30 milliseconds