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

/freebsd-13-stable/contrib/unbound/util/
H A Drbtree.c299 static void swap_np(rbnode_type** x, rbnode_type** y) function
372 swap_np(&to_delete->parent, &smright->parent);
373 swap_np(&to_delete->left, &smright->left);
374 swap_np(&to_delete->right, &smright->right);
/freebsd-13-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);

Completed in 106 milliseconds