Home
last modified time | relevance | path

Searched defs:plugin_entry (Results 1 – 9 of 9) sorted by relevance

/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/
H A Dec_plugins.c50 struct plugin_entry { struct
54 SLIST_ENTRY(plugin_entry) next; argument
/dports/devel/global/global-6.6.7/libparser/
H A Dparser.c129 struct plugin_entry { struct
135 static STAILQ_HEAD(plugin_list, plugin_entry) argument
/dports/devel/hpx/hpx-1.2.1/hpx/util/plugin/
H A Dplugin_factory.hpp110 std::string plugin_entry(HPX_PLUGIN_SYMBOLS_PREFIX_DYNAMIC_STR in get_abstract_factory() local
144 std::string plugin_entry(HPX_PLUGIN_SYMBOLS_PREFIX_DYNAMIC_STR in get_abstract_factory_names() local
/dports/emulators/bochs/bochs-2.7/
H A Dextplugin.h65 plugin_entry_t plugin_entry; member
H A Dplugin.cc309 plugin_entry_t plugin_entry; in plugins_search() local
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dslurm_acct_gather_interconnect.c125 char *last = NULL, *plugin_entry, *type = NULL; in acct_gather_interconnect_init() local
H A Dslurm_acct_gather_energy.c136 char *last = NULL, *plugin_entry, *type = NULL; in slurm_acct_gather_energy_init() local
/dports/net/olsrd/olsrd-0.9.8/src/
H A Dolsr_cfg.h269 struct plugin_entry { struct
272 struct plugin_entry *next; argument
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/plugins/
H A Ddb.py79 def __init__(self, group, plugin_entry): argument