/httpd/include/ |
H A D | ap_listen.h | 116 AP_DECLARE_NONSTD(void) ap_close_listeners(void); 122 AP_DECLARE_NONSTD(void) ap_close_listeners_ex(ap_listen_rec *listeners); 127 AP_DECLARE_NONSTD(int) ap_close_selected_listeners(ap_slave_t *); 136 AP_DECLARE_NONSTD(const char *) ap_set_listenbacklog(cmd_parms *cmd, void *dummy, const char *arg); 137 AP_DECLARE_NONSTD(const char *) ap_set_listencbratio(cmd_parms *cmd, void *dummy, const char *arg); 138 AP_DECLARE_NONSTD(const char *) ap_set_listener(cmd_parms *cmd, void *dummy, 140 AP_DECLARE_NONSTD(const char *) ap_set_send_buffer_size(cmd_parms *cmd, void *dummy, 142 AP_DECLARE_NONSTD(const char *) ap_set_receive_buffer_size(cmd_parms *cmd,
|
H A D | ap_config.h | 62 * Core functions with variable arguments must use AP_DECLARE_NONSTD(). 71 * AP_DECLARE_NONSTD(), as they must use the C language calling convention. 74 * AP_DECLARE_NONSTD(rettype) ap_func(args [...]) 77 #define AP_DECLARE_NONSTD(type) type macro 93 #define AP_DECLARE_NONSTD(type) type macro 97 #define AP_DECLARE_NONSTD(type) __declspec(dllexport) type macro 101 #define AP_DECLARE_NONSTD(type) __declspec(dllimport) type macro
|
H A D | http_vhost.h | 61 AP_DECLARE_NONSTD(const char *)ap_set_name_virtual_host(cmd_parms *cmd,
|
H A D | util_mutex.h | 103 AP_DECLARE_NONSTD(const char *) ap_set_mutex(cmd_parms *cmd, void *dummy, 107 AP_DECLARE_NONSTD(void) ap_mutex_init(apr_pool_t *p);
|
H A D | util_script.h | 154 AP_DECLARE_NONSTD(int) ap_scan_script_header_err_strs(request_rec *r, 176 AP_DECLARE_NONSTD(int) ap_scan_script_header_err_strs_ex(request_rec *r,
|
H A D | mod_core.h | 82 AP_DECLARE_NONSTD(int) ap_send_http_trace(request_rec *r);
|
H A D | http_protocol.h | 423 AP_DECLARE_NONSTD(int) ap_rvputs(request_rec *r,...) 442 AP_DECLARE_NONSTD(int) ap_rprintf(request_rec *r, const char *fmt,...) 757 AP_DECLARE_NONSTD(apr_status_t) ap_byterange_filter(ap_filter_t *f, apr_bucket_brigade *b); 758 AP_DECLARE_NONSTD(apr_status_t) ap_http_header_filter(ap_filter_t *f, apr_bucket_brigade *b); 759 AP_DECLARE_NONSTD(apr_status_t) ap_content_length_filter(ap_filter_t *, 761 AP_DECLARE_NONSTD(apr_status_t) ap_old_write_filter(ap_filter_t *f, apr_bucket_brigade *b);
|
H A D | util_filter.h | 543 AP_DECLARE_NONSTD(apr_status_t) ap_filter_flush(apr_bucket_brigade *bb, 587 AP_DECLARE_NONSTD(apr_status_t) ap_fputstrs(ap_filter_t *f, 599 AP_DECLARE_NONSTD(apr_status_t) ap_fprintf(ap_filter_t *f,
|
H A D | http_config.h | 613 AP_DECLARE_NONSTD(const char *) ap_set_string_slot(cmd_parms *cmd, 624 AP_DECLARE_NONSTD(const char *) ap_set_int_slot(cmd_parms *cmd, 656 AP_DECLARE_NONSTD(const char *) ap_set_string_slot_lower(cmd_parms *cmd, 666 AP_DECLARE_NONSTD(const char *) ap_set_flag_slot(cmd_parms *cmd, 676 AP_DECLARE_NONSTD(const char *) ap_set_flag_slot_char(cmd_parms *cmd, 686 AP_DECLARE_NONSTD(const char *) ap_set_file_slot(cmd_parms *cmd, 701 AP_DECLARE_NONSTD(const char *) ap_set_deprecated(cmd_parms *cmd, 1368 AP_DECLARE_NONSTD(apr_status_t) ap_pool_cleanup_set_null(void *data);
|
H A D | ap_expr.h | 309 AP_DECLARE_NONSTD(int) ap_expr_lookup_default(ap_expr_lookup_parms *parms);
|
H A D | httpd.h | 347 #ifndef AP_DECLARE_NONSTD 349 * Stuff marked #AP_DECLARE_NONSTD is part of the API, and intended for 351 * #AP_DECLARE_NONSTD is that the latter is required for any functions 355 # define AP_DECLARE_NONSTD(type) type macro 385 # define AP_CORE_DECLARE_NONSTD AP_DECLARE_NONSTD
|
H A D | http_core.h | 267 AP_DECLARE_NONSTD(int) ap_core_translate(request_rec *r);
|
/httpd/docs/log-message-tags/ |
H A D | macros.h | 2 #define AP_DECLARE_NONSTD(x) x macro
|
/httpd/server/ |
H A D | listen.c | 873 AP_DECLARE_NONSTD(void) ap_close_listeners(void) 888 AP_DECLARE_NONSTD(void) ap_close_listeners_ex(ap_listen_rec *listeners) 897 AP_DECLARE_NONSTD(int) ap_close_selected_listeners(ap_slave_t *slave) 957 AP_DECLARE_NONSTD(const char *) ap_set_listener(cmd_parms *cmd, void *dummy, 1017 AP_DECLARE_NONSTD(const char *) ap_set_listenbacklog(cmd_parms *cmd, 1037 AP_DECLARE_NONSTD(const char *) ap_set_listencbratio(cmd_parms *cmd, 1057 AP_DECLARE_NONSTD(const char *) ap_set_send_buffer_size(cmd_parms *cmd, 1076 AP_DECLARE_NONSTD(const char *) ap_set_receive_buffer_size(cmd_parms *cmd,
|
H A D | util_filter.c | 676 AP_DECLARE_NONSTD(apr_status_t) ap_filter_flush(apr_bucket_brigade *bb, function 703 AP_DECLARE_NONSTD(apr_status_t) ap_fputstrs(ap_filter_t *f, function 715 AP_DECLARE_NONSTD(apr_status_t) ap_fprintf(ap_filter_t *f, function
|
H A D | util_mutex.c | 145 AP_DECLARE_NONSTD(void) ap_mutex_init(apr_pool_t *p) 164 AP_DECLARE_NONSTD(const char *)ap_set_mutex(cmd_parms *cmd, void *dummy,
|
H A D | util_script.c | 777 AP_DECLARE_NONSTD(int) ap_scan_script_header_err_strs_ex(request_rec *r, 799 AP_DECLARE_NONSTD(int) ap_scan_script_header_err_strs(request_rec *r,
|
H A D | config.c | 1442 AP_DECLARE_NONSTD(const char *) ap_set_string_slot(cmd_parms *cmd, 1453 AP_DECLARE_NONSTD(const char *) ap_set_int_slot(cmd_parms *cmd, 1472 AP_DECLARE_NONSTD(const char *) ap_set_string_slot_lower(cmd_parms *cmd, 1485 AP_DECLARE_NONSTD(const char *) ap_set_flag_slot(cmd_parms *cmd, 1496 AP_DECLARE_NONSTD(const char *) ap_set_flag_slot_char(cmd_parms *cmd, 1508 AP_DECLARE_NONSTD(const char *) ap_set_file_slot(cmd_parms *cmd, void *struct_ptr, 1530 AP_DECLARE_NONSTD(const char *) ap_set_deprecated(cmd_parms *cmd,
|
H A D | protocol.c | 1770 AP_DECLARE_NONSTD(int) ap_rprintf(request_rec *r, const char *fmt, ...) 1785 AP_DECLARE_NONSTD(int) ap_rvputs(request_rec *r, ...)
|
H A D | vhost.c | 252 AP_DECLARE_NONSTD(const char *)ap_set_name_virtual_host(cmd_parms *cmd,
|
H A D | util_expr_eval.c | 392 AP_DECLARE_NONSTD(int) ap_expr_lookup_default(ap_expr_lookup_parms *parms)
|
H A D | util.c | 2509 AP_DECLARE_NONSTD(apr_status_t) ap_pool_cleanup_set_null(void *data_) function
|
H A D | core.c | 4439 AP_DECLARE_NONSTD(int) ap_core_translate(request_rec *r)
|
/httpd/modules/http/ |
H A D | http_filters.c | 1005 AP_DECLARE_NONSTD(int) ap_send_http_trace(request_rec *r)
|