Home
last modified time | relevance | path

Searched refs:run_method (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_config.c366 static int run_method(request_rec *r, int offset, int run_all) in run_method() function
388 return run_method(r, offsets_into_method_ptrs.translate_handler, 0); in ap_translate_name()
393 return run_method(r, offsets_into_method_ptrs.access_checker, 1); in ap_check_access()
398 return run_method(r, offsets_into_method_ptrs.type_checker, 0); in ap_find_types()
403 return run_method(r, offsets_into_method_ptrs.fixer_upper, 1); in ap_run_fixups()
408 return run_method(r, offsets_into_method_ptrs.logger, 1); in ap_log_transaction()
413 return run_method(r, offsets_into_method_ptrs.header_parser, 1); in ap_header_parse()
418 return run_method(r, offsets_into_method_ptrs.post_read_request, 1); in ap_run_post_read_request()
428 return run_method(r, offsets_into_method_ptrs.ap_check_user_id, 0); in ap_check_user_id()
433 return run_method(r, offsets_into_method_ptrs.auth_checker, 0); in ap_check_auth()