diff --git a/include/ap_hooks.h b/include/ap_hooks.h index acac9e46d5..43d38e7da7 100644 --- a/include/ap_hooks.h +++ b/include/ap_hooks.h @@ -72,11 +72,11 @@ * @param args The arguments the hook function takes, in brackets. */ #define AP_DECLARE_HOOK(ret,name,args) \ - APR_DECLARE_EXTERNAL_HOOK(ap,AP,ret,name,args) + APR_DECLARE_EXTERNAL_HOOK(ap,AP,ret,name,args) /** @internal */ #define AP_IMPLEMENT_HOOK_BASE(name) \ - APR_IMPLEMENT_EXTERNAL_HOOK_BASE(ap,AP,name) + APR_IMPLEMENT_EXTERNAL_HOOK_BASE(ap,AP,name) /** * Implement an Apache core hook that has no return code, and @@ -92,7 +92,7 @@ * (e.g. within a dso) see APR_IMPLEMENT_EXTERNAL_HOOK_VOID. */ #define AP_IMPLEMENT_HOOK_VOID(name,args_decl,args_use) \ - APR_IMPLEMENT_EXTERNAL_HOOK_VOID(ap,AP,name,args_decl,args_use) + APR_IMPLEMENT_EXTERNAL_HOOK_VOID(ap,AP,name,args_decl,args_use) /** * Implement an Apache core hook that runs until one of the functions @@ -115,7 +115,7 @@ * (e.g. within a dso) see APR_IMPLEMENT_EXTERNAL_HOOK_RUN_ALL. */ #define AP_IMPLEMENT_HOOK_RUN_ALL(ret,name,args_decl,args_use,ok,decline) \ - APR_IMPLEMENT_EXTERNAL_HOOK_RUN_ALL(ap,AP,ret,name,args_decl, \ + APR_IMPLEMENT_EXTERNAL_HOOK_RUN_ALL(ap,AP,ret,name,args_decl, \ args_use,ok,decline) /** @@ -135,7 +135,7 @@ * (e.g. within a dso) see APR_IMPLEMENT_EXTERNAL_HOOK_RUN_FIRST. */ #define AP_IMPLEMENT_HOOK_RUN_FIRST(ret,name,args_decl,args_use,decline) \ - APR_IMPLEMENT_EXTERNAL_HOOK_RUN_FIRST(ap,AP,ret,name,args_decl, \ + APR_IMPLEMENT_EXTERNAL_HOOK_RUN_FIRST(ap,AP,ret,name,args_decl, \ args_use,decline) /* Note that the other optional hook implementations are straightforward but @@ -148,8 +148,8 @@ * @see AP_IMPLEMENT_HOOK_RUN_ALL */ #define AP_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(ret,name,args_decl,args_use,ok, \ - decline) \ - APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(ap,AP,ret,name,args_decl, \ + decline) \ + APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(ap,AP,ret,name,args_decl, \ args_use,ok,decline) /** diff --git a/include/ap_listen.h b/include/ap_listen.h index 4182576002..21101cd8d3 100644 --- a/include/ap_listen.h +++ b/include/ap_listen.h @@ -112,12 +112,12 @@ AP_DECLARE_NONSTD(const char *) ap_set_listenbacklog(cmd_parms *cmd, void *dummy AP_DECLARE_NONSTD(const char *) ap_set_listener(cmd_parms *cmd, void *dummy, int argc, char *const argv[]); AP_DECLARE_NONSTD(const char *) ap_set_send_buffer_size(cmd_parms *cmd, void *dummy, - const char *arg); + const char *arg); AP_DECLARE_NONSTD(const char *) ap_set_receive_buffer_size(cmd_parms *cmd, void *dummy, const char *arg); -#define LISTEN_COMMANDS \ +#define LISTEN_COMMANDS \ AP_INIT_TAKE1("ListenBacklog", ap_set_listenbacklog, NULL, RSRC_CONF, \ "Maximum length of the queue of pending connections, as used by listen(2)"), \ AP_INIT_TAKE_ARGV("Listen", ap_set_listener, NULL, RSRC_CONF, \ diff --git a/include/ap_mpm.h b/include/ap_mpm.h index 085e0d87f3..b061c0a23b 100644 --- a/include/ap_mpm.h +++ b/include/ap_mpm.h @@ -72,11 +72,11 @@ extern "C" { unix/posix notes: - The MPM does not set a SIGALRM handler, user code may use SIGALRM. - But the preferred method of handling timeouts is to use the - timeouts provided by the BUFF abstraction. + But the preferred method of handling timeouts is to use the + timeouts provided by the BUFF abstraction. - The proper setting for SIGPIPE is SIG_IGN, if user code changes it for any of their own processing, it must be restored to SIG_IGN - prior to executing or returning to any apache code. + prior to executing or returning to any apache code. TODO: add SIGPIPE debugging check somewhere to make sure it's SIG_IGN */ diff --git a/include/apache_noprobes.h b/include/apache_noprobes.h index 8492e09d01..cb98b972b4 100644 --- a/include/apache_noprobes.h +++ b/include/apache_noprobes.h @@ -17,328 +17,328 @@ #ifndef _APACHE_NOPROBES_H_ #define _APACHE_NOPROBES_H_ -#define AP_ACCESS_CHECKER_DISPATCH_COMPLETE(arg0, arg1) -#define AP_ACCESS_CHECKER_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_ACCESS_CHECKER_DISPATCH_INVOKE(arg0) -#define AP_ACCESS_CHECKER_DISPATCH_INVOKE_ENABLED() (0) -#define AP_ACCESS_CHECKER_ENTRY() -#define AP_ACCESS_CHECKER_ENTRY_ENABLED() (0) -#define AP_ACCESS_CHECKER_RETURN(arg0) -#define AP_ACCESS_CHECKER_RETURN_ENABLED() (0) -#define AP_AUTH_CHECKER_DISPATCH_COMPLETE(arg0, arg1) -#define AP_AUTH_CHECKER_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_AUTH_CHECKER_DISPATCH_INVOKE(arg0) -#define AP_AUTH_CHECKER_DISPATCH_INVOKE_ENABLED() (0) -#define AP_AUTH_CHECKER_ENTRY() -#define AP_AUTH_CHECKER_ENTRY_ENABLED() (0) -#define AP_AUTH_CHECKER_RETURN(arg0) -#define AP_AUTH_CHECKER_RETURN_ENABLED() (0) -#define AP_CANON_HANDLER_DISPATCH_COMPLETE(arg0, arg1) -#define AP_CANON_HANDLER_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_CANON_HANDLER_DISPATCH_INVOKE(arg0) -#define AP_CANON_HANDLER_DISPATCH_INVOKE_ENABLED() (0) -#define AP_CANON_HANDLER_ENTRY() -#define AP_CANON_HANDLER_ENTRY_ENABLED() (0) -#define AP_CANON_HANDLER_RETURN(arg0) -#define AP_CANON_HANDLER_RETURN_ENABLED() (0) -#define AP_CHECK_USER_ID_DISPATCH_COMPLETE(arg0, arg1) -#define AP_CHECK_USER_ID_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_CHECK_USER_ID_DISPATCH_INVOKE(arg0) -#define AP_CHECK_USER_ID_DISPATCH_INVOKE_ENABLED() (0) -#define AP_CHECK_USER_ID_ENTRY() -#define AP_CHECK_USER_ID_ENTRY_ENABLED() (0) -#define AP_CHECK_USER_ID_RETURN(arg0) -#define AP_CHECK_USER_ID_RETURN_ENABLED() (0) -#define AP_CHILD_INIT_DISPATCH_COMPLETE(arg0, arg1) -#define AP_CHILD_INIT_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_CHILD_INIT_DISPATCH_INVOKE(arg0) -#define AP_CHILD_INIT_DISPATCH_INVOKE_ENABLED() (0) -#define AP_CHILD_INIT_ENTRY() -#define AP_CHILD_INIT_ENTRY_ENABLED() (0) -#define AP_CHILD_INIT_RETURN(arg0) -#define AP_CHILD_INIT_RETURN_ENABLED() (0) -#define AP_CREATE_CONNECTION_DISPATCH_COMPLETE(arg0, arg1) -#define AP_CREATE_CONNECTION_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_CREATE_CONNECTION_DISPATCH_INVOKE(arg0) -#define AP_CREATE_CONNECTION_DISPATCH_INVOKE_ENABLED() (0) -#define AP_CREATE_CONNECTION_ENTRY() -#define AP_CREATE_CONNECTION_ENTRY_ENABLED() (0) -#define AP_CREATE_CONNECTION_RETURN(arg0) -#define AP_CREATE_CONNECTION_RETURN_ENABLED() (0) -#define AP_CREATE_REQUEST_DISPATCH_COMPLETE(arg0, arg1) -#define AP_CREATE_REQUEST_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_CREATE_REQUEST_DISPATCH_INVOKE(arg0) -#define AP_CREATE_REQUEST_DISPATCH_INVOKE_ENABLED() (0) -#define AP_CREATE_REQUEST_ENTRY() -#define AP_CREATE_REQUEST_ENTRY_ENABLED() (0) -#define AP_CREATE_REQUEST_RETURN(arg0) -#define AP_CREATE_REQUEST_RETURN_ENABLED() (0) -#define AP_DEFAULT_PORT_DISPATCH_COMPLETE(arg0, arg1) -#define AP_DEFAULT_PORT_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_DEFAULT_PORT_DISPATCH_INVOKE(arg0) -#define AP_DEFAULT_PORT_DISPATCH_INVOKE_ENABLED() (0) -#define AP_DEFAULT_PORT_ENTRY() -#define AP_DEFAULT_PORT_ENTRY_ENABLED() (0) -#define AP_DEFAULT_PORT_RETURN(arg0) -#define AP_DEFAULT_PORT_RETURN_ENABLED() (0) -#define AP_ERROR_LOG_DISPATCH_COMPLETE(arg0, arg1) -#define AP_ERROR_LOG_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_ERROR_LOG_DISPATCH_INVOKE(arg0) -#define AP_ERROR_LOG_DISPATCH_INVOKE_ENABLED() (0) -#define AP_ERROR_LOG_ENTRY() -#define AP_ERROR_LOG_ENTRY_ENABLED() (0) -#define AP_ERROR_LOG_RETURN(arg0) -#define AP_ERROR_LOG_RETURN_ENABLED() (0) -#define AP_FIND_LIVEPROP_DISPATCH_COMPLETE(arg0, arg1) -#define AP_FIND_LIVEPROP_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_FIND_LIVEPROP_DISPATCH_INVOKE(arg0) -#define AP_FIND_LIVEPROP_DISPATCH_INVOKE_ENABLED() (0) -#define AP_FIND_LIVEPROP_ENTRY() -#define AP_FIND_LIVEPROP_ENTRY_ENABLED() (0) -#define AP_FIND_LIVEPROP_RETURN(arg0) -#define AP_FIND_LIVEPROP_RETURN_ENABLED() (0) -#define AP_FIXUPS_DISPATCH_COMPLETE(arg0, arg1) -#define AP_FIXUPS_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_FIXUPS_DISPATCH_INVOKE(arg0) -#define AP_FIXUPS_DISPATCH_INVOKE_ENABLED() (0) -#define AP_FIXUPS_ENTRY() -#define AP_FIXUPS_ENTRY_ENABLED() (0) -#define AP_FIXUPS_RETURN(arg0) -#define AP_FIXUPS_RETURN_ENABLED() (0) -#define AP_GATHER_PROPSETS_DISPATCH_COMPLETE(arg0, arg1) -#define AP_GATHER_PROPSETS_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_GATHER_PROPSETS_DISPATCH_INVOKE(arg0) -#define AP_GATHER_PROPSETS_DISPATCH_INVOKE_ENABLED() (0) -#define AP_GATHER_PROPSETS_ENTRY() -#define AP_GATHER_PROPSETS_ENTRY_ENABLED() (0) -#define AP_GATHER_PROPSETS_RETURN(arg0) -#define AP_GATHER_PROPSETS_RETURN_ENABLED() (0) -#define AP_GET_MGMT_ITEMS_DISPATCH_COMPLETE(arg0, arg1) -#define AP_GET_MGMT_ITEMS_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_GET_MGMT_ITEMS_DISPATCH_INVOKE(arg0) -#define AP_GET_MGMT_ITEMS_DISPATCH_INVOKE_ENABLED() (0) -#define AP_GET_MGMT_ITEMS_ENTRY() -#define AP_GET_MGMT_ITEMS_ENTRY_ENABLED() (0) -#define AP_GET_MGMT_ITEMS_RETURN(arg0) -#define AP_GET_MGMT_ITEMS_RETURN_ENABLED() (0) -#define AP_GET_SUEXEC_IDENTITY_DISPATCH_COMPLETE(arg0, arg1) -#define AP_GET_SUEXEC_IDENTITY_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_GET_SUEXEC_IDENTITY_DISPATCH_INVOKE(arg0) -#define AP_GET_SUEXEC_IDENTITY_DISPATCH_INVOKE_ENABLED() (0) -#define AP_GET_SUEXEC_IDENTITY_ENTRY() -#define AP_GET_SUEXEC_IDENTITY_ENTRY_ENABLED() (0) -#define AP_GET_SUEXEC_IDENTITY_RETURN(arg0) -#define AP_GET_SUEXEC_IDENTITY_RETURN_ENABLED() (0) -#define AP_HANDLER_DISPATCH_COMPLETE(arg0, arg1) -#define AP_HANDLER_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_HANDLER_DISPATCH_INVOKE(arg0) -#define AP_HANDLER_DISPATCH_INVOKE_ENABLED() (0) -#define AP_HANDLER_ENTRY() -#define AP_HANDLER_ENTRY_ENABLED() (0) -#define AP_HANDLER_RETURN(arg0) -#define AP_HANDLER_RETURN_ENABLED() (0) -#define AP_HEADER_PARSER_DISPATCH_COMPLETE(arg0, arg1) -#define AP_HEADER_PARSER_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_HEADER_PARSER_DISPATCH_INVOKE(arg0) -#define AP_HEADER_PARSER_DISPATCH_INVOKE_ENABLED() (0) -#define AP_HEADER_PARSER_ENTRY() -#define AP_HEADER_PARSER_ENTRY_ENABLED() (0) -#define AP_HEADER_PARSER_RETURN(arg0) -#define AP_HEADER_PARSER_RETURN_ENABLED() (0) -#define AP_HTTP_SCHEME_DISPATCH_COMPLETE(arg0, arg1) -#define AP_HTTP_SCHEME_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_HTTP_SCHEME_DISPATCH_INVOKE(arg0) -#define AP_HTTP_SCHEME_DISPATCH_INVOKE_ENABLED() (0) -#define AP_HTTP_SCHEME_ENTRY() -#define AP_HTTP_SCHEME_ENTRY_ENABLED() (0) -#define AP_HTTP_SCHEME_RETURN(arg0) -#define AP_HTTP_SCHEME_RETURN_ENABLED() (0) -#define AP_INSERT_ALL_LIVEPROPS_DISPATCH_COMPLETE(arg0, arg1) -#define AP_INSERT_ALL_LIVEPROPS_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_INSERT_ALL_LIVEPROPS_DISPATCH_INVOKE(arg0) -#define AP_INSERT_ALL_LIVEPROPS_DISPATCH_INVOKE_ENABLED() (0) -#define AP_INSERT_ALL_LIVEPROPS_ENTRY() -#define AP_INSERT_ALL_LIVEPROPS_ENTRY_ENABLED() (0) -#define AP_INSERT_ALL_LIVEPROPS_RETURN(arg0) -#define AP_INSERT_ALL_LIVEPROPS_RETURN_ENABLED() (0) -#define AP_INSERT_ERROR_FILTER_DISPATCH_COMPLETE(arg0, arg1) -#define AP_INSERT_ERROR_FILTER_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_INSERT_ERROR_FILTER_DISPATCH_INVOKE(arg0) -#define AP_INSERT_ERROR_FILTER_DISPATCH_INVOKE_ENABLED() (0) -#define AP_INSERT_ERROR_FILTER_ENTRY() -#define AP_INSERT_ERROR_FILTER_ENTRY_ENABLED() (0) -#define AP_INSERT_ERROR_FILTER_RETURN(arg0) -#define AP_INSERT_ERROR_FILTER_RETURN_ENABLED() (0) -#define AP_INSERT_FILTER_DISPATCH_COMPLETE(arg0, arg1) -#define AP_INSERT_FILTER_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_INSERT_FILTER_DISPATCH_INVOKE(arg0) -#define AP_INSERT_FILTER_DISPATCH_INVOKE_ENABLED() (0) -#define AP_INSERT_FILTER_ENTRY() -#define AP_INSERT_FILTER_ENTRY_ENABLED() (0) -#define AP_INSERT_FILTER_RETURN(arg0) -#define AP_INSERT_FILTER_RETURN_ENABLED() (0) -#define AP_INTERNAL_REDIRECT(arg0, arg1) -#define AP_INTERNAL_REDIRECT_ENABLED() (0) -#define AP_LOG_TRANSACTION_DISPATCH_COMPLETE(arg0, arg1) -#define AP_LOG_TRANSACTION_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_LOG_TRANSACTION_DISPATCH_INVOKE(arg0) -#define AP_LOG_TRANSACTION_DISPATCH_INVOKE_ENABLED() (0) -#define AP_LOG_TRANSACTION_ENTRY() -#define AP_LOG_TRANSACTION_ENTRY_ENABLED() (0) -#define AP_LOG_TRANSACTION_RETURN(arg0) -#define AP_LOG_TRANSACTION_RETURN_ENABLED() (0) -#define AP_MAP_TO_STORAGE_DISPATCH_COMPLETE(arg0, arg1) -#define AP_MAP_TO_STORAGE_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_MAP_TO_STORAGE_DISPATCH_INVOKE(arg0) -#define AP_MAP_TO_STORAGE_DISPATCH_INVOKE_ENABLED() (0) -#define AP_MAP_TO_STORAGE_ENTRY() -#define AP_MAP_TO_STORAGE_ENTRY_ENABLED() (0) -#define AP_MAP_TO_STORAGE_RETURN(arg0) -#define AP_MAP_TO_STORAGE_RETURN_ENABLED() (0) -#define AP_MONITOR_DISPATCH_COMPLETE(arg0, arg1) -#define AP_MONITOR_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_MONITOR_DISPATCH_INVOKE(arg0) -#define AP_MONITOR_DISPATCH_INVOKE_ENABLED() (0) -#define AP_MONITOR_ENTRY() -#define AP_MONITOR_ENTRY_ENABLED() (0) -#define AP_MONITOR_RETURN(arg0) -#define AP_MONITOR_RETURN_ENABLED() (0) -#define AP_OPEN_LOGS_DISPATCH_COMPLETE(arg0, arg1) -#define AP_OPEN_LOGS_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_OPEN_LOGS_DISPATCH_INVOKE(arg0) -#define AP_OPEN_LOGS_DISPATCH_INVOKE_ENABLED() (0) -#define AP_OPEN_LOGS_ENTRY() -#define AP_OPEN_LOGS_ENTRY_ENABLED() (0) -#define AP_OPEN_LOGS_RETURN(arg0) -#define AP_OPEN_LOGS_RETURN_ENABLED() (0) -#define AP_OPTIONAL_FN_RETRIEVE_DISPATCH_COMPLETE(arg0, arg1) -#define AP_OPTIONAL_FN_RETRIEVE_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_OPTIONAL_FN_RETRIEVE_DISPATCH_INVOKE(arg0) -#define AP_OPTIONAL_FN_RETRIEVE_DISPATCH_INVOKE_ENABLED() (0) -#define AP_OPTIONAL_FN_RETRIEVE_ENTRY() -#define AP_OPTIONAL_FN_RETRIEVE_ENTRY_ENABLED() (0) -#define AP_OPTIONAL_FN_RETRIEVE_RETURN(arg0) -#define AP_OPTIONAL_FN_RETRIEVE_RETURN_ENABLED() (0) -#define AP_POST_CONFIG_DISPATCH_COMPLETE(arg0, arg1) -#define AP_POST_CONFIG_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_POST_CONFIG_DISPATCH_INVOKE(arg0) -#define AP_POST_CONFIG_DISPATCH_INVOKE_ENABLED() (0) -#define AP_POST_CONFIG_ENTRY() -#define AP_POST_CONFIG_ENTRY_ENABLED() (0) -#define AP_POST_CONFIG_RETURN(arg0) -#define AP_POST_CONFIG_RETURN_ENABLED() (0) -#define AP_POST_READ_REQUEST_DISPATCH_COMPLETE(arg0, arg1) -#define AP_POST_READ_REQUEST_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_POST_READ_REQUEST_DISPATCH_INVOKE(arg0) -#define AP_POST_READ_REQUEST_DISPATCH_INVOKE_ENABLED() (0) -#define AP_POST_READ_REQUEST_ENTRY() -#define AP_POST_READ_REQUEST_ENTRY_ENABLED() (0) -#define AP_POST_READ_REQUEST_RETURN(arg0) -#define AP_POST_READ_REQUEST_RETURN_ENABLED() (0) -#define AP_POST_REQUEST_DISPATCH_COMPLETE(arg0, arg1) -#define AP_POST_REQUEST_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_POST_REQUEST_DISPATCH_INVOKE(arg0) -#define AP_POST_REQUEST_DISPATCH_INVOKE_ENABLED() (0) -#define AP_POST_REQUEST_ENTRY() -#define AP_POST_REQUEST_ENTRY_ENABLED() (0) -#define AP_POST_REQUEST_RETURN(arg0) -#define AP_POST_REQUEST_RETURN_ENABLED() (0) -#define AP_PRE_CONFIG_DISPATCH_COMPLETE(arg0, arg1) -#define AP_PRE_CONFIG_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_PRE_CONFIG_DISPATCH_INVOKE(arg0) -#define AP_PRE_CONFIG_DISPATCH_INVOKE_ENABLED() (0) -#define AP_PRE_CONFIG_ENTRY() -#define AP_PRE_CONFIG_ENTRY_ENABLED() (0) -#define AP_PRE_CONFIG_RETURN(arg0) -#define AP_PRE_CONFIG_RETURN_ENABLED() (0) -#define AP_PRE_CONNECTION_DISPATCH_COMPLETE(arg0, arg1) -#define AP_PRE_CONNECTION_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_PRE_CONNECTION_DISPATCH_INVOKE(arg0) -#define AP_PRE_CONNECTION_DISPATCH_INVOKE_ENABLED() (0) -#define AP_PRE_CONNECTION_ENTRY() -#define AP_PRE_CONNECTION_ENTRY_ENABLED() (0) -#define AP_PRE_CONNECTION_RETURN(arg0) -#define AP_PRE_CONNECTION_RETURN_ENABLED() (0) -#define AP_PRE_MPM_DISPATCH_COMPLETE(arg0, arg1) -#define AP_PRE_MPM_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_PRE_MPM_DISPATCH_INVOKE(arg0) -#define AP_PRE_MPM_DISPATCH_INVOKE_ENABLED() (0) -#define AP_PRE_MPM_ENTRY() -#define AP_PRE_MPM_ENTRY_ENABLED() (0) -#define AP_PRE_MPM_RETURN(arg0) -#define AP_PRE_MPM_RETURN_ENABLED() (0) -#define AP_PRE_REQUEST_DISPATCH_COMPLETE(arg0, arg1) -#define AP_PRE_REQUEST_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_PRE_REQUEST_DISPATCH_INVOKE(arg0) -#define AP_PRE_REQUEST_DISPATCH_INVOKE_ENABLED() (0) -#define AP_PRE_REQUEST_ENTRY() -#define AP_PRE_REQUEST_ENTRY_ENABLED() (0) -#define AP_PRE_REQUEST_RETURN(arg0) -#define AP_PRE_REQUEST_RETURN_ENABLED() (0) -#define AP_PROCESS_REQUEST_ENTRY(arg0, arg1) -#define AP_PROCESS_REQUEST_ENTRY_ENABLED() (0) -#define AP_PROCESS_REQUEST_RETURN(arg0, arg1, arg2) -#define AP_PROCESS_REQUEST_RETURN_ENABLED() (0) -#define AP_PROCESS_CONNECTION_DISPATCH_COMPLETE(arg0, arg1) -#define AP_PROCESS_CONNECTION_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_PROCESS_CONNECTION_DISPATCH_INVOKE(arg0) -#define AP_PROCESS_CONNECTION_DISPATCH_INVOKE_ENABLED() (0) -#define AP_PROCESS_CONNECTION_ENTRY() -#define AP_PROCESS_CONNECTION_ENTRY_ENABLED() (0) -#define AP_PROCESS_CONNECTION_RETURN(arg0) -#define AP_PROCESS_CONNECTION_RETURN_ENABLED() (0) -#define AP_PROXY_RUN(arg0, arg1, arg2, arg3, arg4) -#define AP_PROXY_RUN_ENABLED() (0) -#define AP_PROXY_RUN_FINISHED(arg0, arg1, arg2) -#define AP_PROXY_RUN_FINISHED_ENABLED() (0) -#define AP_QUICK_HANDLER_DISPATCH_COMPLETE(arg0, arg1) -#define AP_QUICK_HANDLER_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_QUICK_HANDLER_DISPATCH_INVOKE(arg0) -#define AP_QUICK_HANDLER_DISPATCH_INVOKE_ENABLED() (0) -#define AP_QUICK_HANDLER_ENTRY() -#define AP_QUICK_HANDLER_ENTRY_ENABLED() (0) -#define AP_QUICK_HANDLER_RETURN(arg0) -#define AP_QUICK_HANDLER_RETURN_ENABLED() (0) -#define AP_READ_REQUEST_ENTRY(arg0, arg1) -#define AP_READ_REQUEST_ENTRY_ENABLED() (0) -#define AP_READ_REQUEST_FAILURE(arg0) -#define AP_READ_REQUEST_FAILURE_ENABLED() (0) -#define AP_READ_REQUEST_SUCCESS(arg0, arg1, arg2, arg3, arg4) -#define AP_READ_REQUEST_SUCCESS_ENABLED() (0) -#define AP_REWRITE_LOG(arg0, arg1, arg2, arg3, arg4) -#define AP_REWRITE_LOG_ENABLED() (0) -#define AP_SCHEME_HANDLER_DISPATCH_COMPLETE(arg0, arg1) -#define AP_SCHEME_HANDLER_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_SCHEME_HANDLER_DISPATCH_INVOKE(arg0) -#define AP_SCHEME_HANDLER_DISPATCH_INVOKE_ENABLED() (0) -#define AP_SCHEME_HANDLER_ENTRY() -#define AP_SCHEME_HANDLER_ENTRY_ENABLED() (0) -#define AP_SCHEME_HANDLER_RETURN(arg0) -#define AP_SCHEME_HANDLER_RETURN_ENABLED() (0) -#define AP_TEST_CONFIG_DISPATCH_COMPLETE(arg0, arg1) -#define AP_TEST_CONFIG_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_TEST_CONFIG_DISPATCH_INVOKE(arg0) -#define AP_TEST_CONFIG_DISPATCH_INVOKE_ENABLED() (0) -#define AP_TEST_CONFIG_ENTRY() -#define AP_TEST_CONFIG_ENTRY_ENABLED() (0) -#define AP_TEST_CONFIG_RETURN(arg0) -#define AP_TEST_CONFIG_RETURN_ENABLED() (0) -#define AP_TRANSLATE_NAME_DISPATCH_COMPLETE(arg0, arg1) -#define AP_TRANSLATE_NAME_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_TRANSLATE_NAME_DISPATCH_INVOKE(arg0) -#define AP_TRANSLATE_NAME_DISPATCH_INVOKE_ENABLED() (0) -#define AP_TRANSLATE_NAME_ENTRY() -#define AP_TRANSLATE_NAME_ENTRY_ENABLED() (0) -#define AP_TRANSLATE_NAME_RETURN(arg0) -#define AP_TRANSLATE_NAME_RETURN_ENABLED() (0) -#define AP_TYPE_CHECKER_DISPATCH_COMPLETE(arg0, arg1) -#define AP_TYPE_CHECKER_DISPATCH_COMPLETE_ENABLED() (0) -#define AP_TYPE_CHECKER_DISPATCH_INVOKE(arg0) -#define AP_TYPE_CHECKER_DISPATCH_INVOKE_ENABLED() (0) -#define AP_TYPE_CHECKER_ENTRY() -#define AP_TYPE_CHECKER_ENTRY_ENABLED() (0) -#define AP_TYPE_CHECKER_RETURN(arg0) -#define AP_TYPE_CHECKER_RETURN_ENABLED() (0) +#define AP_ACCESS_CHECKER_DISPATCH_COMPLETE(arg0, arg1) +#define AP_ACCESS_CHECKER_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_ACCESS_CHECKER_DISPATCH_INVOKE(arg0) +#define AP_ACCESS_CHECKER_DISPATCH_INVOKE_ENABLED() (0) +#define AP_ACCESS_CHECKER_ENTRY() +#define AP_ACCESS_CHECKER_ENTRY_ENABLED() (0) +#define AP_ACCESS_CHECKER_RETURN(arg0) +#define AP_ACCESS_CHECKER_RETURN_ENABLED() (0) +#define AP_AUTH_CHECKER_DISPATCH_COMPLETE(arg0, arg1) +#define AP_AUTH_CHECKER_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_AUTH_CHECKER_DISPATCH_INVOKE(arg0) +#define AP_AUTH_CHECKER_DISPATCH_INVOKE_ENABLED() (0) +#define AP_AUTH_CHECKER_ENTRY() +#define AP_AUTH_CHECKER_ENTRY_ENABLED() (0) +#define AP_AUTH_CHECKER_RETURN(arg0) +#define AP_AUTH_CHECKER_RETURN_ENABLED() (0) +#define AP_CANON_HANDLER_DISPATCH_COMPLETE(arg0, arg1) +#define AP_CANON_HANDLER_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_CANON_HANDLER_DISPATCH_INVOKE(arg0) +#define AP_CANON_HANDLER_DISPATCH_INVOKE_ENABLED() (0) +#define AP_CANON_HANDLER_ENTRY() +#define AP_CANON_HANDLER_ENTRY_ENABLED() (0) +#define AP_CANON_HANDLER_RETURN(arg0) +#define AP_CANON_HANDLER_RETURN_ENABLED() (0) +#define AP_CHECK_USER_ID_DISPATCH_COMPLETE(arg0, arg1) +#define AP_CHECK_USER_ID_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_CHECK_USER_ID_DISPATCH_INVOKE(arg0) +#define AP_CHECK_USER_ID_DISPATCH_INVOKE_ENABLED() (0) +#define AP_CHECK_USER_ID_ENTRY() +#define AP_CHECK_USER_ID_ENTRY_ENABLED() (0) +#define AP_CHECK_USER_ID_RETURN(arg0) +#define AP_CHECK_USER_ID_RETURN_ENABLED() (0) +#define AP_CHILD_INIT_DISPATCH_COMPLETE(arg0, arg1) +#define AP_CHILD_INIT_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_CHILD_INIT_DISPATCH_INVOKE(arg0) +#define AP_CHILD_INIT_DISPATCH_INVOKE_ENABLED() (0) +#define AP_CHILD_INIT_ENTRY() +#define AP_CHILD_INIT_ENTRY_ENABLED() (0) +#define AP_CHILD_INIT_RETURN(arg0) +#define AP_CHILD_INIT_RETURN_ENABLED() (0) +#define AP_CREATE_CONNECTION_DISPATCH_COMPLETE(arg0, arg1) +#define AP_CREATE_CONNECTION_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_CREATE_CONNECTION_DISPATCH_INVOKE(arg0) +#define AP_CREATE_CONNECTION_DISPATCH_INVOKE_ENABLED() (0) +#define AP_CREATE_CONNECTION_ENTRY() +#define AP_CREATE_CONNECTION_ENTRY_ENABLED() (0) +#define AP_CREATE_CONNECTION_RETURN(arg0) +#define AP_CREATE_CONNECTION_RETURN_ENABLED() (0) +#define AP_CREATE_REQUEST_DISPATCH_COMPLETE(arg0, arg1) +#define AP_CREATE_REQUEST_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_CREATE_REQUEST_DISPATCH_INVOKE(arg0) +#define AP_CREATE_REQUEST_DISPATCH_INVOKE_ENABLED() (0) +#define AP_CREATE_REQUEST_ENTRY() +#define AP_CREATE_REQUEST_ENTRY_ENABLED() (0) +#define AP_CREATE_REQUEST_RETURN(arg0) +#define AP_CREATE_REQUEST_RETURN_ENABLED() (0) +#define AP_DEFAULT_PORT_DISPATCH_COMPLETE(arg0, arg1) +#define AP_DEFAULT_PORT_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_DEFAULT_PORT_DISPATCH_INVOKE(arg0) +#define AP_DEFAULT_PORT_DISPATCH_INVOKE_ENABLED() (0) +#define AP_DEFAULT_PORT_ENTRY() +#define AP_DEFAULT_PORT_ENTRY_ENABLED() (0) +#define AP_DEFAULT_PORT_RETURN(arg0) +#define AP_DEFAULT_PORT_RETURN_ENABLED() (0) +#define AP_ERROR_LOG_DISPATCH_COMPLETE(arg0, arg1) +#define AP_ERROR_LOG_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_ERROR_LOG_DISPATCH_INVOKE(arg0) +#define AP_ERROR_LOG_DISPATCH_INVOKE_ENABLED() (0) +#define AP_ERROR_LOG_ENTRY() +#define AP_ERROR_LOG_ENTRY_ENABLED() (0) +#define AP_ERROR_LOG_RETURN(arg0) +#define AP_ERROR_LOG_RETURN_ENABLED() (0) +#define AP_FIND_LIVEPROP_DISPATCH_COMPLETE(arg0, arg1) +#define AP_FIND_LIVEPROP_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_FIND_LIVEPROP_DISPATCH_INVOKE(arg0) +#define AP_FIND_LIVEPROP_DISPATCH_INVOKE_ENABLED() (0) +#define AP_FIND_LIVEPROP_ENTRY() +#define AP_FIND_LIVEPROP_ENTRY_ENABLED() (0) +#define AP_FIND_LIVEPROP_RETURN(arg0) +#define AP_FIND_LIVEPROP_RETURN_ENABLED() (0) +#define AP_FIXUPS_DISPATCH_COMPLETE(arg0, arg1) +#define AP_FIXUPS_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_FIXUPS_DISPATCH_INVOKE(arg0) +#define AP_FIXUPS_DISPATCH_INVOKE_ENABLED() (0) +#define AP_FIXUPS_ENTRY() +#define AP_FIXUPS_ENTRY_ENABLED() (0) +#define AP_FIXUPS_RETURN(arg0) +#define AP_FIXUPS_RETURN_ENABLED() (0) +#define AP_GATHER_PROPSETS_DISPATCH_COMPLETE(arg0, arg1) +#define AP_GATHER_PROPSETS_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_GATHER_PROPSETS_DISPATCH_INVOKE(arg0) +#define AP_GATHER_PROPSETS_DISPATCH_INVOKE_ENABLED() (0) +#define AP_GATHER_PROPSETS_ENTRY() +#define AP_GATHER_PROPSETS_ENTRY_ENABLED() (0) +#define AP_GATHER_PROPSETS_RETURN(arg0) +#define AP_GATHER_PROPSETS_RETURN_ENABLED() (0) +#define AP_GET_MGMT_ITEMS_DISPATCH_COMPLETE(arg0, arg1) +#define AP_GET_MGMT_ITEMS_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_GET_MGMT_ITEMS_DISPATCH_INVOKE(arg0) +#define AP_GET_MGMT_ITEMS_DISPATCH_INVOKE_ENABLED() (0) +#define AP_GET_MGMT_ITEMS_ENTRY() +#define AP_GET_MGMT_ITEMS_ENTRY_ENABLED() (0) +#define AP_GET_MGMT_ITEMS_RETURN(arg0) +#define AP_GET_MGMT_ITEMS_RETURN_ENABLED() (0) +#define AP_GET_SUEXEC_IDENTITY_DISPATCH_COMPLETE(arg0, arg1) +#define AP_GET_SUEXEC_IDENTITY_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_GET_SUEXEC_IDENTITY_DISPATCH_INVOKE(arg0) +#define AP_GET_SUEXEC_IDENTITY_DISPATCH_INVOKE_ENABLED() (0) +#define AP_GET_SUEXEC_IDENTITY_ENTRY() +#define AP_GET_SUEXEC_IDENTITY_ENTRY_ENABLED() (0) +#define AP_GET_SUEXEC_IDENTITY_RETURN(arg0) +#define AP_GET_SUEXEC_IDENTITY_RETURN_ENABLED() (0) +#define AP_HANDLER_DISPATCH_COMPLETE(arg0, arg1) +#define AP_HANDLER_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_HANDLER_DISPATCH_INVOKE(arg0) +#define AP_HANDLER_DISPATCH_INVOKE_ENABLED() (0) +#define AP_HANDLER_ENTRY() +#define AP_HANDLER_ENTRY_ENABLED() (0) +#define AP_HANDLER_RETURN(arg0) +#define AP_HANDLER_RETURN_ENABLED() (0) +#define AP_HEADER_PARSER_DISPATCH_COMPLETE(arg0, arg1) +#define AP_HEADER_PARSER_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_HEADER_PARSER_DISPATCH_INVOKE(arg0) +#define AP_HEADER_PARSER_DISPATCH_INVOKE_ENABLED() (0) +#define AP_HEADER_PARSER_ENTRY() +#define AP_HEADER_PARSER_ENTRY_ENABLED() (0) +#define AP_HEADER_PARSER_RETURN(arg0) +#define AP_HEADER_PARSER_RETURN_ENABLED() (0) +#define AP_HTTP_SCHEME_DISPATCH_COMPLETE(arg0, arg1) +#define AP_HTTP_SCHEME_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_HTTP_SCHEME_DISPATCH_INVOKE(arg0) +#define AP_HTTP_SCHEME_DISPATCH_INVOKE_ENABLED() (0) +#define AP_HTTP_SCHEME_ENTRY() +#define AP_HTTP_SCHEME_ENTRY_ENABLED() (0) +#define AP_HTTP_SCHEME_RETURN(arg0) +#define AP_HTTP_SCHEME_RETURN_ENABLED() (0) +#define AP_INSERT_ALL_LIVEPROPS_DISPATCH_COMPLETE(arg0, arg1) +#define AP_INSERT_ALL_LIVEPROPS_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_INSERT_ALL_LIVEPROPS_DISPATCH_INVOKE(arg0) +#define AP_INSERT_ALL_LIVEPROPS_DISPATCH_INVOKE_ENABLED() (0) +#define AP_INSERT_ALL_LIVEPROPS_ENTRY() +#define AP_INSERT_ALL_LIVEPROPS_ENTRY_ENABLED() (0) +#define AP_INSERT_ALL_LIVEPROPS_RETURN(arg0) +#define AP_INSERT_ALL_LIVEPROPS_RETURN_ENABLED() (0) +#define AP_INSERT_ERROR_FILTER_DISPATCH_COMPLETE(arg0, arg1) +#define AP_INSERT_ERROR_FILTER_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_INSERT_ERROR_FILTER_DISPATCH_INVOKE(arg0) +#define AP_INSERT_ERROR_FILTER_DISPATCH_INVOKE_ENABLED() (0) +#define AP_INSERT_ERROR_FILTER_ENTRY() +#define AP_INSERT_ERROR_FILTER_ENTRY_ENABLED() (0) +#define AP_INSERT_ERROR_FILTER_RETURN(arg0) +#define AP_INSERT_ERROR_FILTER_RETURN_ENABLED() (0) +#define AP_INSERT_FILTER_DISPATCH_COMPLETE(arg0, arg1) +#define AP_INSERT_FILTER_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_INSERT_FILTER_DISPATCH_INVOKE(arg0) +#define AP_INSERT_FILTER_DISPATCH_INVOKE_ENABLED() (0) +#define AP_INSERT_FILTER_ENTRY() +#define AP_INSERT_FILTER_ENTRY_ENABLED() (0) +#define AP_INSERT_FILTER_RETURN(arg0) +#define AP_INSERT_FILTER_RETURN_ENABLED() (0) +#define AP_INTERNAL_REDIRECT(arg0, arg1) +#define AP_INTERNAL_REDIRECT_ENABLED() (0) +#define AP_LOG_TRANSACTION_DISPATCH_COMPLETE(arg0, arg1) +#define AP_LOG_TRANSACTION_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_LOG_TRANSACTION_DISPATCH_INVOKE(arg0) +#define AP_LOG_TRANSACTION_DISPATCH_INVOKE_ENABLED() (0) +#define AP_LOG_TRANSACTION_ENTRY() +#define AP_LOG_TRANSACTION_ENTRY_ENABLED() (0) +#define AP_LOG_TRANSACTION_RETURN(arg0) +#define AP_LOG_TRANSACTION_RETURN_ENABLED() (0) +#define AP_MAP_TO_STORAGE_DISPATCH_COMPLETE(arg0, arg1) +#define AP_MAP_TO_STORAGE_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_MAP_TO_STORAGE_DISPATCH_INVOKE(arg0) +#define AP_MAP_TO_STORAGE_DISPATCH_INVOKE_ENABLED() (0) +#define AP_MAP_TO_STORAGE_ENTRY() +#define AP_MAP_TO_STORAGE_ENTRY_ENABLED() (0) +#define AP_MAP_TO_STORAGE_RETURN(arg0) +#define AP_MAP_TO_STORAGE_RETURN_ENABLED() (0) +#define AP_MONITOR_DISPATCH_COMPLETE(arg0, arg1) +#define AP_MONITOR_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_MONITOR_DISPATCH_INVOKE(arg0) +#define AP_MONITOR_DISPATCH_INVOKE_ENABLED() (0) +#define AP_MONITOR_ENTRY() +#define AP_MONITOR_ENTRY_ENABLED() (0) +#define AP_MONITOR_RETURN(arg0) +#define AP_MONITOR_RETURN_ENABLED() (0) +#define AP_OPEN_LOGS_DISPATCH_COMPLETE(arg0, arg1) +#define AP_OPEN_LOGS_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_OPEN_LOGS_DISPATCH_INVOKE(arg0) +#define AP_OPEN_LOGS_DISPATCH_INVOKE_ENABLED() (0) +#define AP_OPEN_LOGS_ENTRY() +#define AP_OPEN_LOGS_ENTRY_ENABLED() (0) +#define AP_OPEN_LOGS_RETURN(arg0) +#define AP_OPEN_LOGS_RETURN_ENABLED() (0) +#define AP_OPTIONAL_FN_RETRIEVE_DISPATCH_COMPLETE(arg0, arg1) +#define AP_OPTIONAL_FN_RETRIEVE_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_OPTIONAL_FN_RETRIEVE_DISPATCH_INVOKE(arg0) +#define AP_OPTIONAL_FN_RETRIEVE_DISPATCH_INVOKE_ENABLED() (0) +#define AP_OPTIONAL_FN_RETRIEVE_ENTRY() +#define AP_OPTIONAL_FN_RETRIEVE_ENTRY_ENABLED() (0) +#define AP_OPTIONAL_FN_RETRIEVE_RETURN(arg0) +#define AP_OPTIONAL_FN_RETRIEVE_RETURN_ENABLED() (0) +#define AP_POST_CONFIG_DISPATCH_COMPLETE(arg0, arg1) +#define AP_POST_CONFIG_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_POST_CONFIG_DISPATCH_INVOKE(arg0) +#define AP_POST_CONFIG_DISPATCH_INVOKE_ENABLED() (0) +#define AP_POST_CONFIG_ENTRY() +#define AP_POST_CONFIG_ENTRY_ENABLED() (0) +#define AP_POST_CONFIG_RETURN(arg0) +#define AP_POST_CONFIG_RETURN_ENABLED() (0) +#define AP_POST_READ_REQUEST_DISPATCH_COMPLETE(arg0, arg1) +#define AP_POST_READ_REQUEST_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_POST_READ_REQUEST_DISPATCH_INVOKE(arg0) +#define AP_POST_READ_REQUEST_DISPATCH_INVOKE_ENABLED() (0) +#define AP_POST_READ_REQUEST_ENTRY() +#define AP_POST_READ_REQUEST_ENTRY_ENABLED() (0) +#define AP_POST_READ_REQUEST_RETURN(arg0) +#define AP_POST_READ_REQUEST_RETURN_ENABLED() (0) +#define AP_POST_REQUEST_DISPATCH_COMPLETE(arg0, arg1) +#define AP_POST_REQUEST_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_POST_REQUEST_DISPATCH_INVOKE(arg0) +#define AP_POST_REQUEST_DISPATCH_INVOKE_ENABLED() (0) +#define AP_POST_REQUEST_ENTRY() +#define AP_POST_REQUEST_ENTRY_ENABLED() (0) +#define AP_POST_REQUEST_RETURN(arg0) +#define AP_POST_REQUEST_RETURN_ENABLED() (0) +#define AP_PRE_CONFIG_DISPATCH_COMPLETE(arg0, arg1) +#define AP_PRE_CONFIG_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_PRE_CONFIG_DISPATCH_INVOKE(arg0) +#define AP_PRE_CONFIG_DISPATCH_INVOKE_ENABLED() (0) +#define AP_PRE_CONFIG_ENTRY() +#define AP_PRE_CONFIG_ENTRY_ENABLED() (0) +#define AP_PRE_CONFIG_RETURN(arg0) +#define AP_PRE_CONFIG_RETURN_ENABLED() (0) +#define AP_PRE_CONNECTION_DISPATCH_COMPLETE(arg0, arg1) +#define AP_PRE_CONNECTION_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_PRE_CONNECTION_DISPATCH_INVOKE(arg0) +#define AP_PRE_CONNECTION_DISPATCH_INVOKE_ENABLED() (0) +#define AP_PRE_CONNECTION_ENTRY() +#define AP_PRE_CONNECTION_ENTRY_ENABLED() (0) +#define AP_PRE_CONNECTION_RETURN(arg0) +#define AP_PRE_CONNECTION_RETURN_ENABLED() (0) +#define AP_PRE_MPM_DISPATCH_COMPLETE(arg0, arg1) +#define AP_PRE_MPM_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_PRE_MPM_DISPATCH_INVOKE(arg0) +#define AP_PRE_MPM_DISPATCH_INVOKE_ENABLED() (0) +#define AP_PRE_MPM_ENTRY() +#define AP_PRE_MPM_ENTRY_ENABLED() (0) +#define AP_PRE_MPM_RETURN(arg0) +#define AP_PRE_MPM_RETURN_ENABLED() (0) +#define AP_PRE_REQUEST_DISPATCH_COMPLETE(arg0, arg1) +#define AP_PRE_REQUEST_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_PRE_REQUEST_DISPATCH_INVOKE(arg0) +#define AP_PRE_REQUEST_DISPATCH_INVOKE_ENABLED() (0) +#define AP_PRE_REQUEST_ENTRY() +#define AP_PRE_REQUEST_ENTRY_ENABLED() (0) +#define AP_PRE_REQUEST_RETURN(arg0) +#define AP_PRE_REQUEST_RETURN_ENABLED() (0) +#define AP_PROCESS_REQUEST_ENTRY(arg0, arg1) +#define AP_PROCESS_REQUEST_ENTRY_ENABLED() (0) +#define AP_PROCESS_REQUEST_RETURN(arg0, arg1, arg2) +#define AP_PROCESS_REQUEST_RETURN_ENABLED() (0) +#define AP_PROCESS_CONNECTION_DISPATCH_COMPLETE(arg0, arg1) +#define AP_PROCESS_CONNECTION_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_PROCESS_CONNECTION_DISPATCH_INVOKE(arg0) +#define AP_PROCESS_CONNECTION_DISPATCH_INVOKE_ENABLED() (0) +#define AP_PROCESS_CONNECTION_ENTRY() +#define AP_PROCESS_CONNECTION_ENTRY_ENABLED() (0) +#define AP_PROCESS_CONNECTION_RETURN(arg0) +#define AP_PROCESS_CONNECTION_RETURN_ENABLED() (0) +#define AP_PROXY_RUN(arg0, arg1, arg2, arg3, arg4) +#define AP_PROXY_RUN_ENABLED() (0) +#define AP_PROXY_RUN_FINISHED(arg0, arg1, arg2) +#define AP_PROXY_RUN_FINISHED_ENABLED() (0) +#define AP_QUICK_HANDLER_DISPATCH_COMPLETE(arg0, arg1) +#define AP_QUICK_HANDLER_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_QUICK_HANDLER_DISPATCH_INVOKE(arg0) +#define AP_QUICK_HANDLER_DISPATCH_INVOKE_ENABLED() (0) +#define AP_QUICK_HANDLER_ENTRY() +#define AP_QUICK_HANDLER_ENTRY_ENABLED() (0) +#define AP_QUICK_HANDLER_RETURN(arg0) +#define AP_QUICK_HANDLER_RETURN_ENABLED() (0) +#define AP_READ_REQUEST_ENTRY(arg0, arg1) +#define AP_READ_REQUEST_ENTRY_ENABLED() (0) +#define AP_READ_REQUEST_FAILURE(arg0) +#define AP_READ_REQUEST_FAILURE_ENABLED() (0) +#define AP_READ_REQUEST_SUCCESS(arg0, arg1, arg2, arg3, arg4) +#define AP_READ_REQUEST_SUCCESS_ENABLED() (0) +#define AP_REWRITE_LOG(arg0, arg1, arg2, arg3, arg4) +#define AP_REWRITE_LOG_ENABLED() (0) +#define AP_SCHEME_HANDLER_DISPATCH_COMPLETE(arg0, arg1) +#define AP_SCHEME_HANDLER_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_SCHEME_HANDLER_DISPATCH_INVOKE(arg0) +#define AP_SCHEME_HANDLER_DISPATCH_INVOKE_ENABLED() (0) +#define AP_SCHEME_HANDLER_ENTRY() +#define AP_SCHEME_HANDLER_ENTRY_ENABLED() (0) +#define AP_SCHEME_HANDLER_RETURN(arg0) +#define AP_SCHEME_HANDLER_RETURN_ENABLED() (0) +#define AP_TEST_CONFIG_DISPATCH_COMPLETE(arg0, arg1) +#define AP_TEST_CONFIG_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_TEST_CONFIG_DISPATCH_INVOKE(arg0) +#define AP_TEST_CONFIG_DISPATCH_INVOKE_ENABLED() (0) +#define AP_TEST_CONFIG_ENTRY() +#define AP_TEST_CONFIG_ENTRY_ENABLED() (0) +#define AP_TEST_CONFIG_RETURN(arg0) +#define AP_TEST_CONFIG_RETURN_ENABLED() (0) +#define AP_TRANSLATE_NAME_DISPATCH_COMPLETE(arg0, arg1) +#define AP_TRANSLATE_NAME_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_TRANSLATE_NAME_DISPATCH_INVOKE(arg0) +#define AP_TRANSLATE_NAME_DISPATCH_INVOKE_ENABLED() (0) +#define AP_TRANSLATE_NAME_ENTRY() +#define AP_TRANSLATE_NAME_ENTRY_ENABLED() (0) +#define AP_TRANSLATE_NAME_RETURN(arg0) +#define AP_TRANSLATE_NAME_RETURN_ENABLED() (0) +#define AP_TYPE_CHECKER_DISPATCH_COMPLETE(arg0, arg1) +#define AP_TYPE_CHECKER_DISPATCH_COMPLETE_ENABLED() (0) +#define AP_TYPE_CHECKER_DISPATCH_INVOKE(arg0) +#define AP_TYPE_CHECKER_DISPATCH_INVOKE_ENABLED() (0) +#define AP_TYPE_CHECKER_ENTRY() +#define AP_TYPE_CHECKER_ENTRY_ENABLED() (0) +#define AP_TYPE_CHECKER_RETURN(arg0) +#define AP_TYPE_CHECKER_RETURN_ENABLED() (0) #endif diff --git a/include/http_connection.h b/include/http_connection.h index c6eac587bb..2192507d93 100644 --- a/include/http_connection.h +++ b/include/http_connection.h @@ -145,5 +145,5 @@ AP_DECLARE(apr_bucket *) ap_bucket_eoc_create(apr_bucket_alloc_t *list); } #endif -#endif /* !APACHE_HTTP_REQUEST_H */ +#endif /* !APACHE_HTTP_REQUEST_H */ /** @} */ diff --git a/include/http_core.h b/include/http_core.h index 493f9bd23f..fa214af976 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -506,10 +506,10 @@ typedef struct { * ap_custom_response() */ /* Hostname resolution etc */ -#define HOSTNAME_LOOKUP_OFF 0 -#define HOSTNAME_LOOKUP_ON 1 -#define HOSTNAME_LOOKUP_DOUBLE 2 -#define HOSTNAME_LOOKUP_UNSET 3 +#define HOSTNAME_LOOKUP_OFF 0 +#define HOSTNAME_LOOKUP_ON 1 +#define HOSTNAME_LOOKUP_DOUBLE 2 +#define HOSTNAME_LOOKUP_UNSET 3 unsigned int hostname_lookups : 4; unsigned int content_md5 : 2; /* calculate Content-MD5? */ @@ -924,5 +924,5 @@ AP_DECLARE(int) ap_state_query(int query_code); } #endif -#endif /* !APACHE_HTTP_CORE_H */ +#endif /* !APACHE_HTTP_CORE_H */ /** @} */ diff --git a/include/http_log.h b/include/http_log.h index 248c8d0f56..6a1717bb37 100644 --- a/include/http_log.h +++ b/include/http_log.h @@ -85,7 +85,7 @@ extern "C" { /* APLOG_NOERRNO is ignored and should not be used. It will be * removed in a future release of Apache. */ -#define APLOG_NOERRNO (APLOG_LEVELMASK + 1) +#define APLOG_NOERRNO (APLOG_LEVELMASK + 1) /** Use APLOG_TOCLIENT on ap_log_rerror() to give content * handlers the option of including the error text in the @@ -105,7 +105,7 @@ extern "C" { #define APLOG_STARTUP ((APLOG_LEVELMASK + 1) * 4) #ifndef DEFAULT_LOGLEVEL -#define DEFAULT_LOGLEVEL APLOG_WARNING +#define DEFAULT_LOGLEVEL APLOG_WARNING #endif /** @@ -659,5 +659,5 @@ AP_DECLARE_HOOK(int, generate_log_id, } #endif -#endif /* !APACHE_HTTP_LOG_H */ +#endif /* !APACHE_HTTP_LOG_H */ /** @} */ diff --git a/include/http_main.h b/include/http_main.h index 68ecf27a0d..22192db30f 100644 --- a/include/http_main.h +++ b/include/http_main.h @@ -79,5 +79,5 @@ APR_DECLARE_OPTIONAL_FN(int, ap_signal_server, (int *status, apr_pool_t *pool)); } #endif -#endif /* !APACHE_HTTP_MAIN_H */ +#endif /* !APACHE_HTTP_MAIN_H */ /** @} */ diff --git a/include/http_protocol.h b/include/http_protocol.h index 60fd578495..77493de586 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -257,7 +257,7 @@ AP_DECLARE(ap_method_list_t *) ap_make_method_list(apr_pool_t *p, int nelts); * @param src List to copy from */ AP_DECLARE(void) ap_copy_method_list(ap_method_list_t *dest, - ap_method_list_t *src); + ap_method_list_t *src); /** * Search for an HTTP method name in an ap_method_list_t structure, and @@ -287,7 +287,7 @@ AP_DECLARE(void) ap_method_list_add(ap_method_list_t *l, const char *method); * @return None. */ AP_DECLARE(void) ap_method_list_remove(ap_method_list_t *l, - const char *method); + const char *method); /** * Reset a method list to be completely empty. @@ -372,7 +372,7 @@ AP_DECLARE(int) ap_vrprintf(request_rec *r, const char *fmt, va_list vlist); * @return The number of bytes sent */ AP_DECLARE_NONSTD(int) ap_rprintf(request_rec *r, const char *fmt,...) - __attribute__((format(printf,2,3))); + __attribute__((format(printf,2,3))); /** * Flush all of the data for the current request to the client @@ -700,5 +700,5 @@ AP_DECLARE(void) ap_send_interim_response(request_rec *r, int send_headers); } #endif -#endif /* !APACHE_HTTP_PROTOCOL_H */ +#endif /* !APACHE_HTTP_PROTOCOL_H */ /** @} */ diff --git a/include/http_request.h b/include/http_request.h index fd2dea0cd8..e2e4e6ebf2 100644 --- a/include/http_request.h +++ b/include/http_request.h @@ -567,5 +567,5 @@ AP_DECLARE(apr_bucket *) ap_bucket_eor_create(apr_bucket_alloc_t *list, } #endif -#endif /* !APACHE_HTTP_REQUEST_H */ +#endif /* !APACHE_HTTP_REQUEST_H */ /** @} */ diff --git a/include/http_vhost.h b/include/http_vhost.h index f6fe93e61c..473c9c7d1e 100644 --- a/include/http_vhost.h +++ b/include/http_vhost.h @@ -115,5 +115,5 @@ AP_DECLARE(int) ap_matches_request_vhost(request_rec *r, const char *host, } #endif -#endif /* !APACHE_HTTP_VHOST_H */ +#endif /* !APACHE_HTTP_VHOST_H */ /** @} */ diff --git a/include/httpd.h b/include/httpd.h index 70885c0471..f3fde289c4 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -269,26 +269,26 @@ extern "C" { /* -------------- Port number for server running standalone --------------- */ /** default HTTP Port */ -#define DEFAULT_HTTP_PORT 80 +#define DEFAULT_HTTP_PORT 80 /** default HTTPS Port */ -#define DEFAULT_HTTPS_PORT 443 +#define DEFAULT_HTTPS_PORT 443 /** * Check whether @a port is the default port for the request @a r. * @param port The port number * @param r The request * @see #ap_default_port */ -#define ap_is_default_port(port,r) ((port) == ap_default_port(r)) +#define ap_is_default_port(port,r) ((port) == ap_default_port(r)) /** * Get the default port for a request (which depends on the scheme). * @param r The request */ -#define ap_default_port(r) ap_run_default_port(r) +#define ap_default_port(r) ap_run_default_port(r) /** * Get the scheme for a request. * @param r The request */ -#define ap_http_scheme(r) ap_run_http_scheme(r) +#define ap_http_scheme(r) ap_run_http_scheme(r) /** The default string length */ #define MAX_STRING_LEN HUGE_STRING_LEN @@ -316,11 +316,11 @@ extern "C" { * */ /** a normal exit */ -#define APEXIT_OK 0x0 +#define APEXIT_OK 0x0 /** A fatal error arising during the server's init sequence */ -#define APEXIT_INIT 0x2 +#define APEXIT_INIT 0x2 /** The child died during its init sequence */ -#define APEXIT_CHILDINIT 0x3 +#define APEXIT_CHILDINIT 0x3 /** * The child exited due to a resource shortage. * The parent should limit the rate of forking until @@ -332,7 +332,7 @@ extern "C" { * If a child exits with this error, the parent process * considers this a server-wide fatal error and aborts. */ -#define APEXIT_CHILDFATAL 0xf +#define APEXIT_CHILDFATAL 0xf #ifndef AP_DECLARE /** @@ -372,7 +372,7 @@ extern "C" { * modules should not use functions marked AP_CORE_DECLARE */ #ifndef AP_CORE_DECLARE -# define AP_CORE_DECLARE AP_DECLARE +# define AP_CORE_DECLARE AP_DECLARE #endif /** @@ -381,7 +381,7 @@ extern "C" { */ #ifndef AP_CORE_DECLARE_NONSTD -# define AP_CORE_DECLARE_NONSTD AP_DECLARE_NONSTD +# define AP_CORE_DECLARE_NONSTD AP_DECLARE_NONSTD #endif /** @@ -435,11 +435,11 @@ AP_DECLARE(const char *) ap_get_server_built(void); /* non-HTTP status codes returned by hooks */ -#define OK 0 /**< Module has handled this stage. */ -#define DECLINED -1 /**< Module declines to handle */ -#define DONE -2 /**< Module has served the response completely - * - it's safe to die() with no more output - */ +#define OK 0 /**< Module has handled this stage. */ +#define DECLINED -1 /**< Module declines to handle */ +#define DONE -2 /**< Module has served the response completely + * - it's safe to die() with no more output + */ #define SUSPENDED -3 /**< Module will handle the remainder of the request. * The core will never invoke the request again, */ @@ -539,7 +539,7 @@ AP_DECLARE(const char *) ap_get_server_built(void); ((x) == HTTP_REQUEST_URI_TOO_LARGE) || \ ((x) == HTTP_INTERNAL_SERVER_ERROR) || \ ((x) == HTTP_SERVICE_UNAVAILABLE) || \ - ((x) == HTTP_NOT_IMPLEMENTED)) + ((x) == HTTP_NOT_IMPLEMENTED)) /** @} */ /** @@ -901,9 +901,9 @@ struct request_rec { * they should not be modified in place. */ /** The content-type for the current request */ - const char *content_type; /* Break these out --- we dispatch on 'em */ + const char *content_type; /* Break these out --- we dispatch on 'em */ /** The handler string that we use to call a handler function */ - const char *handler; /* What we *really* dispatch on */ + const char *handler; /* What we *really* dispatch on */ /** How to encode the data */ const char *content_encoding; @@ -1015,10 +1015,10 @@ struct request_rec { * @{ */ -#define PROXYREQ_NONE 0 /**< No proxy */ -#define PROXYREQ_PROXY 1 /**< Standard proxy */ -#define PROXYREQ_REVERSE 2 /**< Reverse proxy */ -#define PROXYREQ_RESPONSE 3 /**< Origin response */ +#define PROXYREQ_NONE 0 /**< No proxy */ +#define PROXYREQ_PROXY 1 /**< Standard proxy */ +#define PROXYREQ_REVERSE 2 /**< Reverse proxy */ +#define PROXYREQ_RESPONSE 3 /**< Origin response */ /* @} */ @@ -1405,7 +1405,7 @@ AP_DECLARE(char *) ap_getword_white_nc(apr_pool_t *p, char **line); * character */ AP_DECLARE(char *) ap_getword_nulls(apr_pool_t *p, const char **line, - char stop); + char stop); /** * Get all characters from the first occurance of @a stop to the first "\0" @@ -1624,7 +1624,7 @@ AP_DECLARE(apr_size_t) ap_escape_errorlog_item(char *dest, const char *source, * @return The server's hostname */ AP_DECLARE(char *) ap_construct_server(apr_pool_t *p, const char *hostname, - apr_port_t port, const request_rec *r); + apr_port_t port, const request_rec *r); /** * Escape a shell command @@ -1813,7 +1813,7 @@ AP_DECLARE(void) ap_str_toupper(char *s); * @param c The character to search for * @return The index of the first occurrence of c in str */ -AP_DECLARE(int) ap_ind(const char *str, char c); /* Sigh... */ +AP_DECLARE(int) ap_ind(const char *str, char c); /* Sigh... */ /** * Search a string from right to left for the first occurrence of a @@ -1924,7 +1924,7 @@ typedef struct { * @return OK or HTTP error */ AP_DECLARE(int) ap_parse_form_data(request_rec *r, struct ap_filter_t *f, - apr_array_header_t **ptr, + apr_array_header_t **ptr, apr_size_t num, apr_size_t size); /* Misc system hackery */ @@ -1962,7 +1962,7 @@ char *ap_get_local_host(apr_pool_t *p); * @param nLine The line the assertion is defined on */ AP_DECLARE(void) ap_log_assert(const char *szExp, const char *szFile, int nLine) - __attribute__((noreturn)); + __attribute__((noreturn)); /** * @internal Internal Assert function @@ -1991,21 +1991,21 @@ AP_DECLARE(void) ap_log_assert(const char *szExp, const char *szFile, int nLine) * debugging isn't possible. */ /** stop on a Detach */ -#define SIGSTOP_DETACH 1 +#define SIGSTOP_DETACH 1 /** stop making a child process */ -#define SIGSTOP_MAKE_CHILD 2 +#define SIGSTOP_MAKE_CHILD 2 /** stop spawning a child process */ -#define SIGSTOP_SPAWN_CHILD 4 +#define SIGSTOP_SPAWN_CHILD 4 /** stop spawning a child process with a piped log */ -#define SIGSTOP_PIPED_LOG_SPAWN 8 +#define SIGSTOP_PIPED_LOG_SPAWN 8 /** stop spawning a CGI child process */ -#define SIGSTOP_CGI_CHILD 16 +#define SIGSTOP_CGI_CHILD 16 /** Macro to get GDB started */ #ifdef DEBUG_SIGSTOP extern int raise_sigstop_flags; -#define RAISE_SIGSTOP(x) do { \ - if (raise_sigstop_flags & SIGSTOP_##x) raise(SIGSTOP);\ +#define RAISE_SIGSTOP(x) do { \ + if (raise_sigstop_flags & SIGSTOP_##x) raise(SIGSTOP);\ } while (0) #else #define RAISE_SIGSTOP(x) @@ -2125,7 +2125,7 @@ AP_DECLARE(void *) ap_realloc(void *ptr, size_t size) } #endif -#endif /* !APACHE_HTTPD_H */ +#endif /* !APACHE_HTTPD_H */ /** @} //APACHE Daemon */ /** @} //APACHE Core */ diff --git a/include/mod_core.h b/include/mod_core.h index fd383945b4..58f3c93dcb 100644 --- a/include/mod_core.h +++ b/include/mod_core.h @@ -94,5 +94,5 @@ extern AP_DECLARE_DATA const char *ap_multipart_boundary; } #endif -#endif /* !MOD_CORE_H */ +#endif /* !MOD_CORE_H */ /** @} */ diff --git a/include/scoreboard.h b/include/scoreboard.h index 8d73a7fa9b..8165d57ed3 100644 --- a/include/scoreboard.h +++ b/include/scoreboard.h @@ -54,17 +54,17 @@ extern "C" { */ #define SERVER_DEAD 0 -#define SERVER_STARTING 1 /* Server Starting up */ -#define SERVER_READY 2 /* Waiting for connection (or accept() lock) */ -#define SERVER_BUSY_READ 3 /* Reading a client request */ -#define SERVER_BUSY_WRITE 4 /* Processing a client request */ -#define SERVER_BUSY_KEEPALIVE 5 /* Waiting for more requests via keepalive */ -#define SERVER_BUSY_LOG 6 /* Logging the request */ -#define SERVER_BUSY_DNS 7 /* Looking up a hostname */ -#define SERVER_CLOSING 8 /* Closing the connection */ -#define SERVER_GRACEFUL 9 /* server is gracefully finishing request */ +#define SERVER_STARTING 1 /* Server Starting up */ +#define SERVER_READY 2 /* Waiting for connection (or accept() lock) */ +#define SERVER_BUSY_READ 3 /* Reading a client request */ +#define SERVER_BUSY_WRITE 4 /* Processing a client request */ +#define SERVER_BUSY_KEEPALIVE 5 /* Waiting for more requests via keepalive */ +#define SERVER_BUSY_LOG 6 /* Logging the request */ +#define SERVER_BUSY_DNS 7 /* Looking up a hostname */ +#define SERVER_CLOSING 8 /* Closing the connection */ +#define SERVER_GRACEFUL 9 /* server is gracefully finishing request */ #define SERVER_IDLE_KILL 10 /* Server is cleaning up idle children. */ -#define SERVER_NUM_STATUS 11 /* number of status settings */ +#define SERVER_NUM_STATUS 11 /* number of status settings */ /* Type used for generation indicies. Startup and every restart cause a * new generation of children to be spawned. Children within the same @@ -112,9 +112,9 @@ struct worker_score { #ifdef HAVE_TIMES struct tms times; #endif - char client[32]; /* Keep 'em small... */ - char request[64]; /* We just want an idea... */ - char vhost[32]; /* What virtual host is being accessed? */ + char client[32]; /* Keep 'em small... */ + char request[64]; /* We just want an idea... */ + char vhost[32]; /* What virtual host is being accessed? */ }; typedef struct { @@ -131,7 +131,7 @@ typedef struct { typedef struct process_score process_score; struct process_score { pid_t pid; - ap_generation_t generation; /* generation of this child */ + ap_generation_t generation; /* generation of this child */ char quiescing; /* the process whose pid is stored above is * going down gracefully */ @@ -212,4 +212,4 @@ AP_DECLARE_HOOK(int, pre_mpm, (apr_pool_t *p, ap_scoreboard_e sb_type)) } #endif -#endif /* !APACHE_SCOREBOARD_H */ +#endif /* !APACHE_SCOREBOARD_H */ diff --git a/include/util_md5.h b/include/util_md5.h index 614f5401c2..4b5edd6b19 100644 --- a/include/util_md5.h +++ b/include/util_md5.h @@ -72,5 +72,5 @@ AP_DECLARE(char *) ap_md5digest(apr_pool_t *p, apr_file_t *infile); } #endif -#endif /* !APACHE_UTIL_MD5_H */ +#endif /* !APACHE_UTIL_MD5_H */ /** @} */ diff --git a/include/util_script.h b/include/util_script.h index 86f8c84bf0..9643657c94 100644 --- a/include/util_script.h +++ b/include/util_script.h @@ -194,8 +194,8 @@ AP_DECLARE_NONSTD(int) ap_scan_script_header_err_strs_ex(request_rec *r, * @return HTTP_OK on success, HTTP_INTERNAL_SERVER_ERROR otherwise */ AP_DECLARE(int) ap_scan_script_header_err_core(request_rec *r, char *buffer, - int (*getsfunc) (char *, int, void *), - void *getsfunc_data); + int (*getsfunc) (char *, int, void *), + void *getsfunc_data); /** * Read headers output from a script, ensuring that the output is valid. If @@ -229,5 +229,5 @@ AP_DECLARE(void) ap_args_to_table(request_rec *r, apr_table_t **table); } #endif -#endif /* !APACHE_UTIL_SCRIPT_H */ +#endif /* !APACHE_UTIL_SCRIPT_H */ /** @} */ diff --git a/modules/aaa/mod_authz_core.c b/modules/aaa/mod_authz_core.c index 906510ad01..6503971806 100644 --- a/modules/aaa/mod_authz_core.c +++ b/modules/aaa/mod_authz_core.c @@ -120,8 +120,8 @@ static void *merge_authz_core_dir_config(apr_pool_t *p, authz_core_dir_conf *conf; if (new->op == AUTHZ_LOGIC_UNSET && !new->section && base->section ) { - /* Only authz_forbidden_on_fail has been set in new. Don't treat - * it as a new auth config w.r.t. AuthMerging */ + /* Only authz_forbidden_on_fail has been set in new. Don't treat + * it as a new auth config w.r.t. AuthMerging */ conf = apr_pmemdup(p, base, sizeof(*base)); } else if (new->op == AUTHZ_LOGIC_OFF || new->op == AUTHZ_LOGIC_UNSET || @@ -1024,7 +1024,7 @@ static authz_status expr_check_authorization(request_rec *r, int rc = ap_expr_exec(r, expr, &err); if (rc <= 0) - /* XXX: real error handling? */ + /* XXX: real error handling? */ return AUTHZ_DENIED; else return AUTHZ_GRANTED; diff --git a/modules/arch/win32/mod_isapi.h b/modules/arch/win32/mod_isapi.h index 7aa2b55dda..9f8bc93e3b 100644 --- a/modules/arch/win32/mod_isapi.h +++ b/modules/arch/win32/mod_isapi.h @@ -266,6 +266,6 @@ typedef int (APR_THREAD_FUNC *PFN_TERMINATEEXTENSION)(apr_uint32_t flags); } #endif -#endif /* !MOD_ISAPI_H */ +#endif /* !MOD_ISAPI_H */ /** @} */ diff --git a/modules/cache/cache_hash.h b/modules/cache/cache_hash.h index 46f3a76b55..3ae9861770 100644 --- a/modules/cache/cache_hash.h +++ b/modules/cache/cache_hash.h @@ -104,13 +104,13 @@ void* cache_hash_get(cache_hash_t *ht, const void *key, * int sum_values(cache_hash_t *ht) * { * cache_hash_index_t *hi; - * void *val; - * int sum = 0; - * for (hi = cache_hash_first(ht); hi; hi = cache_hash_next(hi)) { - * cache_hash_this(hi, NULL, NULL, &val); - * sum += *(int *)val; - * } - * return sum; + * void *val; + * int sum = 0; + * for (hi = cache_hash_first(ht); hi; hi = cache_hash_next(hi)) { + * cache_hash_this(hi, NULL, NULL, &val); + * sum += *(int *)val; + * } + * return sum; * } * @endcode * @@ -154,4 +154,4 @@ int cache_hash_count(cache_hash_t *ht); } #endif -#endif /* !CACHE_HASH_H */ +#endif /* !CACHE_HASH_H */ diff --git a/modules/dav/main/mod_dav.c b/modules/dav/main/mod_dav.c index 7e0ae21807..bc170bd999 100644 --- a/modules/dav/main/mod_dav.c +++ b/modules/dav/main/mod_dav.c @@ -1624,16 +1624,16 @@ static int dav_method_options(request_rec *r) entry = (ap_list_provider_names_t *)extensions->elts; for (i = 0; i < extensions->nelts; i++, entry++) { - const dav_options_provider *options = - dav_get_options_providers(entry->provider_name); + const dav_options_provider *options = + dav_get_options_providers(entry->provider_name); - if (options && options->dav_header) { - apr_text_header hoptions = { 0 }; + if (options && options->dav_header) { + apr_text_header hoptions = { 0 }; - options->dav_header(r, resource, &hoptions); - for (t = hoptions.first; t && t->text; t = t->next) - dav_level = apr_pstrcat(r->pool, dav_level, ",", t->text, NULL); - } + options->dav_header(r, resource, &hoptions); + for (t = hoptions.first; t && t->text; t = t->next) + dav_level = apr_pstrcat(r->pool, dav_level, ",", t->text, NULL); + } } /* ### @@ -1784,16 +1784,16 @@ static int dav_method_options(request_rec *r) entry = (ap_list_provider_names_t *)extensions->elts; for (i = 0; i < extensions->nelts; i++, entry++) { - const dav_options_provider *options = - dav_get_options_providers(entry->provider_name); + const dav_options_provider *options = + dav_get_options_providers(entry->provider_name); - if (options && options->dav_method) { - apr_text_header hoptions = { 0 }; + if (options && options->dav_method) { + apr_text_header hoptions = { 0 }; - options->dav_method(r, resource, &hoptions); - for (t = hoptions.first; t && t->text; t = t->next) - apr_table_addn(methods, t->text, ""); - } + options->dav_method(r, resource, &hoptions); + for (t = hoptions.first; t && t->text; t = t->next) + apr_table_addn(methods, t->text, ""); + } } /* Generate the Allow header */ diff --git a/modules/filters/libsed.h b/modules/filters/libsed.h index ece11919a5..a889d50ab0 100644 --- a/modules/filters/libsed.h +++ b/modules/filters/libsed.h @@ -2,8 +2,8 @@ * Copyright (c) 2005, 2008 Sun Microsystems, Inc. All Rights Reserved. * Use is subject to license terms. * - * Copyright (c) 1984 AT&T - * All Rights Reserved + * Copyright (c) 1984 AT&T + * All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/filters/mod_reqtimeout.c b/modules/filters/mod_reqtimeout.c index 471c66ff54..de19536b2c 100644 --- a/modules/filters/mod_reqtimeout.c +++ b/modules/filters/mod_reqtimeout.c @@ -92,9 +92,9 @@ static apr_status_t have_lf_or_eos(apr_bucket_brigade *bb) apr_bucket *b = APR_BRIGADE_LAST(bb); for ( ; b != APR_BRIGADE_SENTINEL(bb) ; b = APR_BUCKET_PREV(b) ) { - const char *str; - apr_size_t len; - apr_status_t rv; + const char *str; + apr_size_t len; + apr_status_t rv; if (APR_BUCKET_IS_EOS(b)) return APR_SUCCESS; @@ -430,7 +430,7 @@ static void *reqtimeout_merge_srv_config(apr_pool_t *p, void *base_, void *add_) cfg->header_rate_factor = (cfg->header_min_rate == -1) ? base->header_rate_factor : add->header_rate_factor; cfg->body_rate_factor = (cfg->body_min_rate == -1) ? base->body_rate_factor : - add->body_rate_factor; + add->body_rate_factor; return cfg; } diff --git a/modules/filters/regexp.c b/modules/filters/regexp.c index 6c5e13e29b..ba118a6552 100644 --- a/modules/filters/regexp.c +++ b/modules/filters/regexp.c @@ -2,8 +2,8 @@ * Copyright (c) 2005, 2008 Sun Microsystems, Inc. All Rights Reserved. * Use is subject to license terms. * - * Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T - * All Rights Reserved + * Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T + * All Rights Reserved * * University Copyright- Copyright (c) 1982, 1986, 1988 * The Regents of the University of California diff --git a/modules/filters/regexp.h b/modules/filters/regexp.h index 49261656e9..1e5a6269a0 100644 --- a/modules/filters/regexp.h +++ b/modules/filters/regexp.h @@ -2,8 +2,8 @@ * Copyright (c) 2005, 2008 Sun Microsystems, Inc. All Rights Reserved. * Use is subject to license terms. * - * Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T - * All Rights Reserved + * Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T + * All Rights Reserved * * University Copyright- Copyright (c) 1982, 1986, 1988 * The Regents of the University of California diff --git a/modules/filters/sed.h b/modules/filters/sed.h index 9178ddc9a6..cc3c03ebe6 100644 --- a/modules/filters/sed.h +++ b/modules/filters/sed.h @@ -2,8 +2,8 @@ * Copyright (c) 2005, 2008 Sun Microsystems, Inc. All Rights Reserved. * Use is subject to license terms. * - * Copyright (c) 1984 AT&T - * All Rights Reserved + * Copyright (c) 1984 AT&T + * All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/filters/sed0.c b/modules/filters/sed0.c index 7fb42966fd..da47122ac0 100644 --- a/modules/filters/sed0.c +++ b/modules/filters/sed0.c @@ -2,8 +2,8 @@ * Copyright (c) 2005, 2008 Sun Microsystems, Inc. All Rights Reserved. * Use is subject to license terms. * - * Copyright (c) 1984 AT&T - * All Rights Reserved + * Copyright (c) 1984 AT&T + * All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/filters/sed1.c b/modules/filters/sed1.c index d17b70d790..ddca3bdb62 100644 --- a/modules/filters/sed1.c +++ b/modules/filters/sed1.c @@ -2,8 +2,8 @@ * Copyright (c) 2005, 2008 Sun Microsystems, Inc. All Rights Reserved. * Use is subject to license terms. * - * Copyright (c) 1984 AT&T - * All Rights Reserved + * Copyright (c) 1984 AT&T + * All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/modules/generators/mod_autoindex.c b/modules/generators/mod_autoindex.c index f6d1176836..b688867363 100644 --- a/modules/generators/mod_autoindex.c +++ b/modules/generators/mod_autoindex.c @@ -1106,11 +1106,11 @@ static void emit_head(request_rec *r, char *header_fname, int suppress_amble, if (emit_H1) { if (d->style_sheet != NULL) { - /* Insert style id if stylesheet used */ - ap_rvputs(r, "