| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/ |
| H A D | mod-proxy.t | 39 ok($tf_real->start_proc == 0, "Starting lighttpd") or goto cleanup; 41 ok($tf_proxy->start_proc == 0, "Starting lighttpd as proxy") or goto cleanup; 82 cleanup: label
|
| H A D | SConscript | 5 cleanup.sh') 38 t += env.Command('foo3', 'cleanup.sh', '(cd ./tests/; ./cleanup.sh; cd ..)')
|
| H A D | mod-fastcgi.t | 30 ok($tf->start_proc == 0, "Starting lighttpd") or goto cleanup; 214 ok($tf->start_proc == 0, "Starting lighttpd with $tf->{CONFIGFILE}") or goto cleanup; 234 ok($tf->start_proc == 0, "Starting lighttpd with $tf->{CONFIGFILE}") or goto cleanup; 246 ok($tf->start_proc == 0, "Starting lighttpd with bug-12.conf") or goto cleanup; 419 cleanup: ; label
|
| H A D | mod-rewrite.t | 29 ok($tf->start_proc == 0, "Starting lighttpd") or goto cleanup; 74 cleanup: ; label
|
| H A D | Makefile.am | 17 cleanup.sh
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | state.txt | 50 cleanup environment, log request 70 request and cleanup the environment. After the close() call the connection
|
| H A D | plugins.txt | 109 cleanup 112 The cleanup hook is called just before the plugin is unloaded. It is meant
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | plugin.c | 316 PLUGIN_TO_SLOT(PLUGIN_FUNC_CLEANUP, cleanup) 406 PLUGIN_TO_SLOT(PLUGIN_FUNC_CLEANUP, cleanup);
|
| H A D | plugin.h | 36 handler_t (* cleanup) (server *srv, void *p_d); member
|
| H A D | mod_access.c | 187 p->cleanup = mod_access_free; in mod_access_plugin_init()
|
| H A D | mod_skeleton.c | 203 p->cleanup = mod_skeleton_free; in mod_skeleton_plugin_init()
|
| H A D | mod_evasive.c | 206 p->cleanup = mod_evasive_free; in mod_evasive_plugin_init()
|
| H A D | mod_indexfile.c | 216 p->cleanup = mod_indexfile_free; in mod_indexfile_plugin_init()
|
| H A D | mod_alias.c | 198 p->cleanup = mod_alias_free; in mod_alias_plugin_init()
|
| H A D | mod_flv_streaming.c | 272 p->cleanup = mod_flv_streaming_free; in mod_flv_streaming_plugin_init()
|
| H A D | mod_setenv.c | 241 p->cleanup = mod_setenv_free; in mod_setenv_plugin_init()
|
| H A D | mod_usertrack.c | 263 p->cleanup = mod_usertrack_free; in mod_usertrack_plugin_init()
|
| H A D | mod_secure_download.c | 296 p->cleanup = mod_secdownload_free; in mod_secdownload_plugin_init()
|
| H A D | mod_cml.c | 314 p->cleanup = mod_cml_free; in mod_cml_plugin_init()
|
| H A D | mod_simple_vhost.c | 277 p->cleanup = mod_simple_vhost_free; in mod_simple_vhost_plugin_init()
|
| H A D | mod_expire.c | 365 p->cleanup = mod_expire_free; in mod_expire_plugin_init()
|
| H A D | mod_redirect.c | 284 p->cleanup = mod_redirect_free; in mod_redirect_plugin_init()
|
| H A D | mod_evhost.c | 340 p->cleanup = mod_evhost_free; in mod_evhost_plugin_init()
|
| H A D | mod_userdir.c | 322 p->cleanup = mod_userdir_free; in mod_userdir_plugin_init()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 7 * Code cleanup with clang/sparse (fixes #2437, thx kibi) 59 * [ssl/build] some minor fixes; fix compile without ssl, cleanup ssl config buffers 92 * cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls 141 * Use connection_reset instead of handle_request_done for cleanup callbacks 630 * fixed missing cleanup in mysql_vhost 742 * fixed cleanup in mod_proxy and mod_fastcgi 1032 * more code cleanup 1040 * code cleanup 1101 * code cleanup
|