Searched refs:load_plugin (Results 1 – 2 of 2) sorted by relevance
68 fn load_plugin( in load_plugin() function107 load_plugin(state, &engine, &linker, path)?; in load_plugins()
135 exists and is really a directory, and if so, calls `load_plugin()` on146 load_plugin(state, &engine, &linker, path)?;151 Next let's look at the `load_plugin()` function, which loads a single plugin.188 and the `Linker` that was passed in to `load_plugin()`.