Searched refs:plugin_method (Results 1 – 3 of 3) sorted by relevance
12 struct plugin_method { struct
18 struct plugin_method *method; /* Implemented in the plugin */
77 struct plugin_method *m = NULL; in load_plugin()85 m = (struct plugin_method *)dlsym(handle, "plugin_method"); in load_plugin()
Completed in 4 milliseconds