Home
last modified time | relevance | path

Searched refs:root_node (Results 1 – 8 of 8) sorted by relevance

/components/utilities/libadt/avl/
A Davl.h30 struct util_avl_struct *root_node; member
96 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()
A Davl.c132 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()
/components/mm/
A Davl_adpt.c27 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()
/components/net/lwip/lwip-2.0.3/src/include/lwip/apps/
A Dsnmp_core.h251 const struct snmp_node *root_node; member
254 #define SNMP_MIB_CREATE(oid_list, root_node) { (oid_list), (u8_t)LWIP_ARRAYSIZE(oid_list), root_nod… argument
/components/net/lwip/lwip-2.1.2/src/include/lwip/apps/
A Dsnmp_core.h256 const struct snmp_node *root_node; member
259 #define SNMP_MIB_CREATE(oid_list, root_node) { (oid_list), (u8_t)LWIP_ARRAYSIZE(oid_list), root_nod… argument
/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmp_core.c980 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()
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmp_core.c985 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()
/components/dfs/dfs_v2/src/
A Ddfs_pcache.c686 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 17 milliseconds