/httpd/os/os2/ |
H A D | util_os2.c | 31 AP_DECLARE(apr_status_t) ap_os_create_privileged_process( function
|
/httpd/os/win32/ |
H A D | util_win32.c | 30 AP_DECLARE(apr_status_t) ap_os_proc_filepath(char **binpath, apr_pool_t *p) function 69 AP_DECLARE(apr_status_t) ap_os_create_privileged_process( function
|
H A D | ap_regkey.c | 30 AP_DECLARE(const ap_regkey_t *) ap_regkey_const(int i) 58 AP_DECLARE(apr_status_t) ap_regkey_open(ap_regkey_t **newkey, function 120 AP_DECLARE(apr_status_t) ap_regkey_close(ap_regkey_t *regkey) function 130 AP_DECLARE(apr_status_t) ap_regkey_remove(const ap_regkey_t *parent, function 179 AP_DECLARE(apr_status_t) ap_regkey_value_get(char **result, function 283 AP_DECLARE(apr_status_t) ap_regkey_value_set(ap_regkey_t *key, function 341 AP_DECLARE(apr_status_t) ap_regkey_value_raw_get(void **result, function 403 AP_DECLARE(apr_status_t) ap_regkey_value_raw_set(ap_regkey_t *key, function 443 AP_DECLARE(apr_status_t) ap_regkey_value_array_get(apr_array_header_t **result, function 525 AP_DECLARE(apr_status_ function 610 AP_DECLARE(apr_status_t) ap_regkey_value_remove(const ap_regkey_t *key, function [all...] |
/httpd/include/ |
H A D | ap_config.h | 60 * Apache Core dso functions are declared with AP_DECLARE(), so they may 64 * AP_DECLARE(rettype) ap_func(args) 67 #define AP_DECLARE(type) type macro 72 * @see AP_DECLARE 92 #define AP_DECLARE(type) type __stdcall macro 96 #define AP_DECLARE(type) __declspec(dllexport) type __stdcall macro 100 #define AP_DECLARE(type) __declspec(dllimport) type __stdcall macro
|
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...] |
/httpd/os/netware/ |
H A D | util_nw.c | 34 AP_DECLARE(apr_status_t) ap_os_create_privileged_process( function
|
/httpd/server/ |
H A D | provider.c | 35 AP_DECLARE(apr_status_t) ap_register_provider(apr_pool_t *pool, function 103 AP_DECLARE(void *) ap_lookup_provider(const char *provider_group, 131 AP_DECLARE(apr_array_header_t *) ap_list_provider_names(apr_pool_t *pool, 167 AP_DECLARE(apr_array_header_t *) ap_list_provider_groups(apr_pool_t *pool)
|
H A D | util_cookies.c | 40 AP_DECLARE(apr_status_t) ap_cookie_write(request_rec * r, const char *name, const char *val, function 82 AP_DECLARE(apr_status_t) ap_cookie_write2(request_rec * r, const char *name2, const char *val, function 120 AP_DECLARE(apr_status_t) ap_cookie_remove(request_rec * r, const char *name, const char *attrs, ...) function 148 AP_DECLARE(apr_status_t) ap_cookie_remove2(request_rec * r, const char *name2, const char *attrs2, ...) function 244 AP_DECLARE(apr_status_t) ap_cookie_read(request_rec * r, const char *name, const char **val, function 283 AP_DECLARE(apr_status_t) ap_cookie_check_string(const char *string) function
|
H A D | util_fcgi.c | 26 AP_DECLARE(void) ap_fcgi_header_to_array(ap_fcgi_header *h, 39 AP_DECLARE(void) ap_fcgi_header_from_array(ap_fcgi_header *h, 52 AP_DECLARE(void) ap_fcgi_header_fields_from_array(unsigned char *version, 68 AP_DECLARE(void) ap_fcgi_begin_request_body_to_array(ap_fcgi_begin_request_body *h, 81 AP_DECLARE(void) ap_fcgi_fill_in_header(ap_fcgi_header *header, 102 AP_DECLARE(void) ap_fcgi_fill_in_request_body(ap_fcgi_begin_request_body *brb, 116 AP_DECLARE(apr_size_t) ap_fcgi_encoded_env_len(apr_table_t *env, function 179 AP_DECLARE(apr_status_t) ap_fcgi_encode_env(request_rec *r, function
|
H A D | util_time.c | 146 AP_DECLARE(apr_status_t) ap_explode_recent_localtime(apr_time_exp_t * tm, function 152 AP_DECLARE(apr_status_t) ap_explode_recent_gmt(apr_time_exp_t * tm, function 158 AP_DECLARE(apr_status_t) ap_recent_ctime(char *date_str, apr_time_t t) function 164 AP_DECLARE(apr_status_t) ap_recent_ctime_ex(char *date_str, apr_time_t t, function 259 AP_DECLARE(apr_status_t) ap_recent_rfc822_date(char *date_str, apr_time_t t) function 310 AP_DECLARE(void) ap_force_set_tz(apr_pool_t *p) {
|
H A D | util_mutex.c | 49 AP_DECLARE(apr_status_t) ap_parse_mutex(const char *arg, apr_pool_t *pool, function 253 AP_DECLARE(apr_status_t) ap_mutex_register(apr_pool_t *pconf, function 406 AP_DECLARE(apr_status_t) ap_global_mutex_create(apr_global_mutex_t **mutex, function 453 AP_DECLARE(apr_status_t) ap_proc_mutex_create(apr_proc_mutex_t **mutex, function
|
H A D | util_pcre.c | 75 AP_DECLARE(const char *) ap_pcre_version_string(int which) 87 AP_DECLARE(apr_size_t) ap_regerror(int errcode, const ap_regex_t *preg, function 119 AP_DECLARE(void) ap_regfree(ap_regex_t *preg) 140 AP_DECLARE(int) ap_regcomp(ap_regex_t * preg, const char *pattern, int cflags) 187 AP_DECLARE(int) ap_regexec(const ap_regex_t *preg, const char *string, 195 AP_DECLARE(int) ap_regexec_len(const ap_regex_t *preg, const char *buff, 277 AP_DECLARE(int) ap_regname(const ap_regex_t *preg,
|
H A D | mpm_common.c | 194 AP_DECLARE(void) ap_wait_or_timeout(apr_exit_why_e *status, int *exitcode, 243 AP_DECLARE(uid_t) ap_uname2id(const char *name) function 261 AP_DECLARE(gid_t) ap_gname2id(const char *name) function 381 AP_DECLARE(const char *)ap_mpm_set_graceful_shutdown(cmd_parms *cmd, 433 AP_DECLARE(apr_status_t) ap_mpm_query(int query_code, int *result) function 554 AP_DECLARE(apr_status_t) ap_mpm_resume_suspended(conn_rec *c) { function 558 AP_DECLARE(apr_status_t) ap_mpm_register_timed_callback(apr_time_t t, ap_mpm_callback_fn_t *cbfn, void *baton) function 562 AP_DECLARE(apr_status_t) ap_mpm_register_socket_callback(apr_socket_t **s, apr_pool_t *p, int for_read, ap_mpm_callback_fn_t *cbfn, void *baton) function 566 AP_DECLARE(apr_status_t) ap_mpm_register_socket_callback_timeout(apr_socket_t **s, function 576 AP_DECLARE(apr_status_ function [all...] |
H A D | scoreboard.c | 132 AP_DECLARE(int) ap_calc_scoreboard_size(void) 144 AP_DECLARE(void) ap_init_scoreboard(void *shared_score) 257 AP_DECLARE(apr_status_t) ap_reopen_scoreboard(apr_pool_t *p, apr_shm_t **shm, function 356 AP_DECLARE(int) ap_exists_scoreboard_image(void) 361 AP_DECLARE(void) ap_increment_counts(ap_sb_handle_t *sb, request_rec *r) 391 AP_DECLARE(int) ap_find_child_by_pid(apr_proc_t *pid) 407 AP_DECLARE(void) ap_create_sb_handle(ap_sb_handle_t **new_sbh, apr_pool_t *p, 515 AP_DECLARE(int) ap_update_child_status_from_indexes(int child_num, 529 AP_DECLARE(int) ap_update_child_status(ap_sb_handle_t *sbh, int status, 541 AP_DECLARE(in [all...] |
H A D | util_filter.c | 193 AP_DECLARE(ap_filter_rec_t *)ap_get_output_filter_handle(const char *name) 198 AP_DECLARE(ap_filter_rec_t *)ap_get_input_filter_handle(const char *name) 246 AP_DECLARE(ap_filter_rec_t *) ap_register_input_filter(const char *name, 257 AP_DECLARE(ap_filter_rec_t *) ap_register_output_filter(const char *name, 266 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, 417 AP_DECLARE(ap_filter_t *) ap_add_input_filter_handle(ap_filter_rec_t *f, 427 AP_DECLARE(ap_filter_t *) ap_add_output_filter(const char *name, void *ctx, 435 AP_DECLARE(ap_filter_t *) ap_add_output_filter_handle(ap_filter_rec_t *f, 468 AP_DECLARE(voi 482 AP_DECLARE(apr_status_t) ap_remove_input_filter_byhandle(ap_filter_t *next, function 510 AP_DECLARE(apr_status_t) ap_remove_output_filter_byhandle(ap_filter_t *next, function 546 AP_DECLARE(apr_status_t) ap_get_brigade(ap_filter_t *next, function 564 AP_DECLARE(apr_status_t) ap_pass_brigade(ap_filter_t *next, function 602 AP_DECLARE(apr_status_t) ap_pass_brigade_fchk(request_rec *r, function 630 AP_DECLARE(apr_status_t) ap_save_brigade(ap_filter_t *f, function 694 AP_DECLARE(apr_status_t) ap_fflush(ap_filter_t *f, apr_bucket_brigade *bb) function [all...] |
H A D | listen.c | 687 AP_DECLARE(int) ap_setup_listeners(server_rec *s) 766 AP_DECLARE(apr_status_t) ap_duplicate_listeners(apr_pool_t *p, server_rec *s, function 914 AP_DECLARE(void) ap_listen_pre_config(void)
|
H A D | mpm_unix.c | 76 AP_DECLARE(void) ap_register_extra_mpm_process(pid_t pid, ap_generation_t gen) 86 AP_DECLARE(int) ap_unregister_extra_mpm_process(pid_t pid, ap_generation_t *old_gen) 176 AP_DECLARE(void) ap_reclaim_child_processes(int terminate, 273 AP_DECLARE(void) ap_relieve_child_processes(ap_reclaim_callback_fn_t *mpm_callback) 316 AP_DECLARE(apr_status_t) ap_mpm_safe_kill(pid_t pid, int sig) function 371 AP_DECLARE(int) ap_process_child_status(apr_proc_t *pid, apr_exit_why_e why, 432 AP_DECLARE(apr_status_t) ap_mpm_pod_open(apr_pool_t *p, ap_pod_t **pod) function 453 AP_DECLARE(apr_status_t) ap_mpm_pod_check(ap_pod_t *pod) function 472 AP_DECLARE(apr_status_t) ap_mpm_pod_close(ap_pod_t *pod) function 504 AP_DECLARE(apr_status_ function 547 AP_DECLARE(apr_status_t) ap_mpm_podx_close(ap_pod_t *pod) function 588 AP_DECLARE(apr_status_t) ap_mpm_podx_signal(ap_pod_t * pod, function 715 AP_DECLARE(apr_status_t) ap_mpm_pod_signal(ap_pod_t *pod) function 992 AP_DECLARE(apr_status_t) ap_fatal_signal_child_setup(server_rec *s) function 998 AP_DECLARE(apr_status_t) ap_fatal_signal_setup(server_rec *s, function [all...] |
H A D | protocol.c | 84 AP_DECLARE(void) ap_setup_make_content_type(apr_pool_t *pool) 107 AP_DECLARE(const char *)ap_make_content_type(request_rec *r, const char *type) 157 AP_DECLARE(void) ap_set_content_length(request_rec *r, apr_off_t clength) 171 AP_DECLARE(apr_time_t) ap_rationalize_mtime(request_rec *r, apr_time_t mtime) function 213 AP_DECLARE(apr_status_t) ap_rgetline_core(char **s, apr_size_t n, function 446 AP_DECLARE(apr_status_t) ap_rgetline(char **s, apr_size_t n, function 468 AP_DECLARE(int) ap_getline(char *s, int n, request_rec *r, int fold) 761 AP_DECLARE(void) ap_get_mime_headers_core(request_rec *r, apr_bucket_brigade *bb) 983 AP_DECLARE(void) ap_get_mime_headers(request_rec *r) 1285 AP_DECLARE(voi 1559 AP_DECLARE(apr_status_t) ap_send_fd(apr_file_t *fd, request_rec *r, function 1584 AP_DECLARE(apr_size_t) ap_send_mmap(apr_mmap_t *mm, function [all...] |
H A D | request.c | 126 AP_DECLARE(int) ap_process_request_internal(request_rec *r) 559 AP_DECLARE(int) ap_directory_walk(request_rec *r) 1348 AP_DECLARE(int) ap_location_walk(request_rec *r) 1550 AP_DECLARE(int) ap_file_walk(request_rec *r) 1746 AP_DECLARE(int) ap_if_walk(request_rec *r) 1994 AP_DECLARE(int) ap_some_auth_required(request_rec *r) 2004 AP_DECLARE(void) ap_clear_auth_internal(void) 2010 AP_DECLARE(void) ap_setup_auth_internal(apr_pool_t *ptemp) 2048 AP_DECLARE(apr_status_t) ap_register_auth_provider(apr_pool_t *pool, function 2063 AP_DECLARE(voi [all...] |
H A D | log.c | 133 AP_DECLARE(apr_file_t *) ap_piped_log_read_fd(piped_log *pl) 138 AP_DECLARE(apr_file_t *) ap_piped_log_write_fd(piped_log *pl) 175 AP_DECLARE(void) ap_open_stderr_log(apr_pool_t *p) 180 AP_DECLARE(apr_status_t) ap_replace_stderr_log(apr_pool_t *p, function 486 AP_DECLARE(void) ap_error_log2stderr(server_rec *s) { 826 AP_DECLARE(void) ap_register_log_hooks(apr_pool_t *p) 1263 AP_DECLARE(void) ap_log_error_(const char *file, int line, int module_index, 1275 AP_DECLARE(void) ap_log_perror_(const char *file, int line, int module_index, 1287 AP_DECLARE(void) ap_log_rerror_(const char *file, int line, int module_index, 1316 AP_DECLARE(voi 1571 AP_DECLARE(apr_status_t) ap_read_pid(apr_pool_t *p, const char *filename, function [all...] |
H A D | core.c | 715 AP_DECLARE(int) ap_allow_options(request_rec *r) 723 AP_DECLARE(int) ap_allow_overrides(request_rec *r) 737 AP_DECLARE(const char *) ap_auth_type(request_rec *r) 751 AP_DECLARE(const char *) ap_auth_name(request_rec *r) 765 AP_DECLARE(int) ap_satisfies(request_rec *r) 773 AP_DECLARE(const char *) ap_document_root(request_rec *r) /* Don't use this! */ 783 AP_DECLARE(const char *) ap_context_prefix(request_rec *r) 792 AP_DECLARE(const char *) ap_context_document_root(request_rec *r) 801 AP_DECLARE(void) ap_set_document_root(request_rec *r, const char *document_root) 807 AP_DECLARE(voi 1057 AP_DECLARE(apr_port_t) ap_get_server_port(const request_rec *r) function 1117 AP_DECLARE(apr_off_t) ap_get_limit_req_body(const request_rec *r) function 3577 AP_DECLARE(apr_size_t) ap_get_limit_xml_body(const request_rec *r) function 4827 AP_DECLARE(apr_size_t) ap_register_request_note(void) function 5136 AP_DECLARE(apr_uint32_t) ap_random_pick(apr_uint32_t min, apr_uint32_t max) function [all...] |
H A D | util.c | 105 AP_DECLARE(char *) ap_field_noparam(apr_pool_t *p, const char *intype) 123 AP_DECLARE(char *) ap_ht_time(apr_pool_t *p, apr_time_t t, const char *fmt, 189 AP_DECLARE(int) ap_strcmp_match(const char *str, const char *expected) 213 AP_DECLARE(int) ap_strcasecmp_match(const char *str, const char *expected) 243 AP_DECLARE(int) ap_os_is_path_absolute(apr_pool_t *p, const char *dir) 254 AP_DECLARE(int) ap_is_matchexp(const char *str) 278 AP_DECLARE(ap_regex_t *) ap_pregcomp(apr_pool_t *p, const char *pattern, 295 AP_DECLARE(void) ap_pregfree(apr_pool_t *p, ap_regex_t *reg) 305 AP_DECLARE(char *) ap_strcasestr(const char *s1, const char *s2) 344 AP_DECLARE(cons 485 AP_DECLARE(apr_status_t) ap_pregsub_ex(apr_pool_t *p, char **result, function 851 AP_DECLARE(apr_status_t) ap_pcfg_openfile(ap_configfile_t **ret_cfg, function 949 AP_DECLARE(apr_status_t) ap_cfg_getc(char *ch, ap_configfile_t *cfp) function 1092 AP_DECLARE(apr_status_t) ap_cfg_getline(char *buf, apr_size_t bufsize, function 1101 AP_DECLARE(apr_status_t) ap_varbuf_cfg_getline(struct ap_varbuf *vb, function 2069 AP_DECLARE(apr_size_t) ap_escape_errorlog_item(char *dest, const char *source, function 2435 AP_DECLARE(apr_status_t) ap_timeout_parameter_parse( function 2516 AP_DECLARE(apr_status_t) ap_str2_alnum(const char *src, char *dest) { function 2532 AP_DECLARE(apr_status_t) ap_pstr2_alnum(apr_pool_t *p, const char *src, function 2937 AP_DECLARE(apr_status_t) ap_varbuf_regsub(struct ap_varbuf *vb, function 3079 AP_DECLARE(apr_status_t) ap_password_validate(request_rec *r, function [all...] |
/httpd/docs/log-message-tags/ |
H A D | macros.h | 1 #define AP_DECLARE(x) x macro
|
/httpd/os/unix/ |
H A D | unixd.c | 57 AP_DECLARE(void) ap_unixd_set_rlimit(cmd_parms *cmd, struct rlimit **plimit, 195 AP_DECLARE(apr_status_t) ap_os_create_privileged_process( function 226 AP_DECLARE(apr_status_t) ap_unixd_set_proc_mutex_perms(apr_proc_mutex_t *pmutex) function 279 AP_DECLARE(apr_status_t) ap_unixd_set_global_mutex_perms(apr_global_mutex_t *gmutex) function 291 AP_DECLARE(apr_status_t) ap_unixd_accept(void **accepted, ap_listen_rec *lr, function
|
/httpd/modules/http/ |
H A D | http_protocol.c | 197 AP_DECLARE(int) ap_set_keepalive(request_rec *r) 309 AP_DECLARE(ap_condition_e) ap_condition_if_match(request_rec *r, function 331 AP_DECLARE(ap_condition_e) ap_condition_if_unmodified_since(request_rec *r, function 379 AP_DECLARE(ap_condition_e) ap_condition_if_none_match(request_rec *r, function 420 AP_DECLARE(ap_condition_e) ap_condition_if_modified_since(request_rec *r, function 470 AP_DECLARE(ap_condition_e) ap_condition_if_range(request_rec *r, function 528 AP_DECLARE(int) ap_meets_conditions(request_rec *r) 663 AP_DECLARE(void) ap_method_registry_init(apr_pool_t *p) 702 AP_DECLARE(int) ap_method_register(apr_pool_t *p, const char *methname) 931 AP_DECLARE(in [all...] |