Lines Matching full:plugin
46 struct plugin { struct
59 struct plugin *next; argument
63 static struct plugin *registered = NULL;
67 LIBDIR "/plugin/krb5",
99 struct plugin *e; in loadlib()
127 * Register a plugin symbol name of specific type.
129 * @param type type of plugin symbol
130 * @param name name of plugin symbol
144 struct plugin *e; in krb5_plugin_register()
222 struct plugin *e; in load_plugins()
326 struct plugin *e; in _krb5_plugin_find()
362 krb5_set_error_message(context, ENOENT, "Did not find a plugin for %s", name); in _krb5_plugin_find()
382 * plugin = object{
480 p = heim_alloc(sizeof(*p), "krb5-plugin", plug_dealloc); in _krb5_load_plugins()