| /lighttpd1.4/src/ |
| H A D | http-header-glue.c | 219 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 D | response.c | 101 && (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 D | mod_scgi.c | 198 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 D | mod_echo.c | 122 if (NULL == r->handler_module in URIHANDLER_FUNC() 124 r->handler_module = p->self; in URIHANDLER_FUNC()
|
| H A D | mod_sockproxy.c | 147 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 D | mod_fastcgi.c | 272 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 D | mod_skeleton.c | 116 if (NULL != r->handler_module) return HANDLER_GO_ON; in URIHANDLER_FUNC()
|
| H A D | mod_authn_gssapi.c | 157 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 D | mod_cgi.c | 449 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 D | mod_staticfile.c | 136 if (NULL != r->handler_module) return HANDLER_GO_ON; in URIHANDLER_FUNC()
|
| H A D | mod_access.c | 94 r->handler_module = NULL; in mod_access_reject()
|
| H A D | mod_auth.c | 729 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 D | mod_indexfile.c | 143 if (NULL != r->handler_module) return HANDLER_GO_ON; in URIHANDLER_FUNC()
|
| H A D | request.h | 135 const plugin *handler_module; member
|
| H A D | mod_proxy.c | 1087 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 D | mod_wstunnel.c | 488 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 D | mod_ajp13.c | 654 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 D | mod_magnet.c | 2419 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 D | mod_redirect.c | 194 r->handler_module = NULL; in URIHANDLER_FUNC()
|
| H A D | gw_backend.c | 955 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 D | http_range.c | 284 r->handler_module = NULL; in http_range_not_satisfiable()
|
| H A D | http_cgi.c | 63 r->handler_module = NULL; in http_cgi_local_redir()
|
| H A D | mod_rewrite.c | 333 if (NULL != r->handler_module) return HANDLER_GO_ON; in URIHANDLER_FUNC()
|
| H A D | mod_vhostdb.c | 254 r->handler_module = NULL; in mod_vhostdb_error_500()
|
| H A D | mod_ssi.c | 1623 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()
|