Function report |
Source Code:lib\radix-tree.c |
Create Date:2022-07-28 06:13:09 |
Last Modify:2022-05-21 10:04:37 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:adix_tree_gang_lookup - perform multiple lookup on a radix tree*@root: radix tree root*@results: where the results of the lookup are placed*@first_index: start the lookup from this key*@max_items: place up to this many items at *results
Proto:unsigned int radix_tree_gang_lookup(const struct xarray *root, void **results, unsigned long first_index, unsigned int max_items)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct xarray * | root | |
void ** | results | |
unsigned long | first_index | |
unsigned int | max_items |
1277 | ret = 0 |
1279 | If Value for the false possibility is greater at compile time(!max_items) Then Return 0 |
1283 | results[ret] = Dependency order vs. p above. ( * slot) |
1286 | If radix_tree_is_internal_node(results[ret]) Then |
1288 | Continue |
1294 | Return ret |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |