Searched refs:ExtPart (Results 1 – 5 of 5) sorted by relevance
60 typedef struct ExtPart { struct63 } ExtPart; argument147 int32_t InitExtPart(const cJSON *params, ExtPart *extPart);157 ExtPluginList GetExtPlugins(ExtPart *extPart);166 void DestroyExtPart(ExtPart *extPart);
84 int32_t InitExtPart(const cJSON *params, ExtPart *extPart) in InitExtPart()91 extPart->instance = (ExtPart *)HcMalloc(sizeof(ExtPart), 0); in InitExtPart()98 ExtPluginList GetExtPlugins(ExtPart *extPart) in GetExtPlugins()106 void DestroyExtPart(ExtPart *extPart) in DestroyExtPart()
1799 ExtPart *extPart;1809 extPart = reinterpret_cast<ExtPart *>(HcMalloc(sizeof(ExtPart), 0)); in SetUp()
23 int32_t (*initExtPartFunc)(const cJSON *params, ExtPart *extPart);24 ExtPluginList (*getPluginListFunc)(ExtPart *extPart);25 void (*destroyExtPartFunc)(ExtPart *extPart);
25 static ExtPart *g_extPart = NULL;59 g_extPart = (ExtPart *)HcMalloc(sizeof(ExtPart), 0); in AddExtPlugin()