Home
last modified time | relevance | path

Searched refs:svrs (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/server/quorum/
H A DQuorumPeerTestBase.java504 svrs.clientPorts = new int[SERVER_COUNT];
507 svrs.clientPorts[i] = PortAssignment.unique();
511 svrs.clientPorts[i]));
515 svrs.mt = new MainThread[SERVER_COUNT];
516 svrs.zk = new ZooKeeper[SERVER_COUNT];
519svrs.mt[i] = new MainThread(i, svrs.clientPorts[i], quorumCfgSection, otherConfigs, tickTime);
521 svrs.mt[i] = new MainThread(i, svrs.clientPorts[i], quorumCfgSection, otherConfigs);
523 svrs.mt[i].start();
524 svrs.restartClient(i, this);
527 waitForAll(svrs, ZooKeeper.States.CONNECTED);
[all …]
H A DQuorumPeerMainTest.java868 Servers svrs = new Servers(); in testLeaderOutOfView() local
869 svrs.clientPorts = new int[numServers]; in testLeaderOutOfView()
871 svrs.clientPorts[i] = PortAssignment.unique(); in testLeaderOutOfView()
876 svrs.mt = new MainThread[3]; in testLeaderOutOfView()
879 svrs.mt[0] = new MainThread(1, svrs.clientPorts[0], quorumCfgIncomplete); in testLeaderOutOfView()
881 svrs.mt[i] = new MainThread(i + 1, svrs.clientPorts[i], quorumCfgComplete); in testLeaderOutOfView()
885 svrs.mt[0].start(); in testLeaderOutOfView()
886 QuorumPeer quorumPeer1 = waitForQuorumPeer(svrs.mt[0], CONNECTION_TIMEOUT); in testLeaderOutOfView()
891 svrs.mt[highestServerIndex].start(); in testLeaderOutOfView()
897 svrs.mt[i].start(); in testLeaderOutOfView()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/input/
H A Dinput_helper.c237 char *svrs, *pt; in _x_input_get_default_server_mrls() local
246 svrs = strdup(entry->str_value); in _x_input_get_default_server_mrls()
250 for (n = 1, pt = svrs; pt; pt = strchr(pt + 1, ' '), n++) { } in _x_input_get_default_server_mrls()
253 free(svrs); in _x_input_get_default_server_mrls()
257 for (n = 0, pt = svrs; pt; ) { in _x_input_get_default_server_mrls()
274 free(svrs); in _x_input_get_default_server_mrls()
/dports/net-mgmt/nagiosgraph/nagiosgraph-1.5.2/utils/
H A Dflat2hier.pl22 my @svrs;
164 foreach my $seenh (@svrs) {
198 if ($what eq 'host') { push @svrs, $result; }
/dports/mail/pfqueue/pfqueue-0.5.6/
H A Dfe_socket.c24 int svrs; // Server socket variable
384 clis = accept ( svrs, (struct sockaddr*)&clia, &clil ); in main_loop()
443 svrs = socket ( AF_INET, SOCK_STREAM, 0 ); in main()
444 if ( svrs<0 ) { in main()
451 if ( bind(svrs, (struct sockaddr*)&svra, sizeof(svra)) < 0 ) { in main()
455 listen ( svrs, 5 ); in main()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/memcached-rs-0.4.2/src/client/
H A Dmod.rs138 pub fn connect<S: ToString>(svrs: &[(S, usize)], p: proto::ProtoType) -> io::Result<Client> { in connect()
139 Client::conn(svrs, p, None) in connect()
149 svrs: &[(S, usize)], in connect_sasl()
154 Client::conn(svrs, p, Some(Sasl { username, password })) in connect_sasl()
158 svrs: &[(S, usize)], in conn()
162 assert!(!svrs.is_empty(), "Server list should not be empty"); in conn()
165 for (addr, weight) in svrs.iter() { in conn()
/dports/lang/ruby26/ruby-2.6.9/lib/webrick/
H A Dserver.rb170 if svrs = IO.select([sp, *@listeners])
171 if svrs[0].include? sp
178 svrs[0].each{|svr|
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/svm/
H A Dplot_svm_regression.py33 svrs = [svr_rbf, svr_lin, svr_poly]
38 for ix, svr in enumerate(svrs):
/dports/x11-fonts/xfs/xfs-1.2.0/os/
H A Dosglue.c260 ListAlternateServers(AlternateServerPtr *svrs) in ListAlternateServers() argument
262 *svrs = alt_servers; in ListAlternateServers()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSSocketPortNameServer.m628 struct in_addr *svrs = &singleServer;
666 svrs->s_addr = inet_addr("127.0.0.1");
668 inet_aton("127.0.0.1", (struct in_addr *)&svrs->s_addr);
697 svrs = (struct in_addr*)([dat bytes] + 4);
731 svrs->s_addr = inet_addr([host cString]);
733 inet_aton([host cString], (struct in_addr *)&svrs->s_addr);
738 * Ok, 'svrs'now points to one or more internet addresses in network
761 [com setAddr: svrs[count]];
763 (char*)inet_ntoa(svrs[count])];
/dports/x11-fonts/xfs/xfs-1.2.0/include/
H A Dos.h121 extern int ListAlternateServers(AlternateServerPtr *svrs);
/dports/www/trafficserver/trafficserver-9.1.1/tools/jtest/
H A DREADME20 con new ops 1byte lat bytes/per svrs new ops total time err
H A DREADME.zh.md52 con new ops 1byte lat bytes/per svrs new ops total time err
65 * svrs:服务器端请求数
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Mips/
H A DMips16InstrFormats.td378 // <|opcode|svrs|s|ra|s0|s1|framesize>
405 // <|opcode|svrs|s|ra|s0|s1|framesize>
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Mips/
H A DMips16InstrFormats.td378 // <|opcode|svrs|s|ra|s0|s1|framesize>
405 // <|opcode|svrs|s|ra|s0|s1|framesize>
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Mips/
H A DMips16InstrFormats.td378 // <|opcode|svrs|s|ra|s0|s1|framesize>
405 // <|opcode|svrs|s|ra|s0|s1|framesize>
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Mips/
H A DMips16InstrFormats.td378 // <|opcode|svrs|s|ra|s0|s1|framesize>
405 // <|opcode|svrs|s|ra|s0|s1|framesize>
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Mips/
H A DMips16InstrFormats.td378 // <|opcode|svrs|s|ra|s0|s1|framesize>
405 // <|opcode|svrs|s|ra|s0|s1|framesize>
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Mips/
H A DMips16InstrFormats.td378 // <|opcode|svrs|s|ra|s0|s1|framesize>
405 // <|opcode|svrs|s|ra|s0|s1|framesize>
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMips16InstrFormats.td378 // <|opcode|svrs|s|ra|s0|s1|framesize>
405 // <|opcode|svrs|s|ra|s0|s1|framesize>
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrFormats.td378 // <|opcode|svrs|s|ra|s0|s1|framesize>
405 // <|opcode|svrs|s|ra|s0|s1|framesize>
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/Mips/
H A DMips16InstrFormats.td378 // <|opcode|svrs|s|ra|s0|s1|framesize>
405 // <|opcode|svrs|s|ra|s0|s1|framesize>
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/Mips/
H A DMips16InstrFormats.td378 // <|opcode|svrs|s|ra|s0|s1|framesize>
405 // <|opcode|svrs|s|ra|s0|s1|framesize>
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrFormats.td378 // <|opcode|svrs|s|ra|s0|s1|framesize>
405 // <|opcode|svrs|s|ra|s0|s1|framesize>
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Mips/
H A DMips16InstrFormats.td378 // <|opcode|svrs|s|ra|s0|s1|framesize>
405 // <|opcode|svrs|s|ra|s0|s1|framesize>

12