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

/freebsd-10-stable/contrib/ldns/
H A Drbtree.c312 static void swap_np(ldns_rbnode_t** x, ldns_rbnode_t** y) function
380 swap_np(&to_delete->parent, &smright->parent);
381 swap_np(&to_delete->left, &smright->left);
382 swap_np(&to_delete->right, &smright->right);
/freebsd-10-stable/contrib/unbound/util/
H A Drbtree.c298 static void swap_np(rbnode_t** x, rbnode_t** y) function
369 swap_np(&to_delete->parent, &smright->parent);
370 swap_np(&to_delete->left, &smright->left);
371 swap_np(&to_delete->right, &smright->right);

Completed in 208 milliseconds