Home
last modified time | relevance | path

Searched refs:lastplugin (Results 1 – 3 of 3) sorted by relevance

/dports/www/e2guardian/e2guardian-5.3.4/src/
H A DDownloadManager.cpp58 bool lastplugin = *((bool *)args); in init() local
59 if (!lastplugin) { in init()
H A DOptionContainer.cpp1267 bool lastplugin = (i == (numplugins - 1)); in loadDMPlugins() local
1268 int rc = dmpp->init(&lastplugin); in loadDMPlugins()
/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Dload_plugins.c140 struct fat_node_st *nextplugin, *lastplugin; member
181 node->lastplugin = node; in _fat_node_init()
493 entry->lastplugin = entry; in _insert_node()
1354 n->lastplugin = n; in load_plugin_list()
1357 first_in_file->lastplugin->nextplugin = n; in load_plugin_list()
1358 first_in_file->lastplugin = n; in load_plugin_list()