|
| int | ap_process_request_internal (request_rec *r) |
| |
| 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_file (const char *new_file, const request_rec *r, ap_filter_t *next_filter) |
| |
| request_rec * | ap_sub_req_lookup_dirent (const apr_finfo_t *finfo, const request_rec *r, int subtype, ap_filter_t *next_filter) |
| |
| request_rec * | ap_sub_req_method_uri (const char *method, const char *new_uri, 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_run_sub_req (request_rec *r) |
| |
| void | ap_destroy_sub_req (request_rec *r) |
| |
| void | ap_internal_redirect (const char *new_uri, request_rec *r) |
| |
| void | ap_internal_redirect_handler (const char *new_uri, request_rec *r) |
| |
| void | ap_internal_fast_redirect (request_rec *sub_req, request_rec *r) |
| |
| 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) |
| |
| int | ap_is_initial_req (request_rec *r) |
| |
| void | ap_update_mtime (request_rec *r, apr_time_t dependency_mtime) |
| |
| void | ap_allow_methods (request_rec *r, int reset,...) |
| |
| void | ap_allow_standard_methods (request_rec *r, int reset,...) |
| |
| void | ap_process_request (request_rec *r) |
| |
| void | ap_process_request_after_handler (request_rec *r) |
| |
| void | ap_process_async_request (request_rec *r) |
| |
| void | ap_die (int type, request_rec *r) |
| |
| apr_status_t | ap_check_pipeline (conn_rec *c, apr_bucket_brigade *bb, unsigned int max_blank_lines) |
| |
| void | ap_hook_create_request (ap_HOOK_create_request_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| int | ap_run_create_request (request_rec *r) |
| |
| apr_array_header_t * | ap_hook_get_create_request (void) |
| |
| void | ap_hook_pre_translate_name (ap_HOOK_pre_translate_name_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| int | ap_run_pre_translate_name (request_rec *r) |
| |
| apr_array_header_t * | ap_hook_get_pre_translate_name (void) |
| |
| void | ap_hook_translate_name (ap_HOOK_translate_name_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| int | ap_run_translate_name (request_rec *r) |
| |
| apr_array_header_t * | ap_hook_get_translate_name (void) |
| |
| void | ap_hook_map_to_storage (ap_HOOK_map_to_storage_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| int | ap_run_map_to_storage (request_rec *r) |
| |
| apr_array_header_t * | ap_hook_get_map_to_storage (void) |
| |
| void | ap_hook_check_user_id (ap_HOOK_check_user_id_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| int | ap_run_check_user_id (request_rec *r) |
| |
| apr_array_header_t * | ap_hook_get_check_user_id (void) |
| |
| void | ap_hook_fixups (ap_HOOK_fixups_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| int | ap_run_fixups (request_rec *r) |
| |
| apr_array_header_t * | ap_hook_get_fixups (void) |
| |
| void | ap_hook_type_checker (ap_HOOK_type_checker_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| int | ap_run_type_checker (request_rec *r) |
| |
| apr_array_header_t * | ap_hook_get_type_checker (void) |
| |
| void | ap_hook_access_checker (ap_HOOK_access_checker_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| int | ap_run_access_checker (request_rec *r) |
| |
| apr_array_header_t * | ap_hook_get_access_checker (void) |
| |
| void | ap_hook_access_checker_ex (ap_HOOK_access_checker_ex_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| int | ap_run_access_checker_ex (request_rec *r) |
| |
| apr_array_header_t * | ap_hook_get_access_checker_ex (void) |
| |
| void | ap_hook_auth_checker (ap_HOOK_auth_checker_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| int | ap_run_auth_checker (request_rec *r) |
| |
| apr_array_header_t * | ap_hook_get_auth_checker (void) |
| |
| 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) |
| |
| void | ap_hook_insert_filter (ap_HOOK_insert_filter_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| void | ap_run_insert_filter (request_rec *r) |
| |
| apr_array_header_t * | ap_hook_get_insert_filter (void) |
| |
| void | ap_hook_post_perdir_config (ap_HOOK_post_perdir_config_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| int | ap_run_post_perdir_config (request_rec *r) |
| |
| apr_array_header_t * | ap_hook_get_post_perdir_config (void) |
| |
| void | ap_hook_force_authn (ap_HOOK_force_authn_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| int | ap_run_force_authn (request_rec *r) |
| |
| apr_array_header_t * | ap_hook_get_force_authn (void) |
| |
| void | ap_hook_dirwalk_stat (ap_HOOK_dirwalk_stat_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| apr_status_t | ap_run_dirwalk_stat (apr_finfo_t *finfo, request_rec *r, apr_int32_t wanted) |
| |
| apr_array_header_t * | ap_hook_get_dirwalk_stat (void) |
| |
| int | ap_location_walk (request_rec *r) |
| |
| int | ap_directory_walk (request_rec *r) |
| |
| int | ap_file_walk (request_rec *r) |
| |
| int | ap_if_walk (request_rec *r) |
| |
| apr_bucket * | ap_bucket_eor_make (apr_bucket *b, request_rec *r) |
| |
| apr_bucket * | ap_bucket_eor_create (apr_bucket_alloc_t *list, request_rec *r) |
| |
| int | ap_some_authn_required (request_rec *r) |
| |
Apache Request library.
Definition in file http_request.h.