Lines Matching defs:down

450 	 * Otherwise, it points up to the header whose down pointer points
454 struct rdatasetheader *down;
1764 for (dcurrent = header->down;
1766 dcurrent = dcurrent->down) {
1804 for (d = top->down; d != NULL; d = down_next) {
1805 down_next = d->down;
1808 top->down = NULL;
1864 for (dcurrent = current->down;
1867 down_next = dcurrent->down;
1873 dparent->down = down_next;
1884 down_next = current->down;
1898 * Pull up current->down, making it the new
1912 * We now try to find the first down node less than the
1916 for (dcurrent = current->down;
1919 down_next = dcurrent->down;
1931 down_next = dcurrent->down;
1936 dparent->down = NULL;
1945 if (current->down != NULL) {
2001 * down pointer, but we mustn't call dns_rpz_delete() on
2044 * down pointer, but we mustn't call dns_rpz_delete() on
2115 node->parent->down == node && node->left == NULL &&
2226 ((n)->data != NULL || (n)->down != NULL || \
2326 node->parent->down == node && node->left == NULL &&
2417 if (parent != NULL && parent->down == NULL) {
2419 * node was the only down child of the parent and has
2583 header = header->down;
3178 header = header->down;
4016 header = header->down;
4197 * Search down from the root of the tree. If, while going down, we
4328 header = header->down;
4700 * header->down can be non-NULL if the
5092 * Search down from the root of the tree. If, while going down, we
5400 * Search down from the root of the tree.
5601 force_expire = ISC_TF(rbtnode->down == NULL && val % 4 == 0);
5704 current = current->down;
5804 header = header->down;
6024 header = header->down;
6054 header = header->down;
6273 header = header->down;
6445 newheader->down = NULL;
6531 newheader->down = topheader;
6608 newheader->down = topheader;
6618 newheader->down = NULL;
7051 header = header->down;
7144 newheader->down = topheader;
7320 * down pointer, but we mustn't call dns_rpz_delete() on
7766 header = header->down;
7778 newheader.down = NULL;
9130 header = header->down;
9184 * If not walking back up the down list.
9205 header = header->down;
9694 if (expire_result == ISC_R_SUCCESS && node->down == NULL) {