Home
last modified time | relevance | path

Searched refs:bound_to (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/dhewm3/dhewm3-1.5.1/neo/sys/win32/
H A Dwin_net.cpp289 if ( bound_to ) { in NET_IPSocket()
664 memset( &bound_to, 0, sizeof( bound_to ) ); in idPort()
685 memset( &bound_to, 0, sizeof( bound_to ) ); in InitForPort()
689 udpPorts[ bound_to.port ] = new idUDPLag; in InitForPort()
701 if ( udpPorts[ bound_to.port ] ) { in Close()
702 delete udpPorts[ bound_to.port ]; in Close()
703 udpPorts[ bound_to.port ] = NULL; in Close()
707 memset( &bound_to, 0, sizeof( bound_to ) ); in Close()
763 udpPorts[ bound_to.port ]->recieveFirst = udpPorts[ bound_to.port ]->recieveFirst->next; in GetPacket()
815 …if ( net_forceLatency.GetInteger() > 0 || ( udpPorts[ bound_to.port ] && udpPorts[ bound_to.port ]… in SendPacket()
[all …]
/dports/sysutils/py-hcloud/hcloud-1.16.0/hcloud/images/
H A Dclient.py20 bound_to = data.get("bound_to")
21 if bound_to is not None:
23 client._client.servers, {"id": bound_to}, complete=False
171 bound_to=None, # type: Optional[List[str]] argument
207 if bound_to is not None:
208 params["bound_to"] = bound_to
230 bound_to=None, # type: Optional[List[str]] argument
258 bound_to=bound_to,
H A Ddomain.py73 bound_to=None, argument
90 self.bound_to = bound_to
/dports/games/dhewm3/dhewm3-1.5.1/neo/sys/posix/
H A Dposix_net.cpp329 static int IPSocket( const char *net_interface, int port, netadr_t *bound_to = NULL ) { in IPSocket() argument
378 if ( bound_to ) { in IPSocket()
385 SockadrToNetadr( &address, bound_to ); in IPSocket()
398 memset( &bound_to, 0, sizeof( bound_to ) ); in idPort()
419 memset( &bound_to, 0, sizeof( bound_to ) ); in Close()
540 netSocket = IPSocket( net_ip.GetString(), portNumber, &bound_to ); in InitForPort()
543 memset( &bound_to, 0, sizeof( bound_to ) ); in InitForPort()
/dports/games/dhewm3/dhewm3-1.5.1/neo/sys/aros/
H A Daros_net.cpp373 static int IPSocket( const char *net_interface, int port, netadr_t *bound_to = NULL ) { in IPSocket() argument
422 if ( bound_to ) { in IPSocket()
429 SockadrToNetadr( &address, bound_to ); in IPSocket()
442 memset( &bound_to, 0, sizeof( bound_to ) ); in idPort()
463 memset( &bound_to, 0, sizeof( bound_to ) ); in Close()
584 netSocket = IPSocket( net_ip.GetString(), portNumber, &bound_to ); in InitForPort()
587 memset( &bound_to, 0, sizeof( bound_to ) ); in InitForPort()
/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/inc/
H A Dcaldav-PROPFIND.php113 $bound_to = $collection->dav_name();
116 … $depth, $collection->dav_name(), $bound_from, $bound_to );
154 $resource->set_bind_location( str_replace($bound_from,$bound_to,$binding->dav_name));
178 $resource->set_bind_location( str_replace($bound_from,$bound_to,$subcollection->dav_name));
237 if ( $bound_from != $bound_to ) {
239 $item->dav_name = str_replace($bound_from,$bound_to,$item->dav_name);
H A DDAVResource.php468 $this->collection->dav_name = $row->bound_to;
487 $this->bound_from = str_replace( $row->bound_to, $row->dav_name, $this->dav_name);
549 …$this->bound_from = str_replace( $this->collection->bound_to, $this->collection->bound_from, $this…
/dports/dns/gdnsd2/gdnsd-2.4.3/src/
H A Dsocks.c434 dmn_anysin_t bound_to = { .len = DMN_ANYSIN_MAXLEN }; in socks_sock_is_bound_to() local
435 if(getsockname(sock, &bound_to.sa, &bound_to.len)) in socks_sock_is_bound_to()
437 if(addr->sa.sa_family == bound_to.sa.sa_family) { in socks_sock_is_bound_to()
439 if(addr->sin.sin_addr.s_addr == bound_to.sin.sin_addr.s_addr in socks_sock_is_bound_to()
440 && addr->sin.sin_port == bound_to.sin.sin_port) in socks_sock_is_bound_to()
445 if(!memcmp(&addr->sin6.sin6_addr.s6_addr, &bound_to.sin6.sin6_addr.s6_addr, 16) in socks_sock_is_bound_to()
446 && addr->sin6.sin6_port == bound_to.sin6.sin6_port) in socks_sock_is_bound_to()
/dports/devel/py-uvloop/uvloop-0.16.0/uvloop/
H A Dcbhandles.pyx340 object bound_to): argument
350 handle.arg1 = bound_to
356 object bound_to, object arg): argument
367 handle.arg1 = bound_to
374 object bound_to, object arg1, object arg2): argument
385 handle.arg1 = bound_to
393 object bound_to, object arg1, object arg2, object arg3): argument
404 handle.arg1 = bound_to
/dports/net/corosync2/corosync-2.4.5/exec/
H A Dtotemudp.c206 struct totem_ip_address *bound_to);
558 struct totem_ip_address *bound_to, in netif_determine() argument
564 res = totemip_iface_check (bindnet, bound_to, in netif_determine()
740 struct totem_ip_address *bound_to, in totemudp_build_sockets_ip() argument
837 totemip_totemip_to_sockaddr_convert(bound_to, instance->totem_interface->ip_port - 1, in totemudp_build_sockets_ip()
893 …totemip_totemip_to_sockaddr_convert(bound_to, instance->totem_interface->ip_port, &sockaddr, &addr… in totemudp_build_sockets_ip()
975 …totemip_totemip_to_sockaddr_convert(bound_to, instance->totem_interface->ip_port, &boundto_ss, &ad… in totemudp_build_sockets_ip()
1138 struct totem_ip_address *bound_to) in totemudp_build_sockets() argument
1149 bound_to, in totemudp_build_sockets()
1157 totemip_copy(&instance->my_id, bound_to); in totemudp_build_sockets()
[all …]
H A Dtotemudpu.c200 struct totem_ip_address *bound_to);
636 struct totem_ip_address *bound_to, in netif_determine() argument
642 res = totemip_iface_check (bindnet, bound_to, in netif_determine()
795 struct totem_ip_address *bound_to, in totemudpu_build_sockets_ip() argument
827 …totemip_totemip_to_sockaddr_convert(bound_to, instance->totem_interface->ip_port, &sockaddr, &addr… in totemudpu_build_sockets_ip()
926 struct totem_ip_address *bound_to) in totemudpu_build_sockets() argument
937 bound_to, in totemudpu_build_sockets()
945 totemip_copy(&instance->my_id, bound_to); in totemudpu_build_sockets()
948 bindnet_address, bound_to, interface_num); in totemudpu_build_sockets()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/canonical/
H A Dcanonicalizer.rs619 let bound_to = infcx.shallow_resolve(ty_var); in canonicalize_ty_var() localVariable
620 if bound_to != ty_var { in canonicalize_ty_var()
621 self.fold_ty(bound_to) in canonicalize_ty_var()
638 let bound_to = infcx.shallow_resolve(const_var); in canonicalize_const_var() localVariable
639 if bound_to != const_var { in canonicalize_const_var()
640 self.fold_const(bound_to) in canonicalize_const_var()
/dports/games/dhewm3/dhewm3-1.5.1/neo/sys/
H A Dsys_public.h230 int GetPort( void ) const { return bound_to.port; } in GetPort()
231 netadr_t GetAdr( void ) const { return bound_to; } in GetAdr()
245 netadr_t bound_to; // interface and port
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/lib/Perl/Critic/Policy/ControlStructures/
H A DProhibitMutatingListFunctions.pm192 my $bound_to = $prevsib->sprevious_sibling;
193 return _is_topic( $bound_to );
/dports/sysutils/py-hcloud/hcloud-1.16.0/tests/unit/images/
H A Dtest_client.py42 assert isinstance(bound_image.bound_to, BoundServer)
43 assert bound_image.bound_to.id == 1
44 assert bound_image.bound_to.complete is False
/dports/devel/py-jsonpickle/jsonpickle-2.0.0/jsonpickle/
H A Dutil.py117 bound_to = getattr(func, self_attr)
121 return issubclass(base_type, bound_to)
124 return isinstance(obj, type(bound_to))
/dports/devel/py-logbook/Logbook-1.1.0/logbook/
H A Dutils.py136 return self.bound_to(obj, objtype)
138 def bound_to(self, obj, objtype): member in _DeprecatedFunction
/dports/devel/busybee/busybee-releases-0.7.0/
H A Dbusybee_mapper.h44 virtual bool lookup(uint64_t server_id, po6::net::location* bound_to) = 0;
/dports/devel/py-flexmock/flexmock-0.10.10/
H A Dflexmock.py881 bound_to = getattr(method, "__self__", None)
882 if bound_to is not None and inspect.isclass(bound_to):
884 for cls in inspect.getmro(bound_to):
1205 bound_to = getattr(method, "__self__", None)
1206 if not inspect.isclass(bound_to):
1208 for cls in inspect.getmro(bound_to):
/dports/www/py-waitress/waitress-2.0.0/tests/
H A Dtest_functional.py95 self.bound_to = self.queue.get(timeout=5)
116 self.sock.connect(self.bound_to)
130 return httplib.HTTPConnection(*self.bound_to)
147 [self.exe, getline, "http://%s:%d/sleepy" % self.bound_to],
148 [self.exe, getline, "http://%s:%d/" % self.bound_to],
1512 return UnixHTTPConnection(self.bound_to)
1516 cleanup_unix_socket(self.bound_to)
/dports/lang/ocaml/ocaml-4.05.0/middle_end/
H A Dinline_and_simplify_aux.ml156 let add_projection t ~projection ~bound_to =
159 Projection.Map.add projection bound_to t.projections;
683 E.add_projection env ~projection ~bound_to:inner_var
H A Dinline_and_simplify_aux.mli93 (** Note that the given [bound_to] holds the given [projection]. *)
97 -> bound_to:Variable.t
/dports/lang/ocaml-nox11/ocaml-4.05.0/middle_end/
H A Dinline_and_simplify_aux.ml156 let add_projection t ~projection ~bound_to =
159 Projection.Map.add projection bound_to t.projections;
683 E.add_projection env ~projection ~bound_to:inner_var
H A Dinline_and_simplify_aux.mli93 (** Note that the given [bound_to] holds the given [projection]. *)
97 -> bound_to:Variable.t
/dports/lang/ghc/ghc-8.10.7/compiler/ghci/
H A DRtClosureInspect.hs98 , bound_to :: Maybe Name -- Useful for printing
272 ppr_termM1 Suspension{ty=ty, bound_to=Nothing} =
274 ppr_termM1 Suspension{ty=ty, bound_to=Just n}

12