/httpd/include/ |
H A D | ap_listen.h | 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, 143 void *dummy,
|
H A D | http_vhost.h | 58 * @param dummy NOT USED 62 void *dummy,
|
H A D | mpm_common.h | 344 const char *ap_mpm_set_max_requests(cmd_parms *cmd, void *dummy, 351 const char *ap_mpm_set_pidfile(cmd_parms *cmd, void *dummy, 360 const char *ap_mpm_set_coredumpdir(cmd_parms *cmd, void *dummy, 367 AP_DECLARE(const char *)ap_mpm_set_graceful_shutdown(cmd_parms *cmd, void *dummy, 379 extern const char *ap_mpm_set_max_mem_free(cmd_parms *cmd, void *dummy, 383 extern const char *ap_mpm_set_thread_stacksize(cmd_parms *cmd, void *dummy, 391 extern const char *ap_mpm_set_exception_hook(cmd_parms *cmd, void *dummy,
|
H A D | scoreboard.h | 217 const char *ap_set_scoreboard(cmd_parms *cmd, void *dummy, const char *arg); 218 const char *ap_set_extended_status(cmd_parms *cmd, void *dummy, int arg); 219 const char *ap_set_reqtail(cmd_parms *cmd, void *dummy, int arg);
|
H A D | util_mutex.h | 103 AP_DECLARE_NONSTD(const char *) ap_set_mutex(cmd_parms *cmd, void *dummy,
|
/httpd/modules/filters/ |
H A D | mod_reflector.c | 33 static int header_do(void *dummy, const char *key, const char *value) argument 35 request_rec *r = (request_rec *) dummy; 197 static const char *reflector_header(cmd_parms * cmd, void *dummy, const char *in, argument 200 reflector_cfg *cfg = (reflector_cfg *) dummy;
|
/httpd/modules/cache/ |
H A D | mod_cache.c | 1832 void *dummy; local 1857 apr_pool_userdata_get(&dummy, CACHE_CTX_KEY, r->pool); 1858 if (dummy) { 1859 cache_request_rec *cache = (cache_request_rec *) dummy; 1918 static void *create_dir_config(apr_pool_t *p, char *dummy) argument 2090 static const char *set_cache_quick_handler(cmd_parms *parms, void *dummy, argument 2104 static const char *set_cache_ignore_no_last_mod(cmd_parms *parms, void *dummy, argument 2107 cache_dir_conf *dconf = (cache_dir_conf *)dummy; 2116 void *dummy, int flag) 2128 static const char *set_cache_store_expired(cmd_parms *parms, void *dummy, argument 2115 set_cache_ignore_cachecontrol(cmd_parms *parms, void *dummy, int flag) argument 2138 set_cache_store_private(cmd_parms *parms, void *dummy, int flag) argument 2148 set_cache_store_nostore(cmd_parms *parms, void *dummy, int flag) argument 2158 add_ignore_header(cmd_parms *parms, void *dummy, const char *header) argument 2186 add_ignore_session_id(cmd_parms *parms, void *dummy, const char *identifier) argument 2214 add_cache_enable(cmd_parms *parms, void *dummy, const char *type, const char *url) argument 2271 add_cache_disable(cmd_parms *parms, void *dummy, const char *url) argument 2316 set_cache_maxex(cmd_parms *parms, void *dummy, const char *arg) argument 2326 set_cache_minex(cmd_parms *parms, void *dummy, const char *arg) argument 2336 set_cache_defex(cmd_parms *parms, void *dummy, const char *arg) argument 2346 set_cache_factor(cmd_parms *parms, void *dummy, const char *arg) argument 2360 set_cache_ignore_querystring(cmd_parms *parms, void *dummy, int flag) argument 2373 set_cache_lock(cmd_parms *parms, void *dummy, int flag) argument 2386 set_cache_lock_path(cmd_parms *parms, void *dummy, const char *arg) argument 2404 set_cache_lock_maxage(cmd_parms *parms, void *dummy, const char *arg) argument 2422 set_cache_x_cache(cmd_parms *parms, void *dummy, int flag) argument 2445 set_cache_x_cache_detail(cmd_parms *parms, void *dummy, int flag) argument 2468 set_cache_key_base_url(cmd_parms *parms, void *dummy, const char *arg) argument 2490 set_cache_stale_on_error(cmd_parms *parms, void *dummy, int flag) argument [all...] |
H A D | cache_util.c | 270 void *dummy; local 280 apr_pool_userdata_get(&dummy, CACHE_LOCKFILE_KEY, r->pool); 281 if (dummy) { 374 void *dummy; local 400 apr_pool_userdata_get(&dummy, CACHE_LOCKFILE_KEY, r->pool); 401 if (dummy) { 402 return apr_file_close((apr_file_t *)dummy); 404 apr_pool_userdata_get(&dummy, CACHE_LOCKNAME_KEY, r->pool); 405 lockname = (const char *)dummy;
|
/httpd/modules/core/ |
H A D | mod_so.c | 182 static const char *load_module(cmd_parms *cmd, void *dummy, argument 195 /* we need to setup this value for dummy to make sure that we don't try 199 *(ap_directive_t **)dummy = NULL; 327 static const char *load_file(cmd_parms *cmd, void *dummy, const char *filename) argument 401 static const char *load_file(cmd_parms *cmd, void *dummy, const char *filename) argument 408 static const char *load_module(cmd_parms *cmd, void *dummy, argument
|
/httpd/modules/debugging/ |
H A D | mod_firehose.c | 107 static apr_status_t filter_output_cleanup(void *dummy) argument 109 ap_filter_t *f = (ap_filter_t *) dummy; 114 static apr_status_t filter_input_cleanup(void *dummy) argument 116 ap_filter_t *f = (ap_filter_t *) dummy; 124 static apr_status_t pumpit_cleanup(void *dummy) argument 126 firehose_ctx_t *ctx = (firehose_ctx_t *) dummy; 584 void *dummy, const char *arg1, const char *arg2) 599 void *dummy, const char *arg1, const char *arg2) 613 static const char *firehose_enable_request_input(cmd_parms *cmd, void *dummy, argument 628 static const char *firehose_enable_request_output(cmd_parms *cmd, void *dummy, argument 583 firehose_enable_connection_input(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2) argument 598 firehose_enable_connection_output(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2) argument 643 firehose_enable_proxy_connection_input(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2) argument 658 firehose_enable_proxy_connection_output(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2) argument [all...] |
/httpd/modules/arch/unix/ |
H A D | mod_unixd.c | 210 unixd_set_user(cmd_parms *cmd, void *dummy, argument 238 unixd_set_group(cmd_parms *cmd, void *dummy, argument 253 unixd_set_chroot_dir(cmd_parms *cmd, void *dummy, argument 269 unixd_set_suexec(cmd_parms *cmd, void *dummy, int arg) argument
|
H A D | mod_systemd.c | 118 static const char *set_shutdown_timer(cmd_parms *cmd, void *dummy, argument
|
/httpd/support/ |
H A D | logresolve.c | 212 char dummy[] = " " APR_EOL_STR; local 233 space = dummy;
|
/httpd/modules/aaa/ |
H A D | mod_authz_user.c | 31 int dummy; /* just here to stop compiler warnings for now. */ member in struct:__anon71
|
H A D | mod_allowhandlers.c | 81 static void *ah_create_conf(apr_pool_t * p, char *dummy) argument
|
H A D | mod_allowmethods.c | 79 static void *am_create_conf(apr_pool_t *p, char *dummy) argument
|
/httpd/modules/http/ |
H A D | http_core.c | 51 static const char *set_keep_alive_timeout(cmd_parms *cmd, void *dummy, argument 78 static const char *set_keep_alive(cmd_parms *cmd, void *dummy, argument 90 static const char *set_keep_alive_max(cmd_parms *cmd, void *dummy, argument
|
/httpd/modules/proxy/ |
H A D | mod_proxy_fdpass.c | 179 apr_socket_t *dummy; local 180 /* Create a dummy unconnected socket, and set it as the one we were 184 rv = apr_socket_create(&dummy, APR_INET, SOCK_STREAM, APR_PROTO_TCP, 188 "failed to create dummy socket"); 191 ap_set_core_module_config(r->connection->conn_config, dummy);
|
/httpd/server/ |
H A D | core.c | 1211 static const char *set_access_name(cmd_parms *cmd, void *dummy, argument 1318 static int reset_config_defines(void *dummy) argument 1342 static const char *set_define(cmd_parms *cmd, void *dummy, argument 1367 static const char *unset_define(cmd_parms *cmd, void *dummy, argument 1397 static const char *generate_message(cmd_parms *cmd, void *dummy, argument 1443 static const char *set_gprof_dir(cmd_parms *cmd, void *dummy, const char *arg) argument 1478 static const char *set_document_root(cmd_parms *cmd, void *dummy, argument 2118 void *dummy, 2484 * Set a dummy value so that other directives notice that they are inside 2642 static const char *start_ifdefine(cmd_parms *cmd, void *dummy, cons argument 2117 ap_limit_section(cmd_parms *cmd, void *dummy, const char *arg) argument 2683 virtualhost_section(cmd_parms *cmd, void *dummy, const char *arg) argument 2736 set_server_alias(cmd_parms *cmd, void *dummy, const char *arg) argument 2759 set_accf_map(cmd_parms *cmd, void *dummy, const char *iproto, const char* iaccf) argument 2792 set_protocol(cmd_parms *cmd, void *dummy, const char *arg) argument 2811 set_server_string_slot(cmd_parms *cmd, void *dummy, const char *arg) argument 2837 server_hostname_port(cmd_parms *cmd, void *dummy, const char *arg) argument 2905 set_server_root(cmd_parms *cmd, void *dummy, const char *arg) argument 2923 set_runtime_dir(cmd_parms *cmd, void *dummy, const char *arg) argument 2941 set_timeout(cmd_parms *cmd, void *dummy, const char *arg) argument 2999 set_serverpath(cmd_parms *cmd, void *dummy, const char *arg) argument 3080 include_config(cmd_parms *cmd, void *dummy, const char *name) argument 3289 reset_banner(void *dummy) argument 3375 set_serv_tokens(cmd_parms *cmd, void *dummy, const char *arg) argument 3409 set_limit_req_line(cmd_parms *cmd, void *dummy, const char *arg) argument 3429 set_limit_req_fieldsize(cmd_parms *cmd, void *dummy, const char *arg) argument 3450 set_limit_req_fields(cmd_parms *cmd, void *dummy, const char *arg) argument 3639 set_recursion_limit(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2) argument 3762 set_trace_enable(cmd_parms *cmd, void *dummy, const char *arg1) argument 3784 set_http_protocol(cmd_parms *cmd, void *dummy, const char *arg) argument 3829 set_cl_head_zero(cmd_parms *cmd, void *dummy, int arg) argument 3842 set_expect_strict(cmd_parms *cmd, void *dummy, int arg) argument 3987 char dummy[2]; local 4053 set_errorlog(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2) argument 4102 set_errorlog_format(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2) argument 4156 set_merge_trailers(cmd_parms *cmd, void *dummy, int arg) argument 4821 reset_request_notes(void *dummy) argument [all...] |
H A D | mpm_common.c | 312 const char *ap_mpm_set_pidfile(cmd_parms *cmd, void *dummy, argument 334 const char *ap_mpm_set_max_requests(cmd_parms *cmd, void *dummy, argument 353 const char *ap_mpm_set_coredumpdir(cmd_parms *cmd, void *dummy, argument 382 void *dummy, 393 const char *ap_mpm_set_max_mem_free(cmd_parms *cmd, void *dummy, argument 413 const char *ap_mpm_set_thread_stacksize(cmd_parms *cmd, void *dummy, argument 381 ap_mpm_set_graceful_shutdown(cmd_parms *cmd, void *dummy, const char *arg) argument
|
/httpd/modules/loggers/ |
H A D | mod_log_config.c | 332 static const char *constant_item(request_rec *dummy, char *stuff) argument 1042 char dummy[2]; local 1044 dummy[0] = s[-1]; 1045 dummy[1] = '\0'; 1047 dummy, NULL); 1284 static const char *log_format(cmd_parms *cmd, void *dummy, const char *fmt, argument 1310 static const char *add_custom_log(cmd_parms *cmd, void *dummy, const char *fn, argument 1358 static const char *add_global_log(cmd_parms *cmd, void *dummy, const char *fn, argument 1373 ret = add_custom_log(cmd, dummy, fn, fmt, envclause); 1385 static const char *set_transfer_log(cmd_parms *cmd, void *dummy, argument 1391 set_buffered_logs_on(cmd_parms *parms, void *dummy, int flag) argument 1445 const char *dummy; local [all...] |
/httpd/modules/mappers/ |
H A D | mod_alias.c | 121 static const char *add_alias_internal(cmd_parms *cmd, void *dummy, argument 183 static const char *add_alias(cmd_parms *cmd, void *dummy, const char *fake, argument 188 return add_alias_internal(cmd, dummy, fake, real, 0); 192 alias_dir_conf *dirconf = (alias_dir_conf *) dummy; 221 static const char *add_alias_regex(cmd_parms *cmd, void *dummy, argument 224 return add_alias_internal(cmd, dummy, fake, real, 1);
|
H A D | mod_dir.c | 55 static const char *add_index(cmd_parms *cmd, void *dummy, const char *arg) argument 57 dir_config_rec *d = dummy; 143 static void *create_dir_config(apr_pool_t *p, char *dummy) argument
|
/httpd/modules/apreq/ |
H A D | filter.c | 126 char *dummy; local 127 apr_uint64_t content_length = apr_strtoi64(cl_header, &dummy, 10); 129 if (dummy == NULL || *dummy != 0) {
|
/httpd/modules/examples/ |
H A D | mod_case_filter.c | 107 static const char *CaseFilterEnable(cmd_parms *cmd, void *dummy, int arg) argument
|