Searched refs:FeatureNode (Results 1 – 2 of 2) sorted by relevance
30 typedef struct FeatureNode FeatureNode; typedef38 FeatureNode *head;41 struct FeatureNode { struct45 FeatureNode *next; argument
39 static inline FeatureNode *FindFeatureByName(FeatureNode *curNode, const char *feature) in FindFeatureByName()63 FeatureNode *fNode = (curNode == NULL) ? NULL : curNode->info.head; in SASTORA_Save()73 fNode = SAMGR_Malloc(sizeof(FeatureNode)); in SASTORA_Save()221 FeatureNode *featureNode = FindFeatureByName(curNode->info.head, feature); in SASTORA_Find()276 FeatureNode *freeNode = node->info.head; in FreeTreeNode()