/httpd/modules/generators/ |
H A D | mod_suexec.c | 58 static const char *set_suexec_ugid(cmd_parms *cmd, void *mconfig, argument 61 suexec_config_t *cfg = (suexec_config_t *) mconfig;
|
/httpd/modules/metadata/ |
H A D | mod_version.c | 172 static const char *start_ifversion(cmd_parms *cmd, void *mconfig, argument 290 *(ap_directive_t **)mconfig = current; 294 *(ap_directive_t **)mconfig = NULL;
|
H A D | mod_usertrack.c | 281 static const char *set_cookie_enable(cmd_parms *cmd, void *mconfig, int arg) argument 283 cookie_dir_rec *dcfg = mconfig; 357 static const char *set_cookie_name(cmd_parms *cmd, void *mconfig, argument 360 cookie_dir_rec *dcfg = (cookie_dir_rec *) mconfig; 380 static const char *set_cookie_domain(cmd_parms *cmd, void *mconfig, argument 385 dcfg = (cookie_dir_rec *) mconfig; 407 static const char *set_cookie_style(cmd_parms *cmd, void *mconfig, argument 412 dcfg = (cookie_dir_rec *) mconfig;
|
H A D | mod_setenvif.c | 282 static const char *add_setenvif_core(cmd_parms *cmd, void *mconfig, argument 299 ? (sei_cfg_rec *) mconfig 404 static const char *add_setenvif(cmd_parms *cmd, void *mconfig, argument 415 return add_setenvif_core(cmd, mconfig, fname, args); 418 static const char *add_setenvifexpr(cmd_parms *cmd, void *mconfig, argument 432 ? (sei_cfg_rec *) mconfig 461 static const char *add_browser(cmd_parms *cmd, void *mconfig, const char *args) argument 463 return add_setenvif_core(cmd, mconfig, "User-Agent", args);
|
/httpd/modules/aaa/ |
H A D | mod_authn_core.c | 201 static const char *authaliassection(cmd_parms *cmd, void *mconfig, const char *arg) argument 298 static const char *set_authname(cmd_parms *cmd, void *mconfig, argument 301 authn_core_dir_conf *aconfig = (authn_core_dir_conf *)mconfig; 315 static const char *set_authtype(cmd_parms *cmd, void *mconfig, argument 318 authn_core_dir_conf *aconfig = (authn_core_dir_conf *)mconfig;
|
H A D | mod_authz_core.c | 250 static const char *authz_require_alias_section(cmd_parms *cmd, void *mconfig, argument 464 static const char *add_authz_section(cmd_parms *cmd, void *mconfig, argument 467 authz_core_dir_conf *conf = mconfig; 566 static const char *authz_merge_sections(cmd_parms *cmd, void *mconfig, argument 569 authz_core_dir_conf *conf = mconfig;
|
/httpd/modules/examples/ |
H A D | mod_example_hooks.c | 148 * AP_INIT_NO_ARGS("directive", function, mconfig, where, help) 150 * static const char *handle_NO_ARGS(cmd_parms *cmd, void *mconfig); 157 * AP_INIT_RAW_ARGS("directive", function, mconfig, where, help) 159 * static const char *handle_RAW_ARGS(cmd_parms *cmd, void *mconfig, 167 * AP_INIT_FLAG("directive", function, mconfig, where, help) 169 * static const char *handle_FLAG(cmd_parms *cmd, void *mconfig, int bool); 175 * AP_INIT_TAKE1("directive", function, mconfig, where, help) 177 * static const char *handle_TAKE1(cmd_parms *cmd, void *mconfig, 184 * AP_INIT_TAKE2("directive", function, mconfig, where, help) 186 * static const char *handle_TAKE2(cmd_parms *cmd, void *mconfig, 347 trace_startup(apr_pool_t *p, server_rec *s, x_cfg *mconfig, const char *note) argument 521 cmd_example(cmd_parms *cmd, void *mconfig) argument [all...] |
/httpd/modules/filters/ |
H A D | mod_reqtimeout.c | 577 static const char *set_reqtimeouts(cmd_parms *cmd, void *mconfig, argument
|
H A D | mod_include.c | 4045 static const char *set_xbithack(cmd_parms *cmd, void *mconfig, const char *arg) argument 4047 include_dir_config *conf = mconfig; 4065 static const char *set_default_start_tag(cmd_parms *cmd, void *mconfig, argument 4085 static const char *set_default_end_tag(cmd_parms *cmd, void *mconfig, argument 4105 static const char *set_undefined_echo(cmd_parms *cmd, void *mconfig, argument 4108 include_dir_config *conf = mconfig; 4114 static const char *set_default_error_msg(cmd_parms *cmd, void *mconfig, argument 4117 include_dir_config *conf = mconfig; 4123 static const char *set_default_time_fmt(cmd_parms *cmd, void *mconfig, argument 4126 include_dir_config *conf = mconfig; [all...] |
/httpd/modules/proxy/ |
H A D | mod_proxy_scgi.c | 607 static const char *scgi_set_send_file(cmd_parms *cmd, void *mconfig, argument 610 scgi_config *conf=mconfig; 625 static const char *scgi_set_internal_redirect(cmd_parms *cmd, void *mconfig, argument 628 scgi_config *conf = mconfig;
|
H A D | mod_proxy.c | 2383 static const char *proxysection(cmd_parms *cmd, void *mconfig, const char *arg) argument
|
/httpd/modules/lua/ |
H A D | mod_lua.c | 996 void *mconfig, 1087 current = mconfig; 994 register_named_block_function_hook(const char *name, cmd_parms *cmd, void *mconfig, const char *line) argument
|
/httpd/server/ |
H A D | config.c | 844 void *mconfig, const char *args, 881 return cmd->AP_RAW_ARGS(parms, mconfig, args); 897 return cmd->AP_TAKE_ARGV(parms, mconfig, argc, argv); 905 return cmd->AP_NO_ARGS(parms, mconfig); 914 return cmd->AP_TAKE1(parms, mconfig, w); 924 return cmd->AP_TAKE2(parms, mconfig, w, w2); 934 return cmd->AP_TAKE2(parms, mconfig, w, *w2 ? w2 : NULL); 945 return cmd->AP_TAKE3(parms, mconfig, w, w2, w3); 957 return cmd->AP_TAKE3(parms, mconfig, w, w2, w3); 969 return cmd->AP_TAKE3(parms, mconfig, 843 invoke_cmd(const command_rec *cmd, cmd_parms *parms, void *mconfig, const char *args, ap_directive_t *parent) argument [all...] |
H A D | core.c | 1934 static const char *set_etag_bits(cmd_parms *cmd, void *mconfig, argument 1946 cfg = (core_dir_config *)mconfig; 2195 static const char *dirsection(cmd_parms *cmd, void *mconfig, const char *arg) argument 2297 static const char *urlsection(cmd_parms *cmd, void *mconfig, const char *arg) argument 2369 static const char *filesection(cmd_parms *cmd, void *mconfig, const char *arg) argument 2443 ap_add_file_conf(cmd->pool, (core_dir_config *)mconfig, new_file_conf); 2460 static const char *ifsection(cmd_parms *cmd, void *mconfig, const char *arg) argument 2528 errmsg = ap_add_if_conf(cmd->pool, (core_dir_config *)mconfig, new_if_conf); 2589 static const char *start_ifmod(cmd_parms *cmd, void *mconfig, const char *arg) argument 2618 *(ap_directive_t **)mconfig [all...] |