Searched refs:Tree (Results 1 - 1 of 1) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | Tree.h | 36 def T concat Tree 88 } Tree; typedef 91 Tree* TreeInitialize(int(*compare)(void*, void*, int)); 92 void TreeInitializeNoMalloc(Tree* aTree, int(*compare)(void*, void*, int)); 93 void TreeAddIndex(Tree* aTree, int(*compare)(void*, void*, int)); 95 void* TreeAdd(Tree* aTree, void* content, size_t size); 97 void* TreeRemove(Tree* aTree, void* content); 99 void* TreeRemoveKey(Tree* aTree, void* key); 100 void* TreeRemoveKeyIndex(Tree* aTree, void* key, int index); 102 void* TreeRemoveNodeIndex(Tree* aTre [all...] |
Completed in 1 milliseconds