Searched defs:dummy (Results 1 - 25 of 97) sorted by relevance

1234

/httpd/modules/aaa/
H A Dmod_allowhandlers.c81 static void *ah_create_conf(apr_pool_t * p, char *dummy) argument
H A Dmod_allowmethods.c79 static void *am_create_conf(apr_pool_t *p, char *dummy) argument
H A Dmod_authz_user.c31 int dummy; /* just here to stop compiler warnings for now. */ member in struct:__anon71
H A Dmod_access_compat.c78 static void *create_access_compat_dir_config(apr_pool_t *p, char *dummy) argument
H A Dmod_authn_core.c75 static void *create_authn_core_dir_config(apr_pool_t *p, char *dummy) argument
H A Dmod_authn_dbd.c50 static void *authn_dbd_cr_conf(apr_pool_t *pool, char *dummy) argument
H A Dmod_authz_dbd.c58 static void *authz_dbd_cr_cfg(apr_pool_t *pool, char *dummy) argument
/httpd/modules/arch/unix/
H A Dmod_systemd.c118 static const char *set_shutdown_timer(cmd_parms *cmd, void *dummy, argument
H A Dmod_unixd.c210 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 Dmod_dumpio.c216 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 Dmod_echo.c45 static const char *echo_on(cmd_parms *cmd, void *dummy, int arg) argument
/httpd/modules/examples/
H A Dmod_case_filter.c107 static const char *CaseFilterEnable(cmd_parms *cmd, void *dummy, int arg) argument
H A Dmod_case_filter_in.c125 static const char *CaseFilterInEnable(cmd_parms *cmd, void *dummy, int arg) argument
/httpd/modules/filters/
H A Dmod_reflector.c33 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 Dmod_buffer.c297 static void *create_buffer_config(apr_pool_t *p, char *dummy) { argument
H A Dmod_request.c331 static void *create_request_dir_config(apr_pool_t *p, char *dummy) argument
H A Dmod_sed.c150 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 Dhttp_core.c51 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 Dmod_actions.c62 static void *create_action_dir_config(apr_pool_t *p, char *dummy) argument
/httpd/modules/metadata/
H A Dmod_env.c37 static void *create_env_dir_config(apr_pool_t *p, char *dummy) argument
/httpd/modules/proxy/
H A Dmod_proxy_fdpass.c179 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 Dlogresolve.c212 char dummy[] = " " APR_EOL_STR; local
233 space = dummy;
/httpd/modules/apreq/
H A Dfilter.c126 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 Dmod_file_cache.c206 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 Dmod_so.c182 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

Completed in 1894 milliseconds

1234