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

/bind-9.11.3/lib/dns/
H A Drbtdb.c1802 rdatasetheader_t *d, *down_next; local
1804 for (d = top->down; d != NULL; d = down_next) {
1805 down_next = d->down;
1844 rdatasetheader_t *current, *dcurrent, *down_next, *dparent; local
1866 dcurrent = down_next) {
1867 down_next = dcurrent->down;
1871 if (down_next != NULL)
1872 down_next->next = dparent;
1873 dparent->down = down_next;
1884 down_next
[all...]

Completed in 23 milliseconds