Searched refs:init (Results 1 – 25 of 45) sorted by relevance
12
121 int (*init)(plugin *pl); in plugins_load() local183 init = GetProcAddress(p->lib, srv->tmp_buf->ptr); in plugins_load()185 if (init == NULL) { in plugins_load()204 init = (int (*)(plugin *))(intptr_t)dlsym(p->lib, srv->tmp_buf->ptr); in plugins_load()206 *(void **)(&init) = dlsym(p->lib, srv->tmp_buf->ptr); in plugins_load()216 if ((*init)(p)) { in plugins_load()410 if (p->init) {411 if (NULL == (p->data = p->init())) {
34 void *(* init) (); member
183 p->init = mod_access_init; in mod_access_plugin_init()
200 p->init = mod_skeleton_init; in mod_skeleton_plugin_init()
203 p->init = mod_evasive_init; in mod_evasive_plugin_init()
213 p->init = mod_indexfile_init; in mod_indexfile_plugin_init()
195 p->init = mod_alias_init; in mod_alias_plugin_init()
269 p->init = mod_flv_streaming_init; in mod_flv_streaming_plugin_init()
238 p->init = mod_setenv_init; in mod_setenv_plugin_init()
260 p->init = mod_usertrack_init; in mod_usertrack_plugin_init()
293 p->init = mod_secdownload_init; in mod_secdownload_plugin_init()
313 p->init = mod_cml_init; in mod_cml_plugin_init()
274 p->init = mod_simple_vhost_init; in mod_simple_vhost_plugin_init()
362 p->init = mod_expire_init; in mod_expire_plugin_init()
281 p->init = mod_redirect_init; in mod_redirect_plugin_init()
337 p->init = mod_evhost_init; in mod_evhost_plugin_init()
319 p->init = mod_userdir_init; in mod_userdir_plugin_init()
486 p->init = mod_rrd_init; in mod_rrdtool_plugin_init()
92 The field ``data`` and ``lib`` should not be touched in the init function.99 init102 The first real call of a plugin function is the init hook which is used113 to free all buffers allocated in ``init`` or somewhere else in the plugin
36 init the read-idle timer62 As soon as the connection is set up we init the read-timer in 'reqstart'102 the error condition the 'close' state is used the init a half-close and
2 init -> connect -> prepwrite -> write -> read -> close
32 :init:
130 1. connect anonymously (at plugin init)
446 static int init = 0; in pcap_ether_hostton() local448 if (!init) in pcap_ether_hostton()451 ++init; in pcap_ether_hostton()
18 . /etc/rc.d/init.d/functions