OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNGZ_MSG_CAST
(Results
1 - 5
of
5
) sorted by null
/external/libpng/
pngstruct.h
41
# define
PNGZ_MSG_CAST
(s) png_constcast(char*,s)
44
# define
PNGZ_MSG_CAST
(s) (s)
png.c
972
png_ptr->zstream.msg =
PNGZ_MSG_CAST
("unexpected zlib return code");
977
png_ptr->zstream.msg =
PNGZ_MSG_CAST
("unexpected end of LZ stream");
984
png_ptr->zstream.msg =
PNGZ_MSG_CAST
("missing LZ dictionary");
989
png_ptr->zstream.msg =
PNGZ_MSG_CAST
("zlib IO error");
994
png_ptr->zstream.msg =
PNGZ_MSG_CAST
("bad parameters to zlib");
998
png_ptr->zstream.msg =
PNGZ_MSG_CAST
("damaged LZ stream");
1002
png_ptr->zstream.msg =
PNGZ_MSG_CAST
("insufficient memory");
1009
png_ptr->zstream.msg =
PNGZ_MSG_CAST
("truncated");
1013
png_ptr->zstream.msg =
PNGZ_MSG_CAST
("unsupported zlib version");
1022
png_ptr->zstream.msg =
PNGZ_MSG_CAST
("unexpected zlib return")
[
all
...]
pngwutil.c
317
png_ptr->zstream.msg =
PNGZ_MSG_CAST
("in use by IDAT");
605
png_ptr->zstream.msg =
PNGZ_MSG_CAST
("compressed data too long");
[
all
...]
pngrutil.c
579
png_ptr->zstream.msg =
PNGZ_MSG_CAST
("zstream unclaimed");
811
png_ptr->zstream.msg =
PNGZ_MSG_CAST
("zstream unclaimed");
[
all
...]
/external/libpng/contrib/tools/
pngfix.c
71
# define
PNGZ_MSG_CAST
(s) png_constcast(char*,s)
74
# define
PNGZ_MSG_CAST
(s) (s)
[
all
...]
Completed in 123 milliseconds