HomeSort by: relevance | last modified time | path
    Searched defs:newattributes (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
rbtdb.c 834 uint_least16_t newattributes = 0; local
844 newattributes = attributes | flag;
846 &header->attributes, &attributes, newattributes));
855 update_rrsetstats(stats, header->type, newattributes, true);
qpcache.c 923 uint_least16_t newattributes = 0; local
933 newattributes = attributes | flag;
935 &header->attributes, &attributes, newattributes));
944 update_rrsetstats(stats, header->type, newattributes, true);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 1608 uint_least16_t newattributes = 0; local
1617 newattributes = attributes | RDATASET_ATTR_ANCIENT;
1619 &header->attributes, &attributes, newattributes));
1631 update_rrsetstats(rbtdb, header->type, newattributes, true);
1637 uint_least16_t newattributes = 0; local
1648 newattributes = attributes | RDATASET_ATTR_STALE;
1650 &header->attributes, &attributes, newattributes));
1660 update_rrsetstats(rbtdb, header->type, newattributes, true);

Completed in 36 milliseconds