Searched refs:getFromMetaNoCache (Results 1 – 2 of 2) sorted by relevance
/dports/dns/powerdns/pdns-4.5.2/pdns/ |
H A D | dbdnsseckeeper.cc | 85 getFromMetaNoCache(name, "PRESIGNED", meta); in isPresigned() 287 bool DNSSECKeeper::getFromMetaNoCache(const DNSName& name, const std::string& kind, std::string& va… in getFromMetaNoCache() function in DNSSECKeeper 341 getFromMetaNoCache(zname, "NSEC3PARAM", value); in getNSEC3PARAM() 364 getFromMetaNoCache(zname, "NSEC3NARROW", value); in getNSEC3PARAM()
|
H A D | dnsseckeeper.hh | 246 bool getFromMetaNoCache(const DNSName& name, const std::string& kind, std::string& value);
|