Searched refs:error_handler (Results 1 – 4 of 4) sorted by relevance
886 http_response_call_error_handler (request_st * const r, const buffer * const error_handler) in http_response_call_error_handler() argument897 if (error_handler == r->conf.error_handler) { in http_response_call_error_handler()920 buffer_copy_buffer(&r->target, error_handler); in http_response_call_error_handler()953 const buffer *error_handler = NULL; in http_response_has_error_handler() local954 if (r->conf.error_handler) in http_response_has_error_handler()955 error_handler = r->conf.error_handler; in http_response_has_error_handler()958 error_handler = r->conf.error_handler_404; in http_response_has_error_handler()960 if (error_handler) in http_response_has_error_handler()961 return http_response_call_error_handler(r, error_handler); in http_response_has_error_handler()
74 const buffer *error_handler; member
121 pconf->error_handler = cpv->v.b; in config_merge_config_cpv()
2159 * [core] permit server.error_handler to static file