RADIX_TREE_INSERT
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
radix_tree_insert - insert into a radix tree
SYNOPSIS
"SYNOPSIS"
int radix_tree_insert (struct radix_tree_root * root, unsigned long index, void * item);
ARGUMENTS
- root
-
radix tree root
- index
-
index key
- item
-
item to insert
DESCRIPTION
Insert an item into the radix tree at position index.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 04:41:02 GMT, October 06, 2005