/httpd/include/ |
H A D | util_md5.h | 41 AP_DECLARE(char *) ap_md5(apr_pool_t *a, const unsigned char *string); 50 AP_DECLARE(char *) ap_md5_binary(apr_pool_t *a, const unsigned char *buf, int len); 58 AP_DECLARE(char *) ap_md5contextTo64(apr_pool_t *p, apr_md5_ctx_t *context); 65 AP_DECLARE(char *) ap_md5digest(apr_pool_t *p, apr_file_t *infile);
|
H A D | http_protocol.h | 67 AP_DECLARE(void) ap_get_mime_headers(request_rec *r); 75 AP_DECLARE(void) ap_get_mime_headers_core(request_rec *r, 85 AP_DECLARE(void) ap_finalize_request_protocol(request_rec *r); 96 AP_DECLARE(void) ap_send_error_response(request_rec *r, int recursive_error); 110 AP_DECLARE(void) ap_set_content_length(request_rec *r, apr_off_t length); 117 AP_DECLARE(int) ap_set_keepalive(request_rec *r); 126 AP_DECLARE(apr_time_t) ap_rationalize_mtime(request_rec *r, apr_time_t mtime); 139 AP_DECLARE(const char *) ap_make_content_type(request_rec *r, 146 AP_DECLARE(void) ap_setup_make_content_type(apr_pool_t *pool); 156 AP_DECLARE(cha [all...] |
H A D | http_vhost.h | 37 AP_DECLARE(void) ap_init_vhost_config(apr_pool_t *p); 45 AP_DECLARE(void) ap_fini_vhost_config(apr_pool_t *p, server_rec *main_server); 85 AP_DECLARE(int) ap_vhost_iterate_given_conn(conn_rec *conn, 93 AP_DECLARE(void) ap_update_vhost_given_ip(conn_rec *conn); 100 AP_DECLARE(void) ap_update_vhost_from_headers(request_rec *r); 111 AP_DECLARE(int) ap_matches_request_vhost(request_rec *r, const char *host,
|
H A D | util_time.h | 63 AP_DECLARE(apr_status_t) ap_explode_recent_localtime(apr_time_exp_t *tm, 77 AP_DECLARE(apr_status_t) ap_explode_recent_gmt(apr_time_exp_t *tm, 88 AP_DECLARE(apr_status_t) ap_recent_ctime(char *date_str, apr_time_t t); 101 AP_DECLARE(apr_status_t) ap_recent_ctime_ex(char *date_str, apr_time_t t, 110 AP_DECLARE(apr_status_t) ap_recent_rfc822_date(char *date_str, apr_time_t t); 116 AP_DECLARE(void) ap_force_set_tz(apr_pool_t *p);
|
H A D | ap_provider.h | 54 AP_DECLARE(apr_status_t) ap_register_provider(apr_pool_t *pool, 68 AP_DECLARE(void *) ap_lookup_provider(const char *provider_group, 81 AP_DECLARE(apr_array_header_t *) ap_list_provider_names(apr_pool_t *pool, 92 AP_DECLARE(apr_array_header_t *) ap_list_provider_groups(apr_pool_t *pool);
|
H A D | util_xml.h | 43 AP_DECLARE(int) ap_xml_parse_input(request_rec *r, apr_xml_doc **pdoc);
|
H A D | http_request.h | 66 AP_DECLARE(int) ap_process_request_internal(request_rec *r); 77 AP_DECLARE(request_rec *) ap_sub_req_lookup_uri(const char *new_uri, 90 AP_DECLARE(request_rec *) ap_sub_req_lookup_file(const char *new_file, 111 AP_DECLARE(request_rec *) ap_sub_req_lookup_dirent(const apr_finfo_t *finfo, 125 AP_DECLARE(request_rec *) ap_sub_req_method_uri(const char *method, 144 AP_DECLARE(int) ap_run_sub_req(request_rec *r); 150 AP_DECLARE(void) ap_destroy_sub_req(request_rec *r); 163 AP_DECLARE(void) ap_internal_redirect(const char *new_uri, request_rec *r); 172 AP_DECLARE(void) ap_internal_redirect_handler(const char *new_uri, request_rec *r); 181 AP_DECLARE(voi [all...] |
H A D | ap_regkey.h | 29 #include "ap_config.h" /* Just for AP_DECLARE */ 39 AP_DECLARE(const ap_regkey_t *) ap_regkey_const(int i); 80 AP_DECLARE(apr_status_t) ap_regkey_open(ap_regkey_t **newkey, 90 AP_DECLARE(apr_status_t) ap_regkey_close(ap_regkey_t *key); 110 AP_DECLARE(apr_status_t) ap_regkey_remove(const ap_regkey_t *parent, 124 AP_DECLARE(apr_status_t) ap_regkey_value_get(char **result, 138 AP_DECLARE(apr_status_t) ap_regkey_value_set(ap_regkey_t *key, 153 AP_DECLARE(apr_status_t) ap_regkey_value_raw_get(void **result, 170 AP_DECLARE(apr_status_t) ap_regkey_value_raw_set(ap_regkey_t *key, 184 AP_DECLARE(apr_status_ [all...] |
H A D | util_script.h | 52 AP_DECLARE(char **) ap_create_environment(apr_pool_t *p, apr_table_t *t); 63 AP_DECLARE(int) ap_find_path_info(const char *uri, const char *path_info); 71 AP_DECLARE(void) ap_add_cgi_vars(request_rec *r); 78 AP_DECLARE(void) ap_add_common_vars(request_rec *r); 91 AP_DECLARE(int) ap_scan_script_header_err(request_rec *r, apr_file_t *f, char *buffer); 104 AP_DECLARE(int) ap_scan_script_header_err_ex(request_rec *r, apr_file_t *f, 119 AP_DECLARE(int) ap_scan_script_header_err_brigade(request_rec *r, 134 AP_DECLARE(int) ap_scan_script_header_err_brigade_ex(request_rec *r, 196 AP_DECLARE(int) ap_scan_script_header_err_core(request_rec *r, char *buffer, 213 AP_DECLARE(in [all...] |
H A D | httpd.h | 338 #ifndef AP_DECLARE 340 * Stuff marked #AP_DECLARE is part of the API, and intended for use 344 # define AP_DECLARE(type) type macro 350 * use by modules. The difference between #AP_DECLARE and 376 # define AP_CORE_DECLARE AP_DECLARE 417 AP_DECLARE(void) ap_get_server_revision(ap_version_t *version); 425 AP_DECLARE(const char *) ap_get_server_banner(void); 434 AP_DECLARE(const char *) ap_get_server_description(void); 441 AP_DECLARE(void) ap_add_version_component(apr_pool_t *pconf, const char *component); 447 AP_DECLARE(cons [all...] |
H A D | util_cookies.h | 68 AP_DECLARE(apr_status_t) ap_cookie_write(request_rec * r, const char *name, 85 AP_DECLARE(apr_status_t) ap_cookie_write2(request_rec * r, const char *name2, 100 AP_DECLARE(apr_status_t) ap_cookie_remove(request_rec * r, const char *name, 114 AP_DECLARE(apr_status_t) ap_cookie_remove2(request_rec * r, const char *name2, 127 AP_DECLARE(apr_status_t) ap_cookie_read(request_rec * r, const char *name, const char **val, 136 AP_DECLARE(apr_status_t) ap_cookie_check_string(const char *string);
|
H A D | ap_regex.h | 118 AP_DECLARE(const char *) ap_pcre_version_string(int which); 128 AP_DECLARE(int) ap_regcomp(ap_regex_t *preg, const char *regex, int cflags); 140 AP_DECLARE(int) ap_regexec(const ap_regex_t *preg, const char *string, 155 AP_DECLARE(int) ap_regexec_len(const ap_regex_t *preg, const char *buff, 166 AP_DECLARE(apr_size_t) ap_regerror(int errcode, const ap_regex_t *preg, 177 AP_DECLARE(int) ap_regname(const ap_regex_t *preg, 184 AP_DECLARE(void) ap_regfree(ap_regex_t *preg); 212 AP_DECLARE(ap_rxplus_t*) ap_rxplus_compile(apr_pool_t *pool, const char *pattern); 225 AP_DECLARE(int) ap_rxplus_exec(apr_pool_t *pool, ap_rxplus_t *rx, 234 AP_DECLARE(in [all...] |
H A D | scoreboard.h | 169 AP_DECLARE(int) ap_exists_scoreboard_image(void); 170 AP_DECLARE(void) ap_increment_counts(ap_sb_handle_t *sbh, request_rec *r); 172 AP_DECLARE(apr_status_t) ap_reopen_scoreboard(apr_pool_t *p, apr_shm_t **shm, int detached); 173 AP_DECLARE(void) ap_init_scoreboard(void *shared_score); 174 AP_DECLARE(int) ap_calc_scoreboard_size(void); 176 AP_DECLARE(void) ap_create_sb_handle(ap_sb_handle_t **new_sbh, apr_pool_t *p, 179 AP_DECLARE(int) ap_find_child_by_pid(apr_proc_t *pid); 180 AP_DECLARE(int) ap_update_child_status(ap_sb_handle_t *sbh, int status, request_rec *r); 181 AP_DECLARE(int) ap_update_child_status_from_indexes(int child_num, int thread_num, 183 AP_DECLARE(in [all...] |
H A D | util_fcgi.h | 151 AP_DECLARE(void) ap_fcgi_header_to_array(ap_fcgi_header *h, 159 AP_DECLARE(void) ap_fcgi_header_from_array(ap_fcgi_header *h, 171 AP_DECLARE(void) ap_fcgi_header_fields_from_array(unsigned char *version, 183 AP_DECLARE(void) ap_fcgi_begin_request_body_to_array(ap_fcgi_begin_request_body *h, 196 AP_DECLARE(void) ap_fcgi_fill_in_header(ap_fcgi_header *header, 208 AP_DECLARE(void) ap_fcgi_fill_in_request_body(ap_fcgi_begin_request_body *brb, 230 AP_DECLARE(apr_size_t) ap_fcgi_encoded_env_len(apr_table_t *env, 251 AP_DECLARE(apr_status_t) ap_fcgi_encode_env(request_rec *r,
|
H A D | util_filter.h | 296 AP_DECLARE(apr_status_t) ap_get_brigade(ap_filter_t *filter, 314 AP_DECLARE(apr_status_t) ap_pass_brigade(ap_filter_t *filter, 332 AP_DECLARE(apr_status_t) ap_pass_brigade_fchk(request_rec *r, 352 AP_DECLARE(ap_filter_rec_t *) ap_register_input_filter(const char *name, 358 AP_DECLARE(ap_filter_rec_t *) ap_register_output_filter(const char *name, 384 AP_DECLARE(ap_filter_rec_t *) ap_register_output_filter_protocol( 409 AP_DECLARE(ap_filter_t *) ap_add_input_filter(const char *name, void *ctx, 421 AP_DECLARE(ap_filter_t *) ap_add_input_filter_handle(ap_filter_rec_t *f, 431 AP_DECLARE(ap_filter_rec_t *) ap_get_input_filter_handle(const char *name); 445 AP_DECLARE(ap_filter_ [all...] |
H A D | util_varbuf.h | 80 AP_DECLARE(void) ap_varbuf_init(apr_pool_t *pool, struct ap_varbuf *vb, 96 AP_DECLARE(void) ap_varbuf_grow(struct ap_varbuf *vb, apr_size_t new_size); 106 AP_DECLARE(void) ap_varbuf_free(struct ap_varbuf *vb); 119 AP_DECLARE(void) ap_varbuf_strmemcat(struct ap_varbuf *vb, const char *str, 139 AP_DECLARE(char *) ap_varbuf_pdup(apr_pool_t *p, struct ap_varbuf *vb, 171 AP_DECLARE(apr_status_t) ap_varbuf_regsub(struct ap_varbuf *vb, 188 AP_DECLARE(apr_status_t) ap_varbuf_cfg_getline(struct ap_varbuf *vb,
|
H A D | http_connection.h | 76 AP_DECLARE(void) ap_lingering_close(conn_rec *c); 78 AP_DECLARE(int) ap_start_lingering_close(conn_rec *c); 139 AP_DECLARE(apr_bucket *) ap_bucket_eoc_make(apr_bucket *b); 147 AP_DECLARE(apr_bucket *) ap_bucket_eoc_create(apr_bucket_alloc_t *list);
|
H A D | mpm_common.h | 106 AP_DECLARE(void) ap_reclaim_child_processes(int terminate, 119 AP_DECLARE(void) ap_relieve_child_processes(ap_reclaim_callback_fn_t *mpm_callback); 132 AP_DECLARE(void) ap_register_extra_mpm_process(pid_t pid, ap_generation_t gen); 142 AP_DECLARE(int) ap_unregister_extra_mpm_process(pid_t pid, ap_generation_t *old_gen); 153 AP_DECLARE(apr_status_t) ap_mpm_safe_kill(pid_t pid, int sig); 163 AP_DECLARE(int) ap_process_child_status(apr_proc_t *pid, apr_exit_why_e why, int status); 165 AP_DECLARE(apr_status_t) ap_fatal_signal_setup(server_rec *s, apr_pool_t *in_pconf); 166 AP_DECLARE(apr_status_t) ap_fatal_signal_child_setup(server_rec *s); 186 AP_DECLARE(void) ap_wait_or_timeout(apr_exit_why_e *status, int *exitcode, 210 AP_DECLARE(uid_ [all...] |
H A D | ap_mpm.h | 108 AP_DECLARE(apr_status_t) ap_os_create_privileged_process( 196 AP_DECLARE(apr_status_t) ap_mpm_query(int query_code, int *result); 203 AP_DECLARE(apr_status_t) ap_mpm_resume_suspended(conn_rec *c); 205 AP_DECLARE(apr_status_t) ap_mpm_register_timed_callback(apr_time_t t, 222 AP_DECLARE(apr_status_t) ap_mpm_register_socket_callback(apr_socket_t **s, 243 AP_DECLARE(apr_status_t) ap_mpm_register_socket_callback_timeout(apr_socket_t **s, 252 AP_DECLARE(apr_status_t) ap_mpm_unregister_socket_callback(apr_socket_t **s,
|
H A D | http_core.h | 143 AP_DECLARE(int) ap_allow_options(request_rec *r); 150 AP_DECLARE(int) ap_allow_overrides(request_rec *r); 159 AP_DECLARE(const char *) ap_document_root(request_rec *r); 185 AP_DECLARE(const char *) ap_get_remote_host(conn_rec *conn, void *dir_config, int type, int *str_is_ip); 193 AP_DECLARE(const char *) ap_get_remote_logname(request_rec *r); 205 AP_DECLARE(char *) ap_construct_url(apr_pool_t *p, const char *uri, request_rec *r); 212 AP_DECLARE(const char *) ap_get_server_name(request_rec *r); 221 AP_DECLARE(const char *) ap_get_server_name_for_url(request_rec *r); 228 AP_DECLARE(apr_port_t) ap_get_server_port(const request_rec *r); 235 AP_DECLARE(apr_off_ [all...] |
/httpd/modules/arch/unix/ |
H A D | mod_unixd.h | 34 AP_DECLARE(int) ap_unixd_setup_child(void);
|
/httpd/server/ |
H A D | buildmark.c | 26 AP_DECLARE(const char *) ap_get_server_built()
|
H A D | util_debug.c | 40 AP_DECLARE(char *) ap_strchr(char *s, int c); 43 AP_DECLARE(char *) ap_strchr(char *s, int c) 50 AP_DECLARE(const char *) ap_strchr_c(const char *s, int c); 53 AP_DECLARE(const char *) ap_strchr_c(const char *s, int c) 60 AP_DECLARE(char *) ap_strrchr(char *s, int c); 63 AP_DECLARE(char *) ap_strrchr(char *s, int c) 70 AP_DECLARE(const char *) ap_strrchr_c(const char *s, int c); 73 AP_DECLARE(const char *) ap_strrchr_c(const char *s, int c) 80 AP_DECLARE(char *) ap_strstr(char *s, const char *c); 83 AP_DECLARE(cha [all...] |
/httpd/test/ |
H A D | test_find.c | 42 AP_DECLARE(void) ap_block_alarms(void) 47 AP_DECLARE(void) ap_unblock_alarms(void) 52 AP_DECLARE(void) ap_log_error(const char *file, int line, int level,
|
H A D | test_parser.c | 42 AP_DECLARE(void) ap_block_alarms(void) 47 AP_DECLARE(void) ap_unblock_alarms(void) 52 AP_DECLARE(void) ap_log_error(const char *file, int line, int level,
|