Searched refs:PNG_IO_SIGNATURE (Results 1 – 11 of 11) sorted by relevance
374 case PNG_IO_SIGNATURE: in pngtest_check_io_state()
2448 # define PNG_IO_SIGNATURE 0x0010 /* currently at the file signature */ macro
57 png_ptr->io_state = PNG_IO_WRITING | PNG_IO_SIGNATURE; in png_write_sig()
133 png_ptr->io_state = PNG_IO_READING | PNG_IO_SIGNATURE; in png_read_sig()
2450 # define PNG_IO_SIGNATURE 0x0010 /* currently at the file signature */ macro