Lines Matching defs:nextnode
1725 dns_dbnode_t *node = NULL, *nextnode = NULL;
1810 nextnode = NULL;
1813 result = dns_dbiterator_current(dbiter, &nextnode,
1816 active = active_node(nextnode);
1818 dns_db_detachnode(gdb, &nextnode);
1826 remove_sigs(nextnode, ISC_FALSE, 0);
1827 remove_records(nextnode, dns_rdatatype_nsec,
1829 dns_db_detachnode(gdb, &nextnode);
1833 dns_db_detachnode(gdb, &nextnode);
2200 dns_dbnode_t *node = NULL, *nextnode = NULL;
2251 nextnode = NULL;
2253 result = dns_dbiterator_current(dbiter, &nextnode,
2256 active = active_node(nextnode);
2258 dns_db_detachnode(gdb, &nextnode);
2265 remove_sigs(nextnode, ISC_FALSE, 0);
2266 dns_db_detachnode(gdb, &nextnode);
2271 nextname, nextnode, &nsttl))
2275 remove_sigs(nextnode, ISC_TRUE, 0);
2277 add_ds(nextname, nextnode, nsttl);
2279 !secure(nextname, nextnode)) {
2280 dns_db_detachnode(gdb, &nextnode);
2285 dns_db_detachnode(gdb, &nextnode);
2383 nextnode = NULL;
2385 result = dns_dbiterator_current(dbiter, &nextnode,
2388 active = active_node(nextnode);
2390 dns_db_detachnode(gdb, &nextnode);
2397 dns_db_detachnode(gdb, &nextnode);
2402 nextname, nextnode, NULL))
2407 !secure(nextname, nextnode)) {
2408 dns_db_detachnode(gdb, &nextnode);
2413 dns_db_detachnode(gdb, &nextnode);