Home
last modified time | relevance | path

Searched defs:aTree (Results 1 – 1 of 1) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/open_source/mqtt/paho.mqtt.c/src/
DTree.c53 void TreeInitializeNoMalloc(Tree* aTree, int(*compare)(void*, void*, int)) in TreeInitializeNoMalloc()
78 void TreeAddIndex(Tree* aTree, int(*compare)(void*, void*, int)) in TreeAddIndex()
85 void TreeFree(Tree* aTree) in TreeFree()
147 void TreeRotate(Tree* aTree, Node* curnode, int direction, int index) in TreeRotate()
166 Node* TreeBAASub(Tree* aTree, Node* curnode, int which, int index) in TreeBAASub()
191 void TreeBalanceAfterAdd(Tree* aTree, Node* curnode, int index) in TreeBalanceAfterAdd()
210 void* TreeAddByIndex(Tree* aTree, void* content, size_t size, int index) in TreeAddByIndex()
274 void* TreeAdd(Tree* aTree, void* content, size_t size) in TreeAdd()
286 Node* TreeFindIndex1(Tree* aTree, void* key, int index, int value) in TreeFindIndex1()
303 Node* TreeFindIndex(Tree* aTree, void* key, int index) in TreeFindIndex()
[all …]