Searched defs:PNGZ_MSG_CAST (Results 1 - 2 of 2) sorted by relevance

/external/libpng/
H A Dpngstruct.h41 # define PNGZ_MSG_CAST(s) png_constcast(char*,s) macro
44 # define PNGZ_MSG_CAST(s) (s) macro
/external/libpng/contrib/tools/
H A Dpngfix.c71 # define PNGZ_MSG_CAST(s) png_constcast(char*,s) macro
74 # define PNGZ_MSG_CAST(s) (s) macro
2667 zlib.z.msg = PNGZ_MSG_CAST("[truncated]");
2706 zlib.z.msg = PNGZ_MSG_CAST(

Completed in 86 milliseconds