|
| void | ap_hook_pre_translate_name (ap_HOOK_pre_translate_name_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| apr_array_header_t * | ap_hook_get_pre_translate_name (void) |
| |
| int | ap_run_pre_translate_name (request_rec *r) |
| |
| void | ap_hook_translate_name (ap_HOOK_translate_name_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| apr_array_header_t * | ap_hook_get_translate_name (void) |
| |
| int | ap_run_translate_name (request_rec *r) |
| |
| void | ap_hook_map_to_storage (ap_HOOK_map_to_storage_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| apr_array_header_t * | ap_hook_get_map_to_storage (void) |
| |
| int | ap_run_map_to_storage (request_rec *r) |
| |
| void | ap_hook_check_user_id (ap_HOOK_check_user_id_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| apr_array_header_t * | ap_hook_get_check_user_id (void) |
| |
| int | ap_run_check_user_id (request_rec *r) |
| |
| void | ap_hook_fixups (ap_HOOK_fixups_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| apr_array_header_t * | ap_hook_get_fixups (void) |
| |
| int | ap_run_fixups (request_rec *r) |
| |
| void | ap_hook_type_checker (ap_HOOK_type_checker_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| apr_array_header_t * | ap_hook_get_type_checker (void) |
| |
| int | ap_run_type_checker (request_rec *r) |
| |
| void | ap_hook_access_checker (ap_HOOK_access_checker_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| apr_array_header_t * | ap_hook_get_access_checker (void) |
| |
| int | ap_run_access_checker (request_rec *r) |
| |
| void | ap_hook_access_checker_ex (ap_HOOK_access_checker_ex_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| apr_array_header_t * | ap_hook_get_access_checker_ex (void) |
| |
| int | ap_run_access_checker_ex (request_rec *r) |
| |
| void | ap_hook_auth_checker (ap_HOOK_auth_checker_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| apr_array_header_t * | ap_hook_get_auth_checker (void) |
| |
| int | ap_run_auth_checker (request_rec *r) |
| |
| void | ap_hook_insert_filter (ap_HOOK_insert_filter_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| apr_array_header_t * | ap_hook_get_insert_filter (void) |
| |
| void | ap_run_insert_filter (request_rec *r) |
| |
| void | ap_hook_create_request (ap_HOOK_create_request_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| apr_array_header_t * | ap_hook_get_create_request (void) |
| |
| int | ap_run_create_request (request_rec *r) |
| |
| void | ap_hook_post_perdir_config (ap_HOOK_post_perdir_config_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| apr_array_header_t * | ap_hook_get_post_perdir_config (void) |
| |
| int | ap_run_post_perdir_config (request_rec *r) |
| |
| void | ap_hook_dirwalk_stat (ap_HOOK_dirwalk_stat_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| apr_array_header_t * | ap_hook_get_dirwalk_stat (void) |
| |
| apr_status_t | ap_run_dirwalk_stat (apr_finfo_t *finfo, request_rec *r, apr_int32_t wanted) |
| |
| void | ap_hook_force_authn (ap_HOOK_force_authn_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| apr_array_header_t * | ap_hook_get_force_authn (void) |
| |
| int | ap_run_force_authn (request_rec *r) |
| |
| static int | decl_die (int status, const char *phase, request_rec *r) |
| |
| int | ap_some_authn_required (request_rec *r) |
| |
| static int | walk_location_and_if (request_rec *r) |
| |
| int | ap_process_request_internal (request_rec *r) |
| |
| static walk_cache_t * | prep_walk_cache (apr_size_t t, request_rec *r) |
| |
| static int | resolve_symlink (char *d, apr_finfo_t *lfi, int opts, apr_pool_t *p) |
| |
| static void | core_opts_merge (const ap_conf_vector_t *sec, core_opts_t *opts) |
| |
| int | ap_directory_walk (request_rec *r) |
| |
| int | ap_location_walk (request_rec *r) |
| |
| int | ap_file_walk (request_rec *r) |
| |
| static int | ap_if_walk_sub (request_rec *r, core_dir_config *dconf) |
| |
| int | ap_if_walk (request_rec *r) |
| |
| static request_rec * | make_sub_request (const request_rec *r, ap_filter_t *next_filter) |
| |
| apr_status_t | ap_sub_req_output_filter (ap_filter_t *f, apr_bucket_brigade *bb) |
| |
| int | ap_some_auth_required (request_rec *r) |
| |
| void | ap_clear_auth_internal (void) |
| |
| void | ap_setup_auth_internal (apr_pool_t *ptemp) |
| |
| apr_status_t | ap_register_auth_provider (apr_pool_t *pool, const char *provider_group, const char *provider_name, const char *provider_version, const void *provider, int type) |
| |
| void | ap_hook_check_access (ap_HOOK_access_checker_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder, int type) |
| |
| void | ap_hook_check_access_ex (ap_HOOK_access_checker_ex_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder, int type) |
| |
| void | ap_hook_check_authn (ap_HOOK_check_user_id_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder, int type) |
| |
| void | ap_hook_check_authz (ap_HOOK_auth_checker_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder, int type) |
| |
| request_rec * | ap_sub_req_method_uri (const char *method, const char *new_uri, const request_rec *r, ap_filter_t *next_filter) |
| |
| request_rec * | ap_sub_req_lookup_uri (const char *new_uri, const request_rec *r, ap_filter_t *next_filter) |
| |
| request_rec * | ap_sub_req_lookup_dirent (const apr_finfo_t *dirent, const request_rec *r, int subtype, ap_filter_t *next_filter) |
| |
| request_rec * | ap_sub_req_lookup_file (const char *new_file, const request_rec *r, ap_filter_t *next_filter) |
| |
| int | ap_run_sub_req (request_rec *r) |
| |
| void | ap_destroy_sub_req (request_rec *r) |
| |
| void | ap_update_mtime (request_rec *r, apr_time_t dependency_mtime) |
| |
| int | ap_is_initial_req (request_rec *r) |
| |