Home
last modified time | relevance | path

Searched refs:handle_request_done (Results 1 – 9 of 9) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dplugin.c269 PLUGIN_TO_SLOT(PLUGIN_FUNC_HANDLE_REQUEST_DONE, handle_request_done) in PLUGIN_TO_SLOT()
396 PLUGIN_TO_SLOT(PLUGIN_FUNC_HANDLE_REQUEST_DONE, handle_request_done);
H A Dplugin.h45 …handler_t (* handle_request_done) (server *srv, connection *con, void *p_d); /* at the end o… member
H A Dmod_rrdtool.c491 p->handle_request_done = mod_rrd_account; in mod_rrdtool_plugin_init()
H A Dmod_extforward.c508 p->handle_request_done = mod_extforward_restore; in mod_extforward_plugin_init()
H A Dmod_status.c883 p->handle_request_done = mod_status_account; in mod_status_plugin_init()
H A Dmod_accesslog.c936 p->handle_request_done = log_access_write; in mod_accesslog_plugin_init()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dextforward.txt22 need to call patch_connection in either handle_request_done and
H A Dplugins.txt230 handle_request_done
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS141 * Use connection_reset instead of handle_request_done for cleanup callbacks