Lines Matching refs:down_next
1802 rdatasetheader_t *d, *down_next;
1804 for (d = top->down; d != NULL; d = down_next) {
1805 down_next = d->down;
1844 rdatasetheader_t *current, *dcurrent, *down_next, *dparent;
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 = current->down;
1885 if (down_next == NULL) {
1902 top_prev->next = down_next;
1904 node->data = down_next;
1905 down_next->next = top_next;
1907 current = down_next;
1918 dcurrent = down_next) {
1919 down_next = dcurrent->down;
1931 down_next = dcurrent->down;
1934 dcurrent = down_next;