Searched refs:root_node (Results 1 – 8 of 8) sorted by relevance
30 struct util_avl_struct *root_node; member96 struct util_avl_struct *first = root->root_node; in util_avl_first()107 struct util_avl_struct *last = root->root_node; in util_avl_last()
132 nodeplace = axis->parent ? NODE_PLACE(axis) : &root->root_node; in util_avl_rebalance()180 if (root->root_node == NULL) in util_avl_remove()189 nodeplace = &root->root_node; in util_avl_remove()
27 aspace->tree.tree.root_node = AVL_ROOT; in _aspace_bst_init()76 struct util_avl_struct *node = root->root_node; in search()109 struct util_avl_struct *node = root->root_node; in _aspace_bst_search_exceed()153 struct util_avl_struct **next = &(root->root_node); in _aspace_bst_insert()
251 const struct snmp_node *root_node; member254 #define SNMP_MIB_CREATE(oid_list, root_node) { (oid_list), (u8_t)LWIP_ARRAYSIZE(oid_list), root_nod… argument
256 const struct snmp_node *root_node; member259 #define SNMP_MIB_CREATE(oid_list, root_node) { (oid_list), (u8_t)LWIP_ARRAYSIZE(oid_list), root_nod… argument
980 const struct snmp_node* const* node = &mib->root_node; in snmp_mib_tree_resolve_exact()1020 if (mib->root_node->node_type != SNMP_NODE_TREE) { in snmp_mib_tree_resolve_next()1026 node_stack[nsi] = (const struct snmp_tree_node*)(const void*)mib->root_node; in snmp_mib_tree_resolve_next()
985 const struct snmp_node *const *node = &mib->root_node; in snmp_mib_tree_resolve_exact()1025 if (mib->root_node->node_type != SNMP_NODE_TREE) { in snmp_mib_tree_resolve_next()1031 node_stack[nsi] = (const struct snmp_tree_node *)(const void *)mib->root_node; in snmp_mib_tree_resolve_next()
686 aspace->avl_root.root_node = 0; in _dfs_aspace_create()1131 struct util_avl_struct **next = &(aspace->avl_root.root_node); in _dfs_page_insert()1400 avl_node = aspace->avl_root.root_node; in dfs_page_search()
Completed in 15 milliseconds