Searched refs:PNGZ_INPUT_CAST (Results 1 – 4 of 4) sorted by relevance
41 # define PNGZ_INPUT_CAST(b) png_constcast(png_bytep,b) macro44 # define PNGZ_INPUT_CAST(b) (b) macro
520 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(comp->input); in png_text_compress()966 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input); in png_compress_IDAT()
503 png_ptr->zstream.next_in = PNGZ_INPUT_CAST(input); in png_inflate()
77 # define PNGZ_INPUT_CAST(b) constcast(png_bytep,b) macro80 # define PNGZ_INPUT_CAST(b) (b) macro