Lines Matching defs:down_next
873 dns_slabheader_t *d = NULL, *down_next = NULL;
875 for (d = top->down; d != NULL; d = down_next) {
876 down_next = d->down;
916 dns_slabheader_t *down_next = NULL, *dparent = NULL;
935 dcurrent = down_next)
937 down_next = dcurrent->down;
942 if (down_next != NULL) {
943 down_next->next = dparent;
945 dparent->down = down_next;
957 down_next = current->down;
958 if (down_next == NULL) {
976 top_prev->next = down_next;
978 node->data = down_next;
980 down_next->next = top_next;
982 current = down_next;
992 dcurrent = down_next)
994 down_next = dcurrent->down;
1007 down_next = dcurrent->down;
1010 dcurrent = down_next;