Loading include/http_config.h +1 −1 Original line number Diff line number Diff line Loading @@ -996,8 +996,8 @@ AP_DECLARE_HOOK(void,child_init,(apr_pool_t *pchild, server_rec *s)) /** * Run the handler functions for each module * @param r The request_rec * @deffunc void ap_run_handler(request_rec *r) * @tip non-wildcard handlers should HOOK_MIDDLE, wildcard HOOK_LAST * @deffunc void ap_run_handler(request_rec *r) */ AP_DECLARE_HOOK(int,handler,(request_rec *)) Loading include/http_request.h +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ AP_DECLARE(request_rec *) ap_sub_req_method_uri(const char *method, * has to be inserted at the end of a sub-requests filter stack. * @param f The current filter * @param bb The brigade to filter * @deffuc apr_status_t ap_sub_req_output_filter(ap_filter_t *f, apr_bucket_brigade *bb) * @deffunc apr_status_t ap_sub_req_output_filter(ap_filter_t *f, apr_bucket_brigade *bb) */ AP_CORE_DECLARE_NONSTD(apr_status_t) ap_sub_req_output_filter(ap_filter_t *f, apr_bucket_brigade *bb); Loading Loading
include/http_config.h +1 −1 Original line number Diff line number Diff line Loading @@ -996,8 +996,8 @@ AP_DECLARE_HOOK(void,child_init,(apr_pool_t *pchild, server_rec *s)) /** * Run the handler functions for each module * @param r The request_rec * @deffunc void ap_run_handler(request_rec *r) * @tip non-wildcard handlers should HOOK_MIDDLE, wildcard HOOK_LAST * @deffunc void ap_run_handler(request_rec *r) */ AP_DECLARE_HOOK(int,handler,(request_rec *)) Loading
include/http_request.h +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ AP_DECLARE(request_rec *) ap_sub_req_method_uri(const char *method, * has to be inserted at the end of a sub-requests filter stack. * @param f The current filter * @param bb The brigade to filter * @deffuc apr_status_t ap_sub_req_output_filter(ap_filter_t *f, apr_bucket_brigade *bb) * @deffunc apr_status_t ap_sub_req_output_filter(ap_filter_t *f, apr_bucket_brigade *bb) */ AP_CORE_DECLARE_NONSTD(apr_status_t) ap_sub_req_output_filter(ap_filter_t *f, apr_bucket_brigade *bb); Loading