Searched refs:dirty (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drbt.h125 unsigned int dirty:1; member in struct:dns_rbtnode
/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c357 isc_boolean_t dirty; member in struct:rbtdb_changed
1182 changed->dirty = ISC_FALSE;
1332 node->dirty = 1;
1373 node->dirty = 0;
1499 node->dirty = 0;
1645 if (!node->dirty && KEEP_NODE(node, rbtdb)) {
1670 if (node->dirty) {
1917 * If the changed record is dirty, then
1924 * If the changed record isn't dirty, then
1934 if (!changed->dirty) {
[all...]
H A Drbt.c98 #define DIRTY(node) ((node)->dirty)
1220 * ->dirty, ->locknum and ->references are ignored; they are

Completed in 35 milliseconds