Searched refs:g_extPart (Results 1 – 1 of 1) sorted by relevance
25 static ExtPart *g_extPart = NULL; variable29 ExtPluginList pluginList = pluginProxy->getPluginListFunc(g_extPart); in ParsePlugins()59 g_extPart = (ExtPart *)HcMalloc(sizeof(ExtPart), 0); in AddExtPlugin()60 if (g_extPart == NULL) { in AddExtPlugin()66 res = pluginProxy->initExtPartFunc(NULL, g_extPart); in AddExtPlugin()78 HcFree(g_extPart); in AddExtPlugin()79 g_extPart = NULL; in AddExtPlugin()86 pluginProxy->destroyExtPartFunc(g_extPart); in DestroyExt()88 if (g_extPart != NULL) { in DestroyExt()89 HcFree(g_extPart); in DestroyExt()[all …]