Home
last modified time | relevance | path

Searched refs:hosts_storage (Results 1 – 1 of 1) sorted by relevance

/dports/security/nmap/nmap-7.91/
H A Dnmap_dns.cc270 hosts_storage(new HostCacheLine[lines_count]), elements_count(0) in HostCache()
274 delete[] hosts_storage; in ~HostCache()
314 hosts_storage[hash(ip)].push_back(he); in add()
324 std::list<HostElem>::iterator it = find_if(hosts_storage[i].begin(), in prune()
325 hosts_storage[i].end(), in prune()
327 while ( it != hosts_storage[i].end() ) in prune()
329 it = hosts_storage[i].erase(it); in prune()
344 for( hostI = hosts_storage[ip_hash].begin(); in lookup()
345 hostI != hosts_storage[ip_hash].end(); in lookup()
362 HostCacheLine * const hosts_storage; member in HostCache