Searched refs:nextnode (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/bin/tests/ |
H A D | nsecify.c | 120 dns_dbnode_t *node, *nextnode; local 164 nextnode = NULL; 168 &nextnode); 179 node = nextnode;
|
/bind-9.6-ESV-R11/bin/dnssec/ |
H A D | dnssec-signzone.c | 1440 dns_dbnode_t *node = NULL, *nextnode = NULL; local 1635 nextnode = NULL; 1637 result = dns_dbiterator_current(dbiter, &nextnode, 1644 dns_db_detachnode(gdb, &nextnode); 1648 dns_db_detachnode(gdb, &nextnode); 2025 dns_dbnode_t *node = NULL, *nextnode = NULL; local 2106 nextnode = NULL; 2109 result = dns_dbiterator_current(dbiter, &nextnode, 2112 active = active_node(nextnode); 2114 dns_db_detachnode(gdb, &nextnode); 2378 dns_dbnode_t *node = NULL, *nextnode = NULL; local [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | validator.c | 1584 dns_keynode_t *nextnode = NULL; local 1588 &nextnode); 1591 val->keynode = nextnode; 1934 dns_keynode_t *nextnode = NULL; local 1946 &nextnode); 1949 keynode = nextnode;
|
Completed in 1853 milliseconds