#include <treeconf_int.h>
Collaboration diagram for result:
For internal use only.
This structure is used to represent the results of a lookup by _tc_lookup_node(). Any function using _tc_lookup_node() must allocate one of these structures to pass to that function.
Definition at line 170 of file treeconf_int.h.
Data Fields | |
treeconf_str_t * | r_comps |
int | r_count |
int | r_startnew |
treeconf_node_t * | r_node |
|
Components of the name. Definition at line 171 of file treeconf_int.h. Referenced by _tc_lookup_node(), tc_find(), tc_get(), tc_register(), and tc_set(). |
|
Number of components. Definition at line 172 of file treeconf_int.h. Referenced by _tc_lookup_node(), tc_find(), tc_get(), tc_register(), and tc_set(). |
|
Closest existing node. Definition at line 174 of file treeconf_int.h. Referenced by _tc_lookup_node(), tc_find(), tc_get(), tc_register(), and tc_set(). |
|
Index of the first new node. Definition at line 173 of file treeconf_int.h. Referenced by _tc_lookup_node(), tc_find(), tc_get(), tc_register(), and tc_set(). |