Searched refs:io_state (Results 1 – 13 of 13) sorted by relevance
93 switch (context->io_state) { in ifapi_get_key_public()94 statecase(context->io_state, IO_INIT) in ifapi_get_key_public()100 statecase(context->io_state, IO_ACTIVE) in ifapi_get_key_public()124 context->io_state = IO_INIT; in ifapi_get_key_public()163 switch (context->io_state) { in ifapi_get_object_name()164 statecase(context->io_state, IO_INIT) in ifapi_get_object_name()170 statecase(context->io_state, IO_ACTIVE) in ifapi_get_object_name()238 switch (context->io_state) { in ifapi_get_nv_public()239 statecase(context->io_state, IO_INIT) in ifapi_get_nv_public()245 statecase(context->io_state, IO_ACTIVE) in ifapi_get_nv_public()[all …]
1009 enum IFAPI_IO_STATE io_state; member
26 std::strstream::io_state b = std::strstream::eofbit; in main()
27 std::strstream::io_state b = std::strstream::eofbit; in main()
463 png_uint_32 io_state; member
354 png_uint_32 io_state = png_get_io_state(png_ptr); in pngtest_check_io_state() local358 if ((io_state & PNG_IO_MASK_OP) != io_op) in pngtest_check_io_state()364 switch (io_state & PNG_IO_MASK_LOC) in pngtest_check_io_state()
57 png_ptr->io_state = PNG_IO_WRITING | PNG_IO_SIGNATURE; in png_write_sig()90 png_ptr->io_state = PNG_IO_WRITING | PNG_IO_CHUNK_HDR; in png_write_chunk_header()110 png_ptr->io_state = PNG_IO_WRITING | PNG_IO_CHUNK_DATA; in png_write_chunk_header()156 png_ptr->io_state = PNG_IO_WRITING | PNG_IO_CHUNK_CRC; in png_write_chunk_end()
133 png_ptr->io_state = PNG_IO_READING | PNG_IO_SIGNATURE; in png_read_sig()162 png_ptr->io_state = PNG_IO_READING | PNG_IO_CHUNK_HDR; in png_read_chunk_header()188 png_ptr->io_state = PNG_IO_READING | PNG_IO_CHUNK_DATA; in png_read_chunk_header()271 png_ptr->io_state = PNG_IO_READING | PNG_IO_CHUNK_CRC; in png_crc_error()
1226 return png_ptr->io_state; in png_get_io_state()
2016 Implemented support for I/O states. Added png_ptr member io_state, and3090 Added test for io_state in pngtest.c (Cosmin)
4717 We implemented support for I/O states by adding png_ptr member io_state
273 typedef iostate io_state;
289 typedef iostate io_state;