Searched refs:init (Results 1 – 25 of 58) sorted by relevance
123
166 int (*init)(plugin *pl); in plugins_load() local177 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 …]
119 void chunkqueue_internal_pipes(int init);121 #define chunkqueue_internal_pipes(init) do { } while (0) argument
66 void *(* init) (void); member
140 p->init = mod_skeleton_init; in mod_skeleton_plugin_init()
144 p->init = mod_echo_init; in mod_echo_plugin_init()
154 p->init = mod_staticfile_init; in mod_staticfile_plugin_init()
144 p->init = mod_access_init; in mod_access_plugin_init()
167 p->init = mod_indexfile_init; in mod_indexfile_plugin_init()
177 p->init = gw_init; in mod_sockproxy_plugin_init()
180 p->init = mod_authn_pam_init; in mod_authn_pam_plugin_init()
205 p->init = mod_simple_vhost_init; in mod_simple_vhost_plugin_init()
190 p->init = mod_alias_init; in mod_alias_plugin_init()
212 p->init = mod_redirect_init; in mod_redirect_plugin_init()
278 p->init = mod_vhostdb_init; in mod_vhostdb_pgsql_plugin_init()
300 p->init = mod_vhostdb_init; in mod_vhostdb_mysql_plugin_init()
339 p->init = mod_userdir_init; in mod_userdir_plugin_init()
349 p->init = mod_expire_init; in mod_expire_plugin_init()
354 p->init = mod_evhost_init; in mod_evhost_plugin_init()
337 p->init = mod_vhostdb_init; in mod_vhostdb_dbi_plugin_init()
290 p->init = gw_init; in mod_scgi_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:
135 1. connect anonymously (at plugin init)