Home
last modified time | relevance | path

Searched refs:host_map (Results 1 – 25 of 87) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/smb_client/discovery/
H A Din_memory_host_locator_unittest.cc71 HostMap host_map; in TEST_F() local
73 locator_.AddHosts(host_map); in TEST_F()
91 HostMap host_map; in TEST_F() local
94 locator_.AddHosts(host_map); in TEST_F()
96 ExpectHostMapEqual(host_map); in TEST_F()
109 HostMap host_map; in TEST_F() local
112 locator_.AddHosts(host_map); in TEST_F()
129 HostMap host_map; in TEST_F() local
131 locator_.AddHosts(host_map); in TEST_F()
144 HostMap host_map; in TEST_F() local
[all …]
H A Dnetwork_scanner.cc22 bool HostExists(const HostMap& host_map, const Hostname& host_name) { in HostExists() argument
23 return host_map.count(host_name); in HostExists()
76 const HostMap& host_map) { in OnHostsFound() argument
80 AddHostsToResults(request_id, host_map); in OnHostsFound()
H A Dnetwork_scanner.h62 void OnHostsFound(uint32_t request_id, bool success, const HostMap& host_map);
67 void AddHostsToResults(uint32_t request_id, const HostMap& host_map);
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/util/
H A DUnresolvableHostManager.java41 protected static Map host_map = new HashMap(); field in UnresolvableHostManager
47 synchronized( host_map ){ in getPseudoAddress()
49 Integer res = (Integer)host_map.get(str); in getPseudoAddress()
60 host_map.put( str, res ); in getPseudoAddress()
71 synchronized( host_map ){ in isPseudoAddress()
73 return( host_map.get(str) != null ); in isPseudoAddress()
H A DAddressUtils.java68 private static Map host_map = null; field in AddressUtils
76 if ( host_map != null ){ in adjustURL()
78 String rewrite = (String)host_map.get( url.getHost()); in adjustURL()
127 if ( host_map == null ){ in addHostRedirect()
132 new_map = new HashMap( host_map ); in addHostRedirect()
137 host_map = new_map; in addHostRedirect()
/dports/emulators/dynamips-community/dynamips-0.2.17/stable/
H A Dppc32_jit.c802 host_map[i] = JIT_OP_INV_REG; in ppc32_clear_ppc_reg_map()
807 host_map[hreg] = JIT_OP_INV_REG; in ppc32_clear_ppc_reg_map()
820 if (host_map[reg] != JIT_OP_INV_REG) { in ppc32_clear_host_reg_map()
821 ppc_reg = host_map[reg]; in ppc32_clear_host_reg_map()
825 host_map[reg] = JIT_OP_INV_REG; in ppc32_clear_host_reg_map()
842 printf(" hreg %d: %d\n",i,host_map[i]); in ppc32_dump_reg_map()
861 if ((host_map[i] != JIT_OP_INV_REG) && in ppc32_check_reg_map()
870 ppc32_dump_reg_map(map_array,host_map); in ppc32_check_reg_map()
878 int reg,host_map[JIT_HOST_NREG]; in ppc32_op_optimize() local
919 ppc32_clear_ppc_reg_map(ppc_map,host_map,host_map[reg]); in ppc32_op_optimize()
[all …]
/dports/emulators/dynamips-community/dynamips-0.2.17/unstable/
H A Dppc32_jit.c826 host_map[i] = JIT_OP_INV_REG; in ppc32_clear_ppc_reg_map()
831 host_map[hreg] = JIT_OP_INV_REG; in ppc32_clear_ppc_reg_map()
844 if (host_map[reg] != JIT_OP_INV_REG) { in ppc32_clear_host_reg_map()
845 ppc_reg = host_map[reg]; in ppc32_clear_host_reg_map()
849 host_map[reg] = JIT_OP_INV_REG; in ppc32_clear_host_reg_map()
866 printf(" hreg %d: %d\n",i,host_map[i]); in ppc32_dump_reg_map()
885 if ((host_map[i] != JIT_OP_INV_REG) && in ppc32_check_reg_map()
894 ppc32_dump_reg_map(map_array,host_map); in ppc32_check_reg_map()
902 int reg,host_map[JIT_HOST_NREG]; in ppc32_op_optimize() local
943 ppc32_clear_ppc_reg_map(ppc_map,host_map,host_map[reg]); in ppc32_op_optimize()
[all …]
/dports/net/portfwd/portfwd-0.29/src/
H A Dconf.y56 vector<host_map*> *host_vector;
145 host_map *host_map_type;
146 vector<host_map*> *host_list_type;
162 %type <host_map_type> host_map;
251 host_list: host_map {
252 host_vector = new vector<host_map*>();
256 host_list TK_SCOLON host_map {
261 host_map: from_list TK_ARROW dst_list {
262 $$ = new host_map($1, $3);
H A Dforward.cc58 host_map *tcp_match(const vector<host_map*> *map_list, const struct ip_addr *ip, int port) in tcp_match()
60 host_map *hm; in tcp_match()
61 iterator<vector<host_map*>,host_map*> it(*map_list); in tcp_match()
577 host_map *hm;
591 sleeper(host_map *hm, struct sockaddr_in *cli_sa, struct ip_addr *ip, in sleeper()
675 void mother_socket(int sd, fd_set *fds, int dest_fd[], int *maxfd, vector<host_map*> *map_list, con… in mother_socket()
711 host_map *hm = tcp_match(map_list, &ip, cli_port); in mother_socket()
758 … vector<host_map*> *map_list, const struct ip_addr *actv_ip, const struct ip_addr *pasv_ip, in tcp_forward()
837 vector<host_map*> *map_list, in do_udp_forward()
850 iterator<vector<host_map*>,host_map*> it(*map_list); in do_udp_forward()
[all …]
H A Dproto_map.cc13 proto_map::proto_map(vector<int> *port_l, vector<host_map*> *map_l, struct ip_addr *actv, struct ip… in proto_map()
68 iterator<vector<host_map*>,host_map*> it2(*map_list); in show()
H A Dforward.h20 …r *listen, const struct ip_addr *source, vector<int> *port_list, vector<host_map*> *map_list, cons…
21 …r *listen, const struct ip_addr *source, vector<int> *port_list, vector<host_map*> *map_list, int …
H A Dproto_map.hpp18 vector<host_map*> *map_list;
31 …proto_map(vector<int> *port_l, vector<host_map*> *map_l, struct ip_addr *actv, struct ip_addr *pas…
H A Dhost_map.cc20 void host_map::show() const in show()
132 int host_map::pipe(int *sd, const struct sockaddr_in *cli_sa, in pipe()
237 int host_map::tcp_match(const struct ip_addr *ip, int port) const in tcp_match()
248 void host_map::udp_forward(const struct ip_addr *source, in udp_forward()
390 int host_map::udp_match(const struct ip_addr *ip, int port, const char *buf, int buf_len) const in udp_match()
H A Dhost_map.hpp16 class host_map class
24 host_map(vector<from_addr*> *src, vector<to_addr*> *dst) in host_map() function in host_map
H A Dyconf.h92 host_map *host_map_type;
93 vector<host_map*> *host_list_type;
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_http_hostaliases/
H A Dmod_http_hostaliases.lua3 local host_map = { };
7 host = host_map[host];
15 host_map[host] = http_host;
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/remap/
H A DNextHopHealthStatus.cc36 host_map.emplace(std::make_pair(host_port, h)); in insert()
52 auto iter = host_map.find(host_port); in isNextHopAvailable()
54 if (iter == host_map.end()) { in isNextHopAvailable()
95 auto iter = host_map.find(host_port); in markNextHop()
96 if (iter == host_map.end()) { in markNextHop()
/dports/mail/smtpfeed/smtpfeed-1.23/
H A Dutil.c409 static struct host_map *hash_map[HASHSIZE];
411 struct host_map *
414 struct host_map ***ptr;
416 struct host_map *mapp;
441 struct host_map *newmapp;
452 static struct host_map *rmap_head;
460 struct host_map *mapp; in host_map_load()
495 mapp = (struct host_map*) MALLOC(sizeof(struct host_map) in host_map_load()
598 struct host_map *mapp;
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/libmemcached/
H A Dvirtual_bucket.c53 const uint32_t *host_map, in memcached_virtual_bucket_create() argument
58 if (self == NULL || host_map == NULL || buckets == 0U) in memcached_virtual_bucket_create()
80 virtual_bucket->buckets[x].master= host_map[x]; in memcached_virtual_bucket_create()
/dports/databases/libmemcached/libmemcached-1.0.18/libmemcached/
H A Dvirtual_bucket.c53 const uint32_t *host_map, in memcached_virtual_bucket_create() argument
58 if (self == NULL || host_map == NULL || buckets == 0U) in memcached_virtual_bucket_create()
80 virtual_bucket->buckets[x].master= host_map[x]; in memcached_virtual_bucket_create()
/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/
H A Dlal_tersoff_mod.cpp48 int* host_map, const int nelements, int*** host_elem2param, const int nparams, in init() argument
62 const int i=host_map[ii]; in init()
64 const int j=host_map[jj]; in init()
66 const int k=host_map[kk]; in init()
110 const int i=host_map[ii]; in init()
112 const int j=host_map[jj]; in init()
114 const int k=host_map[kk]; in init()
205 dview_map[i] = host_map[i]; in init()
H A Dlal_tersoff_zbl.cpp48 const double gpu_split, FILE *_screen, int* host_map, in init() argument
69 const int i=host_map[ii]; in init()
71 const int j=host_map[jj]; in init()
73 const int k=host_map[kk]; in init()
117 const int i=host_map[ii]; in init()
119 const int j=host_map[jj]; in init()
121 const int k=host_map[kk]; in init()
223 dview_map[i] = host_map[i]; in init()
H A Dlal_tersoff.cpp48 int* host_map, const int nelements, int*** host_elem2param, const int nparams, in init() argument
62 const int i=host_map[ii]; in init()
64 const int j=host_map[jj]; in init()
66 const int k=host_map[kk]; in init()
113 const int i=host_map[ii]; in init()
115 const int j=host_map[jj]; in init()
117 const int k=host_map[kk]; in init()
210 dview_map[i] = host_map[i]; in init()
H A Dlal_tersoff_ext.cpp32 int* host_map, const int nelements, int*** host_elem2param, const int nparams, in tersoff_gpu_init() argument
67 host_map, nelements, host_elem2param, nparams, in tersoff_gpu_init()
88 host_map, nelements, host_elem2param, nparams, in tersoff_gpu_init()
/dports/security/py-vpn-slice/vpn-slice-0.15/vpn_slice/
H A Dposix.py75 def write_hosts(self, host_map, name): argument
83 for ip, names in host_map:
86 return len(host_map) or len(lines) - len(keeplines)

1234