Home
last modified time | relevance | path

Searched refs:handler_module (Results 1 – 25 of 37) sorted by relevance

12

/lighttpd1.4/src/
H A Dhttp-header-glue.c219 r->handler_module = NULL; in http_response_handle_cachable()
292 r->handler_module = NULL; in http_response_reset()
315 r->handler_module = NULL; in http_response_reqbody_read_error()
444 r->handler_module = NULL; in http_response_xsendfile()
476 r->handler_module = NULL; in http_response_xsendfile()
607 r->handler_module = NULL; in http_response_xsendfile2()
635 r->handler_module = NULL; in http_response_backend_done()
877 r->handler_module = NULL; in http_response_process_headers()
884 r->handler_module = NULL; in http_response_process_headers()
1131 r->handler_module = NULL; in http_response_parse_headers()
[all …]
H A Dresponse.c101 && (NULL == r->handler_module in http_response_write_header()
335 r->handler_module = NULL; in http_status_set_error_close()
352 return (r->handler_module) in http_response_prepare_connect()
444 && (r->handler_module || !r->h2_connect_ext)) in http_response_prepare()
522 if (NULL != r->handler_module) return HANDLER_GO_ON; in http_response_prepare()
551 if (__builtin_expect( (NULL == r->handler_module), 0)) { in http_response_prepare()
578 if (NULL != r->handler_module || !buffer_is_unset(&r->physical.path)) in http_response_comeback()
642 if (NULL == r->handler_module in http_response_static_errdoc()
934 if (NULL == r->handler_module || r->conf.error_intercept) { in http_response_has_error_handler()
973 const plugin *p = r->handler_module; in http_response_handler()
[all …]
H A Dmod_scgi.c198 r->handler_module = NULL; in scgi_create_env()
220 r->handler_module = NULL; in scgi_create_env()
255 if (NULL != r->handler_module) return HANDLER_GO_ON; in scgi_check_extension()
263 if (r->handler_module == p->self) { in scgi_check_extension()
H A Dmod_echo.c122 if (NULL == r->handler_module in URIHANDLER_FUNC()
124 r->handler_module = p->self; in URIHANDLER_FUNC()
H A Dmod_sockproxy.c147 if (NULL != r->handler_module) return HANDLER_GO_ON; in mod_sockproxy_connection_accept()
158 if (r->handler_module == p->self) { in mod_sockproxy_connection_accept()
H A Dmod_fastcgi.c272 r->handler_module = NULL; in fcgi_create_env()
479 if (NULL != r->handler_module) return HANDLER_GO_ON; in fcgi_check_extension()
487 if (r->handler_module == p->self) { in fcgi_check_extension()
H A Dmod_skeleton.c116 if (NULL != r->handler_module) return HANDLER_GO_ON; in URIHANDLER_FUNC()
H A Dmod_authn_gssapi.c157 r->handler_module = NULL; in mod_authn_gssapi_send_400_bad_request()
260 r->handler_module = NULL; in mod_authn_gssapi_send_500_server_error()
267 r->handler_module = NULL; in mod_authn_gssapi_send_401_unauthorized_negotiate()
617 r->handler_module = NULL; in mod_authn_gssapi_send_401_unauthorized_basic()
H A Dmod_cgi.c449 if (r->handler_module == p->self) { in cgi_connection_close()
540 r->handler_module = NULL; in cgi_response_headers()
987 if (NULL != r->handler_module) return HANDLER_GO_ON; in URIHANDLER_FUNC()
1060 r->handler_module = p->self; in URIHANDLER_FUNC()
1141 r->handler_module = NULL; in SUBREQUEST_FUNC()
H A Dmod_staticfile.c136 if (NULL != r->handler_module) return HANDLER_GO_ON; in URIHANDLER_FUNC()
H A Dmod_access.c94 r->handler_module = NULL; in mod_access_reject()
H A Dmod_auth.c729 r->handler_module = NULL; in mod_auth_send_400_bad_request()
740 r->handler_module = NULL; in mod_auth_send_401_unauthorized_basic()
764 r->handler_module = NULL; in mod_auth_basic_misconfigured()
1101 r->handler_module = NULL; in mod_auth_send_401_unauthorized_digest()
1207 r->handler_module = NULL; in mod_auth_digest_misconfigured()
1571 r->handler_module = NULL; in mod_auth_check_extern()
H A Dmod_indexfile.c143 if (NULL != r->handler_module) return HANDLER_GO_ON; in URIHANDLER_FUNC()
H A Drequest.h135 const plugin *handler_module; member
H A Dmod_proxy.c1087 r->handler_module = NULL; in proxy_response_headers()
1121 if (NULL != r->handler_module) return HANDLER_GO_ON; in mod_proxy_check_extension()
1129 if (r->handler_module == p->self) { in mod_proxy_check_extension()
1164 r->handler_module = NULL; in mod_proxy_check_extension()
H A Dmod_wstunnel.c488 r->handler_module = NULL; in wstunnel_handler_setup()
562 if (NULL != r->handler_module) in mod_wstunnel_check_extension()
593 return (HANDLER_GO_ON == rc && r->handler_module == p->self) in mod_wstunnel_check_extension()
607 if (NULL == hctx || r->handler_module != p->self) in TRIGGER_FUNC()
H A Dmod_ajp13.c654 r->handler_module = NULL; in ajp13_create_env()
967 if (NULL != r->handler_module) return HANDLER_GO_ON; in ajp13_check_extension()
976 if (r->handler_module == p->self) { in ajp13_check_extension()
H A Dmod_magnet.c2419 else if (NULL == r->handler_module) { in magnet_reqbody()
2422 r->handler_module = plugin_data_singleton->self; in magnet_reqbody()
2425 else if (0 == strcmp(r->handler_module->name, "security3")) { in magnet_reqbody()
2434 "attempting r.req_body.collect?)", r->handler_module->name); in magnet_reqbody()
3195 r->handler_module = NULL; in magnet_script_setup()
3242 r->handler_module = NULL; in magnet_attract()
3275 r->handler_module = p->self; in magnet_attract()
3382 r->handler_module = NULL; in SUBREQUEST_FUNC()
H A Dmod_redirect.c194 r->handler_module = NULL; in URIHANDLER_FUNC()
H A Dgw_backend.c955 r->handler_module = NULL; in gw_host_get()
1829 if (r->handler_module == p->self) { in gw_connection_close()
2287 r->handler_module = NULL; in gw_authorizer_ok()
2301 r->handler_module = NULL; in gw_authorizer_ok()
2465 if (NULL != r->handler_module) return HANDLER_GO_ON; in gw_check_extension()
2671 r->handler_module = p->self; in gw_check_extension()
2719 if (r->http_status == 500 && !r->resp_body_started && !r->handler_module) in gw_handle_trigger_hctx_timeout()
H A Dhttp_range.c284 r->handler_module = NULL; in http_range_not_satisfiable()
H A Dhttp_cgi.c63 r->handler_module = NULL; in http_cgi_local_redir()
H A Dmod_rewrite.c333 if (NULL != r->handler_module) return HANDLER_GO_ON; in URIHANDLER_FUNC()
H A Dmod_vhostdb.c254 r->handler_module = NULL; in mod_vhostdb_error_500()
H A Dmod_ssi.c1623 if (NULL != r->handler_module) return HANDLER_GO_ON; in URIHANDLER_FUNC()
1632 r->handler_module = p->self; in URIHANDLER_FUNC()
1653 r->handler_module = NULL; in SUBREQUEST_FUNC()

12