Lines Matching refs:attributes
187 if ((db->attributes & DNS_DBATTR_CACHE) != 0)
202 if ((db->attributes & (DNS_DBATTR_CACHE|DNS_DBATTR_STUB)) == 0)
217 if ((db->attributes & DNS_DBATTR_STUB) != 0)
231 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0);
246 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0);
340 if ((db->attributes & DNS_DBATTR_CACHE) != 0)
403 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0);
417 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0);
432 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0);
452 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0);
604 REQUIRE((db->attributes & DNS_DBATTR_CACHE) != 0);
676 REQUIRE((db->attributes & DNS_DBATTR_CACHE) != 0);
765 REQUIRE(((db->attributes & DNS_DBATTR_CACHE) == 0 && version != NULL)||
766 ((db->attributes & DNS_DBATTR_CACHE) != 0 &&
793 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0 && version != NULL);
817 REQUIRE(((db->attributes & DNS_DBATTR_CACHE) == 0 && version != NULL)||
818 ((db->attributes & DNS_DBATTR_CACHE) != 0 && version == NULL));