Home
last modified time | relevance | path

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

123

/lighttpd1.4/src/
H A Dplugin.c166 int (*init)(plugin *pl); in plugins_load() local
177 init = (int(WINAPI *)(plugin *))(intptr_t) in plugins_load()
180 init = (int (*)(plugin *))(intptr_t)dlsym(RTLD_DEFAULT, tb->ptr); in plugins_load()
183 if (NULL == init) { in plugins_load()
200 init = (int(WINAPI *)(plugin *))(intptr_t)GetProcAddress(lib, tb->ptr); in plugins_load()
201 if (init == NULL) { in plugins_load()
225 init = (int (*)(plugin *))(intptr_t)dlsym(lib, tb->ptr); in plugins_load()
226 if (NULL == init) { in plugins_load()
241 if ((*init)(p)) { in plugins_load()
454 if (p->init) { in plugins_call_init()
[all …]
H A Dchunk.h119 void chunkqueue_internal_pipes(int init);
121 #define chunkqueue_internal_pipes(init) do { } while (0) argument
H A Dplugin.h66 void *(* init) (void); member
H A Dmod_skeleton.c140 p->init = mod_skeleton_init; in mod_skeleton_plugin_init()
H A Dmod_echo.c144 p->init = mod_echo_init; in mod_echo_plugin_init()
H A Dmod_staticfile.c154 p->init = mod_staticfile_init; in mod_staticfile_plugin_init()
H A Dmod_access.c144 p->init = mod_access_init; in mod_access_plugin_init()
H A Dmod_indexfile.c167 p->init = mod_indexfile_init; in mod_indexfile_plugin_init()
H A Dmod_sockproxy.c177 p->init = gw_init; in mod_sockproxy_plugin_init()
H A Dmod_authn_pam.c180 p->init = mod_authn_pam_init; in mod_authn_pam_plugin_init()
H A Dmod_simple_vhost.c205 p->init = mod_simple_vhost_init; in mod_simple_vhost_plugin_init()
H A Dmod_alias.c190 p->init = mod_alias_init; in mod_alias_plugin_init()
H A Dmod_redirect.c212 p->init = mod_redirect_init; in mod_redirect_plugin_init()
H A Dmod_vhostdb_pgsql.c278 p->init = mod_vhostdb_init; in mod_vhostdb_pgsql_plugin_init()
H A Dmod_vhostdb_mysql.c300 p->init = mod_vhostdb_init; in mod_vhostdb_mysql_plugin_init()
H A Dmod_userdir.c339 p->init = mod_userdir_init; in mod_userdir_plugin_init()
H A Dmod_expire.c349 p->init = mod_expire_init; in mod_expire_plugin_init()
H A Dmod_evhost.c354 p->init = mod_evhost_init; in mod_evhost_plugin_init()
H A Dmod_vhostdb_dbi.c337 p->init = mod_vhostdb_init; in mod_vhostdb_dbi_plugin_init()
H A Dmod_scgi.c290 p->init = gw_init; in mod_scgi_plugin_init()
/lighttpd1.4/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.txt135 1. connect anonymously (at plugin init)

123