RADIX_TREE_DELETE
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
radix_tree_delete - delete an item from a radix tree
SYNOPSIS
"SYNOPSIS"
void * radix_tree_delete (struct radix_tree_root * root, unsigned long index);
ARGUMENTS
- root
-
radix tree root
- index
-
index key
DESCRIPTION
Remove the item at index from the radix tree rooted at root.
Returns the address of the deleted item, or NULL if it was not present.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 07:07:23 GMT, October 06, 2005