Searched refs:ro (Results 1 - 25 of 118) sorted by relevance

12345

/macosx-10.10/ruby-106/ruby/sample/drb/
H A Ddlogc.rb11 ro = DRbObject.new(nil, there)
12 ro.log(123)
13 ro.log("hello")
15 ro.log("wakeup")
H A Ddrbc.rb28 ro = DRbObject.new_with_uri(there)
30 puts ro
31 p ro.to_a
32 puts ro.hello
33 p ro.hello
34 puts ro.sample(DRbEx2.new(1), 2, 3)
35 puts ro.sample(1, ro.sample(DRbEx2.new(1), 2, 3), DRbEx2.new(3))
38 ro.err
H A Ddrbch.rb31 ro = DRbObject.new(nil, there)
33 puts ro
34 p ro.to_a
35 puts ro.hello
36 p ro.hello
37 puts ro.sample(DRbEx2.new(1), 2, 3)
38 puts ro.sample(1, ro.sample(DRbEx2.new(1), 2, 3), DRbEx2.new(3))
41 ro.err
H A Ddarrayc.rb11 ro = DRbObject.new(nil, there)
12 p ro.size
15 a = ro.collect { |x|
21 p ro.find { |x| x.kind_of? String }
24 ro.each do |x|
30 ro.each do |x|
36 ro.each do |x|
43 ro.each do |x|
H A Dholderc.rb11 ro = DRbObject.new(nil, there)
15 ary.push(ro.gen)
H A Dgw_ct.rb18 ro = DRbObject.new(nil, ARGV.shift)
19 ro[:tcp] = Foo.new
22 it = ro[:unix]
H A Dgw_cu.rb19 ro = DRbObject.new(nil, ARGV.shift)
20 ro[:unix] = Foo.new
23 it = ro[:tcp]
H A Dnamec.rb16 ro = DRbObject.new(nil, there)
18 seq = ro["seq"]
19 mutex = ro["mutex"]
H A Ddchatc.rb34 ro = DRbObject.new(nil, there)
37 entry = ro.add_member(chat)
/macosx-10.10/CPANInternal-159.1/Readonly-1.03/
H A Dbenchmark.pl67 sub ro subroutine
80 ro => \&ro,
/macosx-10.10/ruby-106/ruby/test/drb/
H A Ddrbtest.rb99 ro = DRbObject.new(nil, 'druby://localhost:12345')
100 assert_equal('druby://localhost:12345', ro.__drburi)
101 assert_equal(nil, ro.__drbref)
103 ro = DRbObject.new_with_uri('druby://localhost:12345')
104 assert_equal('druby://localhost:12345', ro.__drburi)
105 assert_equal(nil, ro.__drbref)
107 ro = DRbObject.new_with_uri('druby://localhost:12345?foobar')
108 assert_equal('druby://localhost:12345', ro.__drburi)
109 assert_equal(DRb::DRbURIOption.new('foobar'), ro.__drbref)
235 ro
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_output.c226 ip_output(struct mbuf *m0, struct mbuf *opt, struct route *ro, int flags, argument
229 return (ip_output_list(m0, 0, opt, ro, flags, imo, ipoa));
238 * Route ro MUST be non-NULL; if ro->ro_rt is valid, route lookup would be
239 * skipped and ro->ro_rt would be used. Otherwise the result of route
240 * lookup is stored in ro->ro_rt.
247 struct route *ro, int flags, struct ip_moptions *imo,
353 ro = &saved_route;
412 VERIFY(ro != NULL);
477 if (ro
246 ip_output_list(struct mbuf *m0, int packetchain, struct mbuf *opt, struct route *ro, int flags, struct ip_moptions *imo, struct ip_out_args *ipoa) argument
3119 in_selectsrcif(struct ip *ip, struct route *ro, unsigned int ifscope) argument
3458 struct route ro; local
[all...]
H A Dkpi_ipfilter.c290 struct route ro; local
340 bzero(&ro, sizeof(struct route));
350 error = ip_output(m, NULL, &ro,
354 ROUTE_RELEASE(&ro);
366 struct route_in6 ro; local
416 bzero(&ro, sizeof(struct route_in6));
423 error = ip6_output(m, NULL, &ro, IPV6_OUTARGS, im6o, NULL, &ip6oa);
426 ROUTE_RELEASE(&ro);
H A Din_pcb.c999 struct route *ro = &inp->inp_route; local
1060 if (ro->ro_rt != NULL)
1061 RT_LOCK_SPIN(ro->ro_rt);
1062 if (ROUTE_UNUSABLE(ro) || ro->ro_dst.sa_family != AF_INET ||
1063 SIN(&ro->ro_dst)->sin_addr.s_addr != SIN(nam)->sin_addr.s_addr ||
1065 if (ro->ro_rt != NULL)
1066 RT_UNLOCK(ro->ro_rt);
1067 ROUTE_RELEASE(ro);
1070 (ro
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Din6_src.c154 struct ip6_moptions *, struct route_in6 *ro,
199 struct inpcb *inp, struct route_in6 *ro,
249 if ((*errorp = in6_selectif(dstsock, opts, mopts, ro, &ip6oa,
310 if ((*errorp = in6_selectif(dstsock, opts, mopts, ro, &ip6oa,
415 if (ro != NULL && ro->ro_rt != NULL && ia_best->ia6_ndpr != NULL &&
434 else if (rta == ro->ro_rt && rtb != ro->ro_rt)
436 else if (rta != ro->ro_rt && rtb == ro
198 in6_selectsrc(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct inpcb *inp, struct route_in6 *ro, struct ifnet **ifpp, struct in6_addr *src_storage, unsigned int ifscope, int *errorp) argument
610 selectroute(struct sockaddr_in6 *srcsock, struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct in6_ifaddr **retsrcia, struct route_in6 *ro, struct ifnet **retifp, struct rtentry **retrt, int clone, int norouteok, struct ip6_out_args *ip6oa) argument
1141 in6_selectif(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct route_in6 *ro, struct ip6_out_args *ip6oa, struct ifnet **retifp) argument
1216 in6_selectroute(struct sockaddr_in6 *srcsock, struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct in6_ifaddr **retsrcia, struct route_in6 *ro, struct ifnet **retifp, struct rtentry **retrt, int clone, struct ip6_out_args *ip6oa) argument
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_utun_crypto_ipsec.c704 struct route *ro = NULL; local
763 ro = &sav->sah->sa_route;
764 dst4 = (struct sockaddr_in *)(void *)&ro->ro_dst;
765 if (ro->ro_rt) {
766 RT_LOCK(ro->ro_rt);
768 if (ROUTE_UNUSABLE(ro) ||
770 if (ro->ro_rt != NULL)
771 RT_UNLOCK(ro->ro_rt);
772 ROUTE_RELEASE(ro);
774 if (ro
[all...]
H A Dnetsrc.c191 struct route_in6 ro; local
201 memset(&ro, 0, sizeof(ro));
203 ro.ro_rt = rt_lookup(TRUE, (struct sockaddr *)dstsin6, NULL,
206 if (!ro.ro_rt)
208 in6 = in6_selectsrc(dstsin6, NULL, NULL, &ro, NULL, &storage,
210 ROUTE_RELEASE(&ro);
/macosx-10.10/rsync-45/rsync/support/
H A Dcull_options60 $val = '$ro ? -1 : ' . $val if $opt =~ /^remove-/;
H A Drrsync18 Use 'command="$0 [-ro] SUBDIR"'
22 our $ro = (@ARGV && $ARGV[0] eq '-ro') ? shift : ''; # -ro = Read-Only
32 # command="rrsync -ro results" ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAmkHG1WCjC...
43 die "$0 -ro: sending to read-only server not allowed\n" if $ro && !$am_sender;
98 'remove-sent-files' => $ro ? -1 : 0,
99 'remove-source-files' => $ro ? -1 : 0,
/macosx-10.10/ruby-106/ruby/lib/drb/
H A Dextserv.rb18 ro = DRbObject.new(nil, there)
20 @invoker = ro.regist(name, DRbObject.new(self, @server.uri))
H A Dextservm.rb47 def regist(name, ro)
49 @servers[name] = ro
/macosx-10.10/ruby-106/ruby/lib/rinda/
H A Drinda.rb189 # This DRbObjectTemplate matches +ro+ if the remote object's drburi and
192 def ===(ro)
193 return true if super(ro)
195 return false unless (@drb_uri === ro.__drburi rescue false)
198 return false unless (@drb_ref === ro.__drbref rescue false)
/macosx-10.10/objc4-646/runtime/
H A Dobjc-runtime-new.mm150 if (_data->ro->baseMethods) { \
165 } else if (!_data->ro->baseMethods) { \
377 * Reallocates rw->ro if necessary to make it writeable.
387 class_ro_t *ro = (class_ro_t *)
388 _memdup_internal(rw->ro, sizeof(*rw->ro));
389 rw->ro = ro;
392 return (class_ro_t *)rw->ro;
565 return (cls->data()->ro
[all...]
/macosx-10.10/ruby-106/ruby/test/rinda/
H A Dtest_rinda.rb203 ro = DRbObject.new(nil, "druby://host:1234")
205 assert(tmpl === ro)
208 assert(tmpl === ro)
211 assert(!(tmpl === ro))
214 assert(tmpl === ro)
216 ro = DRbObject.new_with(12345, 1234)
217 assert(!(tmpl === ro))
219 ro = DRbObject.new_with("druby://foo:12345", 1234)
220 assert(!(tmpl === ro))
223 assert(tmpl === ro)
[all...]
/macosx-10.10/apache-793/httpd/modules/dav/fs/
H A Drepos.h56 dav_error * dav_dbm_open_direct(apr_pool_t *p, const char *pathname, int ro,

Completed in 301 milliseconds

12345