Searched refs:ExtPluginNode (Results 1 – 3 of 3) sorted by relevance
38 ExtPluginNode *CreateNode(int32_t plugType) in CreateNode()41 ExtPluginNode *node = (ExtPluginNode *)HcMalloc(sizeof(ExtPluginNode), 0); in CreateNode()59 void AddPlugin(ExtPluginList *list, ExtPluginNode *node) in AddPlugin()64 ExtPluginNode *p = *list; in AddPlugin()75 ExtPluginNode *node = list; in DestroyList()
50 typedef struct ExtPluginNode { struct54 struct ExtPluginNode *next; argument55 } ExtPluginNode, *ExtPluginList; typedef
30 ExtPluginNode *current = pluginList; in ParsePlugins()