mirror of
https://github.com/apache/httpd.git
synced 2025-11-08 04:22:21 +03:00
Modules are named mod_foo.so
Dynamic Libraries are named libfoo.dll, and are stored in bin/
The former ApacheCoreDll is now libhttpd.dll
Apache.exe moves to bin/
The make install now copies include, lib, and libexec
All build options are normalized, filenames adjusted appropriately
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87471 13f79535-47bb-0310-9956-ffa450edef68
421 lines
5.2 KiB
Modula-2
421 lines
5.2 KiB
Modula-2
; libhttpd.def :
|
|
|
|
LIBRARY libhttpd
|
|
DESCRIPTION 'Apache httpd Server Dynamic Library'
|
|
|
|
EXPORTS
|
|
; Add new API calls to the end of this list.
|
|
|
|
|
|
|
|
|
|
ap_add_cgi_vars
|
|
ap_add_common_vars
|
|
ap_add_loaded_module
|
|
ap_add_module
|
|
ap_add_named_module
|
|
ap_add_per_dir_conf
|
|
ap_add_per_url_conf
|
|
ap_add_version_component
|
|
ap_allow_options
|
|
ap_allow_overrides
|
|
|
|
|
|
ap_auth_name
|
|
ap_auth_type
|
|
ap_basic_http_header
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ap_cfg_closefile
|
|
ap_cfg_getc
|
|
ap_cfg_getline
|
|
ap_chdir_file
|
|
|
|
ap_check_cmd_context
|
|
ap_checkmask
|
|
|
|
ap_clear_module_list
|
|
|
|
|
|
ap_close_piped_log
|
|
ap_construct_server
|
|
ap_construct_url
|
|
ap_content_type_tolower
|
|
|
|
|
|
ap_core_translate
|
|
ap_count_dirs
|
|
|
|
ap_create_environment
|
|
|
|
ap_create_per_dir_config
|
|
ap_custom_response
|
|
ap_default_port_for_request
|
|
ap_default_port_for_scheme
|
|
ap_default_type
|
|
|
|
|
|
ap_destroy_sub_req
|
|
ap_die
|
|
ap_discard_request_body
|
|
ap_document_root
|
|
|
|
ap_error_log2stderr
|
|
ap_escape_html
|
|
ap_escape_path_segment
|
|
ap_escape_quotes
|
|
ap_escape_shell_cmd
|
|
|
|
ap_finalize_request_protocol
|
|
ap_find_command
|
|
ap_find_command_in_modules
|
|
ap_find_last_token
|
|
ap_find_linked_module
|
|
ap_find_module_name
|
|
ap_find_path_info
|
|
ap_find_token
|
|
ap_get_basic_auth_pw
|
|
ap_get_client_block
|
|
|
|
ap_get_limit_req_body
|
|
ap_get_remote_host
|
|
ap_get_remote_logname
|
|
ap_get_server_built
|
|
ap_get_server_name
|
|
ap_get_server_port
|
|
ap_get_server_version
|
|
|
|
ap_get_token
|
|
ap_getparents
|
|
ap_getword
|
|
ap_getword_conf
|
|
ap_getword_conf_nc
|
|
ap_getword_nc
|
|
ap_getword_nulls
|
|
ap_getword_nulls_nc
|
|
ap_getword_white
|
|
ap_getword_white_nc
|
|
|
|
ap_gname2id
|
|
|
|
|
|
ap_ht_time
|
|
ap_ind
|
|
ap_index_of_response
|
|
ap_init_virtual_host
|
|
ap_internal_redirect
|
|
ap_internal_redirect_handler
|
|
ap_is_directory
|
|
|
|
ap_is_initial_req
|
|
ap_is_matchexp
|
|
ap_is_url
|
|
|
|
|
|
|
|
|
|
ap_log_assert
|
|
|
|
|
|
|
|
|
|
|
|
ap_make_dirstr_parent
|
|
ap_make_dirstr_prefix
|
|
ap_make_full_path
|
|
|
|
|
|
ap_matches_request_vhost
|
|
ap_md5
|
|
ap_md5_binary
|
|
ap_md5contextTo64
|
|
ap_md5digest
|
|
ap_meets_conditions
|
|
ap_no2slash
|
|
ap_note_auth_failure
|
|
ap_note_basic_auth_failure
|
|
|
|
|
|
|
|
|
|
ap_note_digest_auth_failure
|
|
|
|
|
|
ap_open_piped_log
|
|
ap_os_canonical_filename
|
|
ap_os_case_canonical_filename
|
|
ap_os_escape_path
|
|
|
|
|
|
ap_parseHTTPdate
|
|
ap_parse_hostinfo_components
|
|
ap_parse_uri
|
|
ap_parse_uri_components
|
|
|
|
ap_pcfg_open_custom
|
|
ap_pcfg_openfile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ap_pregcomp
|
|
ap_pregfree
|
|
ap_pregsub
|
|
ap_psignature
|
|
|
|
|
|
|
|
|
|
|
|
ap_rationalize_mtime
|
|
|
|
|
|
ap_remove_loaded_module
|
|
ap_remove_module
|
|
ap_requires
|
|
|
|
ap_rflush
|
|
ap_rind
|
|
ap_rputc
|
|
ap_rputs
|
|
|
|
ap_run_sub_req
|
|
ap_rwrite
|
|
ap_satisfies
|
|
ap_scan_script_header_err
|
|
|
|
ap_scan_script_header_err_core
|
|
ap_scan_script_header_err_strs
|
|
|
|
ap_send_fd
|
|
|
|
ap_send_http_header
|
|
ap_send_http_trace
|
|
ap_send_mmap
|
|
ap_send_size
|
|
ap_server_root_relative
|
|
|
|
ap_set_content_length
|
|
ap_set_etag
|
|
ap_set_keepalive
|
|
ap_set_last_modified
|
|
ap_setup_client_block
|
|
ap_should_client_block
|
|
|
|
ap_some_auth_required
|
|
|
|
|
|
ap_str_tolower
|
|
ap_strcasecmp_match
|
|
ap_strcmp_match
|
|
ap_sub_req_lookup_file
|
|
ap_sub_req_lookup_uri
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ap_uname2id
|
|
|
|
ap_unescape_url
|
|
ap_unparse_uri_components
|
|
ap_update_mtime
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
regcomp
|
|
regexec
|
|
regfree
|
|
access_module
|
|
alias_module
|
|
|
|
|
|
|
|
|
|
ap_limit_section
|
|
ap_loaded_modules
|
|
ap_log_error
|
|
|
|
ap_log_rerror
|
|
|
|
|
|
|
|
|
|
|
|
ap_rprintf
|
|
ap_rvputs
|
|
|
|
|
|
ap_server_argv0
|
|
ap_server_root
|
|
ap_set_file_slot
|
|
ap_set_flag_slot
|
|
ap_set_string_slot
|
|
ap_set_string_slot_lower
|
|
|
|
|
|
|
|
|
|
asis_module
|
|
auth_module
|
|
autoindex_module
|
|
|
|
config_log_module
|
|
core_module
|
|
dir_module
|
|
env_module
|
|
imap_module
|
|
|
|
mime_module
|
|
negotiation_module
|
|
|
|
setenvif_module
|
|
|
|
top_module
|
|
|
|
ap_method_number_of
|
|
ap_exists_config_define
|
|
ap_single_module_configure
|
|
ap_make_etag
|
|
|
|
|
|
ap_find_list_item
|
|
|
|
|
|
ap_size_list_item
|
|
ap_get_list_item
|
|
|
|
ap_get_status_line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ap_sub_req_method_uri
|
|
ap_regerror
|
|
ap_regexec
|
|
ap_field_noparam
|
|
ap_show_hook
|
|
ap_hook_sort_register
|
|
ap_hook_process_connection
|
|
ap_process_http_connection
|
|
ap_hook_check_user_id
|
|
ap_hook_auth_checker
|
|
ap_hook_fixups
|
|
regerror
|
|
ap_send_error_response
|
|
ap_start_shutdown
|
|
|
|
ap_read_config
|
|
ap_server_pre_read_config
|
|
ap_server_post_read_config
|
|
ap_setup_prelinked_modules
|
|
|
|
|
|
|
|
|
|
ap_debug_module_hooks
|
|
ap_debug_module_name
|
|
ap_global_hook_pool
|
|
ap_hook_pre_connection
|
|
ap_hook_post_read_request
|
|
ap_hook_log_transaction
|
|
ap_hook_http_method
|
|
ap_hook_default_port
|
|
ap_hook_translate_name
|
|
ap_hook_type_checker
|
|
ap_hook_access_checker
|
|
ap_hook_header_parser
|
|
ap_hook_post_config
|
|
ap_hook_open_logs
|
|
ap_hook_child_init
|
|
|
|
ap_get_status_table
|
|
ap_run_default_port
|
|
ap_run_http_method
|
|
|
|
|
|
|
|
|
|
; Exclusively provided for http_main.c
|
|
ap_register_hooks
|
|
ap_prelinked_modules
|
|
ap_preloaded_modules
|
|
ap_post_config_hook
|
|
ap_run_pre_config
|
|
ap_run_rewrite_args
|
|
ap_show_directives
|
|
ap_show_modules
|
|
ap_util_uri_init
|
|
ap_mpm_run
|
|
ap_hook_deregister_all
|
|
ap_run_open_logs
|
|
ap_process_config_tree
|
|
ap_server_config_defines
|
|
ap_sort_hooks
|
|
ap_fini_vhost_config
|
|
ap_fixup_virtual_hosts
|
|
ap_conftree
|
|
|
|
;
|
|
; util_xml.h
|
|
ap_text_append
|
|
ap_xml_parse_input
|
|
ap_xml_to_text
|
|
ap_xml_empty_elem
|
|
ap_xml_quote_string
|
|
ap_xml_quote_elem
|
|
ap_xml_insert_uri
|
|
|
|
ap_os_create_privileged_process
|