Lines Matching defs:plugin
51 hal->plugin->work(hal->plugin, p);80 register_plugin(struct wtap_hal *hal, struct wtap_plugin *plugin)83 plugin->init(plugin);84 hal->plugin = plugin;91 hal->plugin->deinit(hal->plugin);92 hal->plugin = NULL; /* catch illegal usages */