Lines Matching refs:handler_module
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()
976 && NULL != (p = r->handler_module))) in http_response_handler()