Home
last modified time | relevance | path

Searched refs:Connected (Results 1 – 25 of 7688) sorted by relevance

12345678910>>...308

/dports/www/p5-Apache-DBI/Apache-DBI-1.12/lib/Apache/
H A DDBI.pm200 if ($Connected{$Idx} and (!$needping or eval{$Connected{$Idx}->ping})) {
212 delete $Connected{$Idx};
214 return undef if !$Connected{$Idx};
231 %Connected = () if MP2;
270 my $dbh = $Connected{$Idx};
299 $Connected{$Idx}->{$key};
317 $Connected{$Idx}->{Active}
322 $Connected{$Idx}->{$key} =
328 $Connected{$Idx}->{$key} =
339 sub all_handlers { return \%Connected }
[all …]
/dports/games/eboard/eboard-1.1.3/
H A Dnetwork.cc351 Connected=0; in DirectConnection()
419 Connected=1; in open()
431 Connected=0; in close()
474 Connected = 0; in IncomingConnection()
542 Connected = 1; in acceptConnection()
554 Connected=0; in close()
603 Connected=1; in PipeConnection()
612 Connected=0; in init()
878 Connected=1; in open()
909 Connected=0; in close()
[all …]
/dports/audio/vimpc/vimpc-0.09.2/src/
H A Dmpdclient.cpp292 if (Connected() == true) in ConnectImpl()
336 if (Connected() == true) in Initialise()
1608 if (Connected()) in AddAllSearchResults()
1642 if (Connected()) in SearchResults()
1690 if (Connected() == true) in StateEvent()
1997 if (Connected() == true) in IsPasswordRequired()
2034 if (Connected() == true) in GetAllMetaInformation()
2101 if (Connected() == true) in GetAllMetaInformation()
2128 if (Connected() == true) in GetAllMetaInformation()
2173 if (Connected() == true) in GetAllMetaInformation()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/usb_gadget/
H A Dhid_gadget_test.py62 g.Connected(chip, usb_constants.Speed.HIGH)
71 g.Connected(chip, usb_constants.Speed.HIGH)
79 g.Connected(chip, usb_constants.Speed.HIGH)
86 g.Connected(chip, usb_constants.Speed.HIGH)
96 g.Connected(chip, usb_constants.Speed.HIGH)
104 g.Connected(chip, usb_constants.Speed.HIGH)
149 g.Connected(chip, usb_constants.Speed.HIGH)
159 g.Connected(chip, usb_constants.Speed.HIGH)
167 g.Connected(chip, usb_constants.Speed.HIGH)
175 g.Connected(chip, usb_constants.Speed.HIGH)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/usb_gadget/
H A Dhid_gadget_test.py62 g.Connected(chip, usb_constants.Speed.HIGH)
71 g.Connected(chip, usb_constants.Speed.HIGH)
79 g.Connected(chip, usb_constants.Speed.HIGH)
86 g.Connected(chip, usb_constants.Speed.HIGH)
96 g.Connected(chip, usb_constants.Speed.HIGH)
104 g.Connected(chip, usb_constants.Speed.HIGH)
149 g.Connected(chip, usb_constants.Speed.HIGH)
159 g.Connected(chip, usb_constants.Speed.HIGH)
167 g.Connected(chip, usb_constants.Speed.HIGH)
175 g.Connected(chip, usb_constants.Speed.HIGH)
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/hyper/src/client/connect/
H A Dmod.rs91 fn connected(&self) -> Connected; in connected() argument
99 pub struct Connected { struct
113 impl Connected { argument
115 pub fn new() -> Connected { in new()
116 Connected { in new()
158 pub fn negotiated_h2(mut self) -> Connected { in negotiated_h2() argument
165 pub(super) fn clone(&self) -> Connected { in clone() argument
166 Connected { in clone()
322 use super::Connected;
351 let c1 = Connected::new() in test_connected_extra_chain()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/hyper-0.13.10/src/client/connect/
H A Dmod.rs97 fn connected(&self) -> Connected; in connected() argument
105 pub struct Connected { struct
119 impl Connected { argument
121 pub fn new() -> Connected { in new()
122 Connected { in new()
175 pub fn negotiated_h2(mut self) -> Connected { in negotiated_h2() argument
187 pub(super) fn clone(&self) -> Connected { in clone() argument
188 Connected { in clone()
344 use super::Connected;
373 let c1 = Connected::new() in test_connected_extra_chain()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/hyper-0.13.6/src/client/connect/
H A Dmod.rs91 fn connected(&self) -> Connected; in connected() argument
99 pub struct Connected { struct
113 impl Connected { argument
115 pub fn new() -> Connected { in new()
116 Connected { in new()
158 pub fn negotiated_h2(mut self) -> Connected { in negotiated_h2() argument
165 pub(super) fn clone(&self) -> Connected { in clone() argument
166 Connected { in clone()
322 use super::Connected;
351 let c1 = Connected::new() in test_connected_extra_chain()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/hyper-0.13.10/src/client/connect/
H A Dmod.rs97 fn connected(&self) -> Connected; in connected() argument
105 pub struct Connected { struct
119 impl Connected { impl
121 pub fn new() -> Connected { in new()
122 Connected { in new()
175 pub fn negotiated_h2(mut self) -> Connected { in negotiated_h2() argument
187 pub(super) fn clone(&self) -> Connected { in clone() argument
188 Connected { in clone()
344 use super::Connected;
373 let c1 = Connected::new() in test_connected_extra_chain()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/hyper/src/client/connect/
H A Dmod.rs91 fn connected(&self) -> Connected; in connected() argument
99 pub struct Connected { struct
113 impl Connected { implementation
115 pub fn new() -> Connected { in new()
116 Connected { in new()
158 pub fn negotiated_h2(mut self) -> Connected { in negotiated_h2() argument
165 pub(super) fn clone(&self) -> Connected { in clone() argument
166 Connected { in clone()
322 use super::Connected;
351 let c1 = Connected::new() in test_connected_extra_chain()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/hyper-0.13.7/src/client/connect/
H A Dmod.rs91 fn connected(&self) -> Connected; in connected() argument
99 pub struct Connected { struct
113 impl Connected { argument
115 pub fn new() -> Connected { in new()
116 Connected { in new()
158 pub fn negotiated_h2(mut self) -> Connected { in negotiated_h2() argument
165 pub(super) fn clone(&self) -> Connected { in clone() argument
166 Connected { in clone()
322 use super::Connected;
351 let c1 = Connected::new() in test_connected_extra_chain()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/hyper/src/client/connect/
H A Dmod.rs91 fn connected(&self) -> Connected; in connected() argument
99 pub struct Connected { struct
113 impl Connected { argument
115 pub fn new() -> Connected { in new()
116 Connected { in new()
158 pub fn negotiated_h2(mut self) -> Connected { in negotiated_h2() argument
165 pub(super) fn clone(&self) -> Connected { in clone() argument
166 Connected { in clone()
322 use super::Connected;
351 let c1 = Connected::new() in test_connected_extra_chain()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/hyper-0.13.10/src/client/connect/
H A Dmod.rs97 fn connected(&self) -> Connected; in connected() argument
105 pub struct Connected { struct
119 impl Connected { impl
121 pub fn new() -> Connected { in new()
122 Connected { in new()
175 pub fn negotiated_h2(mut self) -> Connected { in negotiated_h2() argument
187 pub(super) fn clone(&self) -> Connected { in clone() argument
188 Connected { in clone()
344 use super::Connected;
373 let c1 = Connected::new() in test_connected_extra_chain()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/hyper/src/client/connect/
H A Dmod.rs91 fn connected(&self) -> Connected; in connected() argument
99 pub struct Connected { struct
113 impl Connected { impl
115 pub fn new() -> Connected { in new()
116 Connected { in new()
158 pub fn negotiated_h2(mut self) -> Connected { in negotiated_h2() argument
165 pub(super) fn clone(&self) -> Connected { in clone() argument
166 Connected { in clone()
322 use super::Connected;
351 let c1 = Connected::new() in test_connected_extra_chain()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/hyper/src/client/connect/
H A Dmod.rs91 fn connected(&self) -> Connected; in connected() argument
99 pub struct Connected { struct
113 impl Connected { argument
115 pub fn new() -> Connected { in new()
116 Connected { in new()
158 pub fn negotiated_h2(mut self) -> Connected { in negotiated_h2() argument
165 pub(super) fn clone(&self) -> Connected { in clone() argument
166 Connected { in clone()
322 use super::Connected;
351 let c1 = Connected::new() in test_connected_extra_chain()
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/hyper-0.13.7/src/client/connect/
H A Dmod.rs91 fn connected(&self) -> Connected;
99 pub struct Connected {
113 impl Connected {
115 pub fn new() -> Connected {
116 Connected {
158 pub fn negotiated_h2(mut self) -> Connected {
165 pub(super) fn clone(&self) -> Connected {
166 Connected {
322 use super::Connected;
351 let c1 = Connected::new()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/hyper-0.13.2/src/client/connect/
H A Dmod.rs91 fn connected(&self) -> Connected; in connected() argument
99 pub struct Connected { struct
113 impl Connected { argument
115 pub fn new() -> Connected { in new()
116 Connected { in new()
158 pub fn negotiated_h2(mut self) -> Connected { in negotiated_h2() argument
165 pub(super) fn clone(&self) -> Connected { in clone() argument
166 Connected { in clone()
322 use super::Connected;
351 let c1 = Connected::new() in test_connected_extra_chain()
[all …]
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/hyper-0.13.7/src/client/connect/
H A Dmod.rs91 fn connected(&self) -> Connected; in connected() argument
99 pub struct Connected { struct
113 impl Connected { argument
115 pub fn new() -> Connected { in new()
116 Connected { in new()
158 pub fn negotiated_h2(mut self) -> Connected { in negotiated_h2() argument
165 pub(super) fn clone(&self) -> Connected { in clone() argument
166 Connected { in clone()
322 use super::Connected;
351 let c1 = Connected::new() in test_connected_extra_chain()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/hyper-0.14.12/src/client/connect/
H A Dmod.rs104 fn connected(&self) -> Connected; in connected() argument
112 pub struct Connected { struct
126 impl Connected { argument
128 pub fn new() -> Connected { in new()
129 Connected { in new()
182 pub fn negotiated_h2(mut self) -> Connected { in negotiated_h2() argument
195 pub(super) fn clone(&self) -> Connected { in clone() argument
196 Connected { in clone()
353 use super::Connected;
382 let c1 = Connected::new() in test_connected_extra_chain()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/hyper-0.14.15/src/client/connect/
H A Dmod.rs104 fn connected(&self) -> Connected; in connected() argument
112 pub struct Connected { struct
126 impl Connected { argument
128 pub fn new() -> Connected { in new()
129 Connected { in new()
182 pub fn negotiated_h2(mut self) -> Connected { in negotiated_h2() argument
195 pub(super) fn clone(&self) -> Connected { in clone() argument
196 Connected { in clone()
353 use super::Connected;
382 let c1 = Connected::new() in test_connected_extra_chain()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/hyper-0.14.16/src/client/connect/
H A Dmod.rs104 fn connected(&self) -> Connected; in connected() argument
112 pub struct Connected { struct
126 impl Connected { impl
128 pub fn new() -> Connected { in new()
129 Connected { in new()
182 pub fn negotiated_h2(mut self) -> Connected { in negotiated_h2() argument
195 pub(super) fn clone(&self) -> Connected { in clone() argument
196 Connected { in clone()
353 use super::Connected;
382 let c1 = Connected::new() in test_connected_extra_chain()
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/hyper-0.14.13/src/client/connect/
H A Dmod.rs104 fn connected(&self) -> Connected; in connected() argument
112 pub struct Connected { struct
126 impl Connected { impl
128 pub fn new() -> Connected { in new()
129 Connected { in new()
182 pub fn negotiated_h2(mut self) -> Connected { in negotiated_h2() argument
195 pub(super) fn clone(&self) -> Connected { in clone() argument
196 Connected { in clone()
353 use super::Connected;
382 let c1 = Connected::new() in test_connected_extra_chain()
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/hyper-0.14.12/src/client/connect/
H A Dmod.rs104 fn connected(&self) -> Connected; in connected() argument
112 pub struct Connected { struct
126 impl Connected { argument
128 pub fn new() -> Connected { in new()
129 Connected { in new()
182 pub fn negotiated_h2(mut self) -> Connected { in negotiated_h2() argument
195 pub(super) fn clone(&self) -> Connected { in clone() argument
196 Connected { in clone()
353 use super::Connected;
382 let c1 = Connected::new() in test_connected_extra_chain()
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/hyper-0.14.11/src/client/connect/
H A Dmod.rs104 fn connected(&self) -> Connected; in connected() argument
112 pub struct Connected { struct
126 impl Connected { impl
128 pub fn new() -> Connected { in new()
129 Connected { in new()
182 pub fn negotiated_h2(mut self) -> Connected { in negotiated_h2() argument
195 pub(super) fn clone(&self) -> Connected { in clone() argument
196 Connected { in clone()
353 use super::Connected;
382 let c1 = Connected::new() in test_connected_extra_chain()
[all …]
/dports/www/rearx/rearx-0.1.4/cargo-crates/hyper-0.14.4/src/client/connect/
H A Dmod.rs104 fn connected(&self) -> Connected; in connected() argument
112 pub struct Connected { struct
126 impl Connected { argument
128 pub fn new() -> Connected { in new()
129 Connected { in new()
182 pub fn negotiated_h2(mut self) -> Connected { in negotiated_h2() argument
195 pub(super) fn clone(&self) -> Connected { in clone() argument
196 Connected { in clone()
353 use super::Connected;
382 let c1 = Connected::new() in test_connected_extra_chain()
[all …]

12345678910>>...308