/httpd/modules/aaa/ |
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
|
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_access_compat.c | 78 static void *create_access_compat_dir_config(apr_pool_t *p, char *dummy) argument
|
H A D | mod_authn_core.c | 75 static void *create_authn_core_dir_config(apr_pool_t *p, char *dummy) argument
|
H A D | mod_authn_dbd.c | 50 static void *authn_dbd_cr_conf(apr_pool_t *pool, char *dummy) argument
|
H A D | mod_authz_dbd.c | 58 static void *authz_dbd_cr_cfg(apr_pool_t *pool, char *dummy) argument
|
/httpd/modules/arch/unix/ |
H A D | mod_systemd.c | 118 static const char *set_shutdown_timer(cmd_parms *cmd, void *dummy, argument
|
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
|
/httpd/modules/debugging/ |
H A D | mod_dumpio.c | 216 static const char *dumpio_enable_input(cmd_parms *cmd, void *dummy, int arg) argument 225 static const char *dumpio_enable_output(cmd_parms *cmd, void *dummy, int arg) argument
|
/httpd/modules/echo/ |
H A D | mod_echo.c | 45 static const char *echo_on(cmd_parms *cmd, void *dummy, int arg) argument
|
/httpd/modules/examples/ |
H A D | mod_case_filter.c | 107 static const char *CaseFilterEnable(cmd_parms *cmd, void *dummy, int arg) argument
|
H A D | mod_case_filter_in.c | 125 static const char *CaseFilterInEnable(cmd_parms *cmd, void *dummy, int arg) argument
|
/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;
|
H A D | mod_buffer.c | 297 static void *create_buffer_config(apr_pool_t *p, char *dummy) { argument
|
H A D | mod_request.c | 331 static void *create_request_dir_config(apr_pool_t *p, char *dummy) argument
|
H A D | mod_sed.c | 150 static apr_status_t sed_write_output(void *dummy, char *buf, int sz) argument 152 /* dummy is basically filter context. Context is passed during invocation 157 sed_filter_ctxt *ctx = (sed_filter_ctxt *) dummy;
|
/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/mappers/ |
H A D | mod_actions.c | 62 static void *create_action_dir_config(apr_pool_t *p, char *dummy) argument
|
/httpd/modules/metadata/ |
H A D | mod_env.c | 37 static void *create_env_dir_config(apr_pool_t *p, char *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/support/ |
H A D | logresolve.c | 212 char dummy[] = " " APR_EOL_STR; local 233 space = dummy;
|
/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/cache/ |
H A D | mod_file_cache.c | 206 static const char *cachefilehandle(cmd_parms *cmd, void *dummy, const char *filename) argument 217 static const char *cachefilemmap(cmd_parms *cmd, void *dummy, const char *filename) argument
|
/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
|