Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 45) sorted by relevance

12

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dplugin.c121 int (*init)(plugin *pl); in plugins_load() local
183 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())) {
H A Dplugin.h34 void *(* init) (); member
H A Dmod_access.c183 p->init = mod_access_init; in mod_access_plugin_init()
H A Dmod_skeleton.c200 p->init = mod_skeleton_init; in mod_skeleton_plugin_init()
H A Dmod_evasive.c203 p->init = mod_evasive_init; in mod_evasive_plugin_init()
H A Dmod_indexfile.c213 p->init = mod_indexfile_init; in mod_indexfile_plugin_init()
H A Dmod_alias.c195 p->init = mod_alias_init; in mod_alias_plugin_init()
H A Dmod_flv_streaming.c269 p->init = mod_flv_streaming_init; in mod_flv_streaming_plugin_init()
H A Dmod_setenv.c238 p->init = mod_setenv_init; in mod_setenv_plugin_init()
H A Dmod_usertrack.c260 p->init = mod_usertrack_init; in mod_usertrack_plugin_init()
H A Dmod_secure_download.c293 p->init = mod_secdownload_init; in mod_secdownload_plugin_init()
H A Dmod_cml.c313 p->init = mod_cml_init; in mod_cml_plugin_init()
H A Dmod_simple_vhost.c274 p->init = mod_simple_vhost_init; in mod_simple_vhost_plugin_init()
H A Dmod_expire.c362 p->init = mod_expire_init; in mod_expire_plugin_init()
H A Dmod_redirect.c281 p->init = mod_redirect_init; in mod_redirect_plugin_init()
H A Dmod_evhost.c337 p->init = mod_evhost_init; in mod_evhost_plugin_init()
H A Dmod_userdir.c319 p->init = mod_userdir_init; in mod_userdir_plugin_init()
H A Dmod_rrdtool.c486 p->init = mod_rrd_init; in mod_rrdtool_plugin_init()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dplugins.txt92 The field ``data`` and ``lib`` should not be touched in the init function.
99 init
102 The first real call of a plugin function is the init hook which is used
113 to free all buffers allocated in ``init`` or somewhere else in the plugin
H A Dstate.txt36 init the read-idle timer
62 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
H A Dfastcgi-state.dot2 init -> connect -> prepwrite -> write -> read -> close
H A Dfastcgi-state.txt32 :init:
H A Dauthentication.txt130 1. connect anonymously (at plugin init)
/mOS-networking-stack/core/src/bpf/
H A Dsf_nametoaddr.c446 static int init = 0; in pcap_ether_hostton() local
448 if (!init) in pcap_ether_hostton()
451 ++init; in pcap_ether_hostton()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/initscripts/
H A Drc.lighttpd.redhat18 . /etc/rc.d/init.d/functions

12