Home
last modified time | relevance | path

Searched refs:AuthenticationNeeded (Results 1 – 25 of 51) sorted by relevance

123

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-http3/src/
H A Dclient_events.rs32 AuthenticationNeeded, enumerator
80 self.insert(Http3ClientEvent::AuthenticationNeeded); in authentication_needed()
H A Dconnection_server.rs145 ConnectionEvent::AuthenticationNeeded => return Err(Error::HttpInternalError), in check_connection_events()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-http3/src/
H A Dclient_events.rs66 AuthenticationNeeded, enumerator
169 self.insert(Http3ClientEvent::AuthenticationNeeded); in authentication_needed()
H A Dconnection_server.rs167 ConnectionEvent::AuthenticationNeeded in check_connection_events()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-http3/src/
H A Dclient_events.rs66 AuthenticationNeeded, enumerator
169 self.insert(Http3ClientEvent::AuthenticationNeeded); in authentication_needed()
H A Dconnection_server.rs167 ConnectionEvent::AuthenticationNeeded in check_connection_events()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/src/
H A Devents.rs22 AuthenticationNeeded, enumerator
75 self.insert(ConnectionEvent::AuthenticationNeeded); in authentication_needed()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/src/
H A Devents.rs22 AuthenticationNeeded, enumerator
75 self.insert(ConnectionEvent::AuthenticationNeeded); in authentication_needed()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-transport/src/
H A Devents.rs23 AuthenticationNeeded, enumerator
57 self.insert(ConnectionEvent::AuthenticationNeeded); in authentication_needed()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-http3/src/
H A Dclient_events.rs87 AuthenticationNeeded, enumerator
244 self.insert(Http3ClientEvent::AuthenticationNeeded); in authentication_needed()
H A Dconnection_server.rs276 ConnectionEvent::AuthenticationNeeded in check_connection_events()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/
H A Devents.rs31 AuthenticationNeeded, enumerator
90 self.insert(ConnectionEvent::AuthenticationNeeded); in authentication_needed()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/socket/neqo_glue/src/
H A Dlib.rs404 AuthenticationNeeded, enumerator
447 Http3ClientEvent::AuthenticationNeeded => Http3Event::AuthenticationNeeded, in from()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-http3/tests/
H A Dhttpconn.rs93 let authentication_needed = |e| matches!(e, Http3ClientEvent::AuthenticationNeeded); in connect()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-http3/tests/
H A Dhttpconn.rs93 let authentication_needed = |e| matches!(e, Http3ClientEvent::AuthenticationNeeded); in connect()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-http3/tests/
H A Dpriority.rs40 let authentication_needed = |e| matches!(e, Http3ClientEvent::AuthenticationNeeded); in connect_with()
H A Dsend_message.rs142 let authentication_needed = |e| matches!(e, Http3ClientEvent::AuthenticationNeeded); in connect_send_and_receive_request()
H A Dhttpconn.rs99 let authentication_needed = |e| matches!(e, Http3ClientEvent::AuthenticationNeeded); in connect_peers()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-http3/tests/
H A Dhttpconn.rs93 let authentication_needed = |e| matches!(e, Http3ClientEvent::AuthenticationNeeded); in connect()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/socket/neqo_glue/src/
H A Dlib.rs569 AuthenticationNeeded, enumerator
697 Http3ClientEvent::AuthenticationNeeded => Http3Event::AuthenticationNeeded, in neqo_http3conn_event()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/socket/neqo_glue/src/
H A Dlib.rs569 AuthenticationNeeded, enumerator
697 Http3ClientEvent::AuthenticationNeeded => Http3Event::AuthenticationNeeded, in neqo_http3conn_event()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/tests/sim/
H A Dconnection.rs112 if matches!(e, ConnectionEvent::AuthenticationNeeded) { in process()
/dports/www/firefox/firefox-99.0/netwerk/socket/neqo_glue/src/
H A Dlib.rs641 AuthenticationNeeded, enumerator
773 Http3ClientEvent::AuthenticationNeeded => Http3Event::AuthenticationNeeded, in neqo_http3conn_event()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/tests/sim/
H A Dconnection.rs112 if matches!(e, ConnectionEvent::AuthenticationNeeded) { in process()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/tests/sim/
H A Dconnection.rs112 if matches!(e, ConnectionEvent::AuthenticationNeeded) { in process()

123