Home
last modified time | relevance | path

Searched refs:invalid_handle (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/iostreams/src/
Dfile_descriptor.cpp75 static file_handle invalid_handle();
83 : handle_(invalid_handle()), flags_(0) in file_descriptor_impl()
253 { return handle_ != invalid_handle(); } in is_open()
261 if (handle_ != invalid_handle()) { in close_impl()
272 handle_ = invalid_handle(); in close_impl()
363 file_handle file_descriptor_impl::invalid_handle() in invalid_handle() function in boost::iostreams::detail::file_descriptor_impl
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_slot_management.function733 void invalid_handle( int handle_construction,
737 psa_key_handle_t invalid_handle = PSA_KEY_HANDLE_INIT;
758 invalid_handle = PSA_KEY_HANDLE_INIT;
779 invalid_handle =
785 &invalid_handle ) );
786 PSA_ASSERT( psa_destroy_key( invalid_handle ) );
789 invalid_handle =
797 TEST_EQUAL( psa_get_key_attributes( invalid_handle, &attributes ),
799 TEST_EQUAL( psa_close_key( invalid_handle ), close_status );
800 TEST_EQUAL( psa_destroy_key( invalid_handle ), close_status );
Dtest_suite_psa_crypto_slot_management.data206 invalid_handle:INVALID_HANDLE_0:PSA_SUCCESS
209 invalid_handle:INVALID_HANDLE_UNOPENED:PSA_ERROR_INVALID_HANDLE
212 invalid_handle:INVALID_HANDLE_CLOSED:PSA_ERROR_INVALID_HANDLE
215 invalid_handle:INVALID_HANDLE_HUGE:PSA_ERROR_INVALID_HANDLE
/third_party/boost/boost/system/
Dwindows_error.hpp55 invalid_handle = boost::winapi::ERROR_INVALID_HANDLE_, enumerator
/third_party/e2fsprogs/lib/ext2fs/
Dwindows_io.c580 goto invalid_handle; in windows_open_device()
598 invalid_handle: in windows_open_device()
/third_party/boost/libs/log/src/windows/
Devent_log_backend.cpp188 …m_error, "Could not find self module information", (boost::system::windows_error::invalid_handle));