Home
last modified time | relevance | path

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

/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dtoysdig.cc132 cspmap_t cspmap=harvestCSPFromRecs(recs); in main() local
133 cerr<<"Got "<<cspmap.size()<<" RRSETs: "; in main()
135 for(const auto& csp : cspmap) { in main()
144 for(const auto& csp : cspmap) { in main()
153 validateWithKeySet(cspmap, validrrsets, keys); in main()
160 cerr<<"! validated "<<validrrsets.size()<<" RRsets out of "<<cspmap.size()<<endl; in main()
H A Dvalidate.cc1019 cspmap_t cspmap; in harvestCSPFromRecs() local
1027 cspmap[{rec.d_name,rrc->d_type}].signatures.push_back(rrc); in harvestCSPFromRecs()
1031 cspmap[{rec.d_name, rec.d_type}].records.insert(rec.d_content); in harvestCSPFromRecs()
1034 return cspmap; in harvestCSPFromRecs()
1315 cspmap_t cspmap=harvestCSPFromRecs(recs); in getKeysFor() local
1318 validateWithKeySet(cspmap, validrrsets, validkeys); in getKeysFor()
1320 …LOG("got "<<cspmap.count(make_pair(*(zoneCutIter+1),QType::DS))<<" records for DS query of which "… in getKeysFor()