Searched defs:dirty (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Drbt.h158 unsigned int dirty:1; member in struct:dns_rbtnode
/bind-9.11.3/lib/dns/
H A Drbtdb.c593 isc_boolean_t dirty; member in struct:rbtdb_changed
1590 changed->dirty = ISC_FALSE;
1774 node->dirty = 1;
1787 header->node->dirty = 1;
1837 node->dirty = 0;
1963 node->dirty = 0;
2230 if (!node->dirty && KEEP_NODE(node, rbtdb)) {
2255 if (node->dirty) {
2472 * If the changed record is dirty, then
2479 * If the changed record isn't dirty, the
[all...]

Completed in 27 milliseconds