Home
last modified time | relevance | path

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

12

/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A Dmod-proxy.t39 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 DSConscript5 cleanup.sh')
38 t += env.Command('foo3', 'cleanup.sh', '(cd ./tests/; ./cleanup.sh; cd ..)')
H A Dmod-fastcgi.t30 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 Dmod-rewrite.t29 ok($tf->start_proc == 0, "Starting lighttpd") or goto cleanup;
74 cleanup: ; label
H A DMakefile.am17 cleanup.sh
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dstate.txt50 cleanup environment, log request
70 request and cleanup the environment. After the close() call the connection
H A Dplugins.txt109 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 Dplugin.c316 PLUGIN_TO_SLOT(PLUGIN_FUNC_CLEANUP, cleanup)
406 PLUGIN_TO_SLOT(PLUGIN_FUNC_CLEANUP, cleanup);
H A Dplugin.h36 handler_t (* cleanup) (server *srv, void *p_d); member
H A Dmod_access.c187 p->cleanup = mod_access_free; in mod_access_plugin_init()
H A Dmod_skeleton.c203 p->cleanup = mod_skeleton_free; in mod_skeleton_plugin_init()
H A Dmod_evasive.c206 p->cleanup = mod_evasive_free; in mod_evasive_plugin_init()
H A Dmod_indexfile.c216 p->cleanup = mod_indexfile_free; in mod_indexfile_plugin_init()
H A Dmod_alias.c198 p->cleanup = mod_alias_free; in mod_alias_plugin_init()
H A Dmod_flv_streaming.c272 p->cleanup = mod_flv_streaming_free; in mod_flv_streaming_plugin_init()
H A Dmod_setenv.c241 p->cleanup = mod_setenv_free; in mod_setenv_plugin_init()
H A Dmod_usertrack.c263 p->cleanup = mod_usertrack_free; in mod_usertrack_plugin_init()
H A Dmod_secure_download.c296 p->cleanup = mod_secdownload_free; in mod_secdownload_plugin_init()
H A Dmod_cml.c314 p->cleanup = mod_cml_free; in mod_cml_plugin_init()
H A Dmod_simple_vhost.c277 p->cleanup = mod_simple_vhost_free; in mod_simple_vhost_plugin_init()
H A Dmod_expire.c365 p->cleanup = mod_expire_free; in mod_expire_plugin_init()
H A Dmod_redirect.c284 p->cleanup = mod_redirect_free; in mod_redirect_plugin_init()
H A Dmod_evhost.c340 p->cleanup = mod_evhost_free; in mod_evhost_plugin_init()
H A Dmod_userdir.c322 p->cleanup = mod_userdir_free; in mod_userdir_plugin_init()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS7 * 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

12