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

/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c1338 rdatasetheader_t *d, *down_next; local
1340 for (d = top->down; d != NULL; d = down_next) {
1341 down_next = d->down;
1380 rdatasetheader_t *current, *dcurrent, *down_next, *dparent; local
1402 dcurrent = down_next) {
1403 down_next = dcurrent->down;
1407 if (down_next != NULL)
1408 down_next->next = dparent;
1409 dparent->down = down_next;
1420 down_next
[all...]

Completed in 19 milliseconds