Lines Matching refs:plugin
14 The plugin interface is an integral part of lighttpd which
39 called when the plugin is loaded
41 called when the plugin is unloaded
73 called after the connection_state_engine is left again and plugin
85 Every plugin has a uniquely-named function which is called after the
86 plugin is loaded. It is used to set up the ``plugin`` structure with
89 - name of the plugin ``name``
94 of the internal plugin data.
102 The first real call of a plugin function is the init hook which is used
103 to set up the internal plugin data. The internal plugin is assigned the
107 a pointer to the internal plugin data.
112 The cleanup hook is called just before the plugin is unloaded. It is meant
113 to free all buffers allocated in ``init`` or somewhere else in the plugin
125 the plugin configuration is valid. If it is not valid yet, it should