HomeSort by: relevance | last modified time | path
    Searched refs:swap_np (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nsd/dist/
rbtree.c 282 static void swap_np(rbnode_type** x, rbnode_type** y) function
362 swap_np(&to_delete->parent, &smright->parent);
363 swap_np(&to_delete->left, &smright->left);
364 swap_np(&to_delete->right, &smright->right);
  /src/external/bsd/unbound/dist/util/
rbtree.c 299 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);

Completed in 24 milliseconds