Searched refs:destroyExtPartFunc (Results 1 – 3 of 3) sorted by relevance
55 pluginProxy->destroyExtPartFunc == NULL) { in AddExtPlugin()86 pluginProxy->destroyExtPartFunc(g_extPart); in DestroyExt()
56 g_pluginFunc.destroyExtPartFunc = DevAuthDlsym(handle, FUNC_NAME_DESTROY_EXT_PART); in GetPluginFuncFromLib()57 if (g_pluginFunc.destroyExtPartFunc == NULL) { in GetPluginFuncFromLib()
25 void (*destroyExtPartFunc)(ExtPart *extPart); member