Home
last modified time | relevance | path

Searched refs:PNGZ_MSG_CAST (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngstruct.h40 # define PNGZ_MSG_CAST(s) png_constcast(char*,s) macro
43 # define PNGZ_MSG_CAST(s) (s) macro
A Dpng.c1008 png_ptr->zstream.msg = PNGZ_MSG_CAST("unexpected zlib return code");
1013 png_ptr->zstream.msg = PNGZ_MSG_CAST("unexpected end of LZ stream");
1020 png_ptr->zstream.msg = PNGZ_MSG_CAST("missing LZ dictionary");
1025 png_ptr->zstream.msg = PNGZ_MSG_CAST("zlib IO error");
1030 png_ptr->zstream.msg = PNGZ_MSG_CAST("bad parameters to zlib");
1034 png_ptr->zstream.msg = PNGZ_MSG_CAST("damaged LZ stream");
1038 png_ptr->zstream.msg = PNGZ_MSG_CAST("insufficient memory");
1045 png_ptr->zstream.msg = PNGZ_MSG_CAST("truncated");
1049 png_ptr->zstream.msg = PNGZ_MSG_CAST("unsupported zlib version");
1058 png_ptr->zstream.msg = PNGZ_MSG_CAST("unexpected zlib return");
A Dpngwutil.c316 png_ptr->zstream.msg = PNGZ_MSG_CAST("in use by IDAT"); in png_deflate_claim()
604 png_ptr->zstream.msg = PNGZ_MSG_CAST("compressed data too long"); in png_text_compress()
A Dpngrutil.c597 png_ptr->zstream.msg = PNGZ_MSG_CAST("zstream unclaimed"); in png_inflate()
830 png_ptr->zstream.msg = PNGZ_MSG_CAST("zstream unclaimed"); in png_inflate_read()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dpngfix.c76 # define PNGZ_MSG_CAST(s) constcast(char*,s) macro
79 # define PNGZ_MSG_CAST(s) (s) macro
2673 zlib.z.msg = PNGZ_MSG_CAST("[truncated]"); in zlib_check()
2712 zlib.z.msg = PNGZ_MSG_CAST( in zlib_check()

Completed in 23 milliseconds