HomeSort by: relevance | last modified time | path
    Searched refs:DNS_DBATTR_CACHE (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/
db.c 172 if ((db->attributes & DNS_DBATTR_CACHE) != 0) {
187 if ((db->attributes & (DNS_DBATTR_CACHE | DNS_DBATTR_STUB)) == 0) {
216 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0);
231 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0);
314 if ((db->attributes & DNS_DBATTR_CACHE) != 0) {
367 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0);
380 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0);
394 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0);
412 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0);
558 REQUIRE((db->attributes & DNS_DBATTR_CACHE) != 0)
    [all...]
ecdb.c 586 ecdb->common.attributes = DNS_DBATTR_CACHE;
rbtdb.c 755 #define IS_CACHE(rbtdb) (((rbtdb)->common.attributes & DNS_DBATTR_CACHE) != 0)
6052 if ((db->attributes & DNS_DBATTR_CACHE) == 0) {
8710 rbtdb->common.attributes |= DNS_DBATTR_CACHE;
  /src/external/mpl/bind/dist/lib/dns/
db.c 191 if ((db->attributes & DNS_DBATTR_CACHE) != 0) {
206 if ((db->attributes & (DNS_DBATTR_CACHE | DNS_DBATTR_STUB)) == 0) {
235 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0);
383 if ((db->attributes & DNS_DBATTR_CACHE) != 0) {
421 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0);
434 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0);
451 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0);
468 REQUIRE((db->attributes & DNS_DBATTR_CACHE) == 0);
619 REQUIRE((db->attributes & DNS_DBATTR_CACHE) != 0);
747 REQUIRE(((db->attributes & DNS_DBATTR_CACHE) == 0 && version != NULL) |
    [all...]
db_p.h 119 #define IS_CACHE(db) (((db)->common.attributes & DNS_DBATTR_CACHE) != 0)
rbtdb.c 2365 if ((db->attributes & DNS_DBATTR_CACHE) == 0) {
3935 rbtdb->common.attributes |= DNS_DBATTR_CACHE;
qpcache.c 3658 .common.attributes = DNS_DBATTR_CACHE,
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
db.h 223 #define DNS_DBATTR_CACHE 0x01
  /src/external/mpl/bind/dist/lib/dns/include/dns/
db.h 233 DNS_DBATTR_CACHE = 1 << 0,

Completed in 47 milliseconds