Home
last modified time | relevance | path

Searched refs:io_state (Results 1 – 13 of 13) sorted by relevance

/external/tpm2-tss/src/tss2-fapi/
Difapi_policy_callbacks.c93 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 …]
Dfapi_int.h1009 enum IFAPI_IO_STATE io_state; member
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.ios.members/
Dio_state.pass.cpp26 std::strstream::io_state b = std::strstream::eofbit; in main()
/external/libcxx/test/std/depr/depr.ios.members/
Dio_state.pass.cpp27 std::strstream::io_state b = std::strstream::eofbit; in main()
/external/libpng/
Dpngstruct.h463 png_uint_32 io_state; member
Dpngtest.c354 png_uint_32 io_state = png_get_io_state(png_ptr); in pngtest_check_io_state() local
358 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()
Dpngwutil.c57 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()
Dpngrutil.c133 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()
Dpngget.c1226 return png_ptr->io_state; in png_get_io_state()
DCHANGES2016 Implemented support for I/O states. Added png_ptr member io_state, and
3090 Added test for io_state in pngtest.c (Cosmin)
Dlibpng-manual.txt4717 We implemented support for I/O states by adding png_ptr member io_state
/external/libcxx/include/
Dios273 typedef iostate io_state;
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dios289 typedef iostate io_state;