Home
last modified time | relevance | path

Searched refs:CloseAllSessions (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/osclientcerts/src/
H A Dmanager.rs31 CloseAllSessions, enumerator
52 CloseAllSessions(Result<(), ()>), enumerator
111 ManagerArguments::CloseAllSessions => { in new()
112 ManagerReturnValue::CloseAllSessions(real_manager.close_all_sessions()) in new()
206 ManagerArguments::CloseAllSessions, in close_all_sessions()
207 ManagerReturnValue::CloseAllSessions in close_all_sessions()
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/osclientcerts/src/
H A Dmanager.rs41 CloseAllSessions(SlotType), enumerator
62 CloseAllSessions(Result<(), ()>), enumerator
125 ManagerArguments::CloseAllSessions(slot_type) => { in new()
126 ManagerReturnValue::CloseAllSessions( in new()
230 ManagerArguments::CloseAllSessions(slot_type), in close_all_sessions()
231 ManagerReturnValue::CloseAllSessions in close_all_sessions()
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/osclientcerts/src/
H A Dmanager.rs41 CloseAllSessions(SlotType), enumerator
62 CloseAllSessions(Result<(), ()>), enumerator
125 ManagerArguments::CloseAllSessions(slot_type) => { in new()
126 ManagerReturnValue::CloseAllSessions( in new()
230 ManagerArguments::CloseAllSessions(slot_type), in close_all_sessions()
231 ManagerReturnValue::CloseAllSessions in close_all_sessions()
/dports/www/firefox/firefox-99.0/security/manager/ssl/rsclientcerts/src/
H A Dmanager.rs62 CloseAllSessions(SlotType), enumerator
83 CloseAllSessions(Result<(), Error>), enumerator
142 ManagerArguments::CloseAllSessions(slot_type) => { in new()
143 ManagerReturnValue::CloseAllSessions( in new()
238 ManagerArguments::CloseAllSessions(slot_type), in close_all_sessions()
239 ManagerReturnValue::CloseAllSessions in close_all_sessions()
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/api/
H A Dapiproto.h53 void CloseAllSessions(CK_SLOT_ID slot_id);
H A Dapiutil.c152 void CloseAllSessions(CK_SLOT_ID slot_id) in CloseAllSessions() function
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/Logger/ServerOnly/
H A DSQLiteServerLoggerSample.cpp90 loggerPlugin.CloseAllSessions(); in main()
H A DSQLiteServerLoggerPlugin.h68 void CloseAllSessions(void);
H A DSQLiteServerLoggerPlugin.cpp804 CloseAllSessions(); in ~SQLiteServerLoggerPlugin()
1105 void SQLiteServerLoggerPlugin::CloseAllSessions(void) in CloseAllSessions() function in SQLiteServerLoggerPlugin
1184 CloseAllSessions(); in OnShutdown()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_network_session.cc222 spdy_session_pool_.CloseAllSessions(); in ~HttpNetworkSession()
336 quic_stream_factory_.CloseAllSessions(net_error, quic::QUIC_PEER_GOING_AWAY); in CloseAllConnections()
H A Dhttp_proxy_connect_job_unittest.cc1172 session_->spdy_session_pool()->CloseAllSessions(); in TEST_P()
1275 session_->spdy_session_pool()->CloseAllSessions(); in TEST_P()
1380 session_->spdy_session_pool()->CloseAllSessions(); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_network_session.cc228 spdy_session_pool_.CloseAllSessions(); in ~HttpNetworkSession()
341 quic_stream_factory_.CloseAllSessions(net_error, quic::QUIC_PEER_GOING_AWAY); in CloseAllConnections()
H A Dhttp_proxy_connect_job_unittest.cc1173 session_->spdy_session_pool()->CloseAllSessions(); in TEST_P()
1276 session_->spdy_session_pool()->CloseAllSessions(); in TEST_P()
1381 session_->spdy_session_pool()->CloseAllSessions(); in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/spdy/
H A Dspdy_session_pool.h271 void CloseAllSessions();
H A Dspdy_session_pool.cc128 CloseAllSessions(); in ~SpdySessionPool()
429 void SpdySessionPool::CloseAllSessions() { in CloseAllSessions() function in net::SpdySessionPool
H A Dspdy_session_pool_unittest.cc375 TEST_F(SpdySessionPoolTest, CloseAllSessions) { in TEST_F() argument
417 spdy_session_pool_->CloseAllSessions(); in TEST_F()
657 http_session_->spdy_session_pool()->CloseAllSessions(); in RunIPPoolingDisabledTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/spdy/
H A Dspdy_session_pool.h272 void CloseAllSessions();
H A Dspdy_session_pool.cc130 CloseAllSessions(); in ~SpdySessionPool()
426 void SpdySessionPool::CloseAllSessions() { in CloseAllSessions() function in net::SpdySessionPool
H A Dspdy_session_pool_unittest.cc376 TEST_F(SpdySessionPoolTest, CloseAllSessions) { in TEST_F() argument
418 spdy_session_pool_->CloseAllSessions(); in TEST_F()
658 http_session_->spdy_session_pool()->CloseAllSessions(); in RunIPPoolingDisabledTest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quic/
H A Dquic_stream_factory.h283 void CloseAllSessions(int error, quic::QuicErrorCode quic_error);
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/
H A Dquic_stream_factory.h290 void CloseAllSessions(int error, quic::QuicErrorCode quic_error);
H A Dquic_stream_factory.cc1127 CloseAllSessions(ERR_ABORTED, quic::QUIC_CONNECTION_CANCELLED); in ~QuicStreamFactory()
1330 void QuicStreamFactory::CloseAllSessions(int error, in CloseAllSessions() function in net::QuicStreamFactory
1482 CloseAllSessions(ERR_NETWORK_CHANGED, quic::QUIC_IP_ADDRESS_CHANGED); in OnIPAddressChanged()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/miekg/pkcs11/
H A Dpkcs11.go941 func (c *Ctx) CloseAllSessions(slotID uint) error { func
945 e := C.CloseAllSessions(c.ctx, C.CK_ULONG(slotID))
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/miekg/pkcs11/
H A Dpkcs11.go973 func (c *Ctx) CloseAllSessions(slotID uint) error { func
977 e := C.CloseAllSessions(c.ctx, C.CK_ULONG(slotID))
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/
H A Dpkcs11.go973 func (c *Ctx) CloseAllSessions(slotID uint) error { func
977 e := C.CloseAllSessions(c.ctx, C.CK_ULONG(slotID))

12