Lines Matching defs:plugin
239 char *plugin, void *library,
244 static int _sasl_plugin_load(char *plugin, void *library,
255 result = add_plugin(gctx, plugin, entry_point);
257 result = add_plugin(plugin, entry_point);
265 "_sasl_plugin_load failed on %s for plugin: %s\n",
266 entryname, plugin);
269 "_sasl_plugin_load failed on %s for plugin: %s\n",
270 entryname, plugin);
380 /* loads a plugin library */
539 /* What type of plugin are we looking for? */