/httpd/modules/metadata/ |
H A D | mod_version.c | 173 const char *arg1, const char *arg2, 182 if (!arg2) { 183 arg2 = arg1; 188 if (!arg3 && *arg2 == '>' && !arg2[1]) { 190 arg2 = arg1; 197 endp = arg2 + strlen(arg2); 198 if ( endp == arg2 222 if (*arg2 ! 172 start_ifversion(cmd_parms *cmd, void *mconfig, const char *arg1, const char *arg2, const char *arg3) argument [all...] |
/httpd/modules/loggers/ |
H A D | mod_log_debug.c | 185 const char *arg2, const char *arg3) 192 args[0] = arg2; 184 cmd_log_message(cmd_parms *cmd, void *dconf_, const char *arg1, const char *arg2, const char *arg3) argument
|
/httpd/os/unix/ |
H A D | unixd.c | 59 const char * arg2, int type) 91 if (arg2 && (*(str = ap_getword_conf(cmd->temp_pool, &arg2)) != '\0')) { 57 ap_unixd_set_rlimit(cmd_parms *cmd, struct rlimit **plimit, const char *arg, const char * arg2, int type) argument
|
/httpd/modules/mappers/ |
H A D | mod_alias.c | 229 const char *arg1, const char *arg2, 239 const char *fake = arg2; 273 if (grokarg1 && arg2 && !arg3 && HTTP_GONE != status) { 277 ap_expr_parse_cmd(cmd, arg2, AP_EXPR_FLAG_STRING_RESULT, 281 "Cannot parse redirect expression '", arg2, "': ", expr_err, 291 else if (grokarg1 && !arg2 && HTTP_GONE == status) { 299 else if (!grokarg1 && !arg2) { 326 url = arg2; 362 const char *arg1, const char *arg2, 365 return add_redirect_internal(cmd, dirconf, arg1, arg2, arg 227 add_redirect_internal(cmd_parms *cmd, alias_dir_conf *dirconf, const char *arg1, const char *arg2, const char *arg3, int use_regex) argument 361 add_redirect(cmd_parms *cmd, void *dirconf, const char *arg1, const char *arg2, const char *arg3) argument 368 add_redirect2(cmd_parms *cmd, void *dirconf, const char *arg1, const char *arg2) argument 374 add_redirect_regex(cmd_parms *cmd, void *dirconf, const char *arg1, const char *arg2, const char *arg3) argument [all...] |
/httpd/modules/debugging/ |
H A D | mod_firehose.c | 542 const char *arg2, proxy_enum proxy, direction_enum direction, 545 const char *name = arg2 ? arg2 : arg1; 560 if (arg2) { 584 void *dummy, const char *arg1, const char *arg2) 593 return firehose_enable_connection(cmd, arg1, arg2, FIREHOSE_NORMAL, 599 void *dummy, const char *arg1, const char *arg2) 608 return firehose_enable_connection(cmd, arg1, arg2, FIREHOSE_NORMAL, 614 const char *arg1, const char *arg2) 623 return firehose_enable_connection(cmd, arg1, arg2, FIREHOSE_NORMA 541 firehose_enable_connection(cmd_parms *cmd, const char *arg1, const char *arg2, proxy_enum proxy, direction_enum direction, request_enum request) 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 613 firehose_enable_request_input(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2) argument 628 firehose_enable_request_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/filters/ |
H A D | mod_deflate.c | 264 const char *arg1, const char *arg2) 269 if (arg2 == NULL) { 273 c->note_ratio_name = apr_pstrdup(cmd->pool, arg2); 276 c->note_input_name = apr_pstrdup(cmd->pool, arg2); 279 c->note_output_name = apr_pstrdup(cmd->pool, arg2); 263 deflate_set_note(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2) argument
|
/httpd/modules/ssl/ |
H A D | ssl_engine_config.c | 538 const char *arg2, 544 int arg2len = strlen(arg2); 568 if ((arg2len > 5) && strEQn(arg2, "file:", 5)) { 570 seed->cpPath = ap_server_root_relative(mc->pPool, arg2+5); 572 else if ((arg2len > 5) && strEQn(arg2, "exec:", 5)) { 574 seed->cpPath = ap_server_root_relative(mc->pPool, arg2+5); 576 else if ((arg2len > 4) && strEQn(arg2, "egd:", 4)) { 578 seed->cpPath = ap_server_root_relative(mc->pPool, arg2+4); 580 else if (strcEQ(arg2, "builtin")) { 586 seed->cpPath = ap_server_root_relative(mc->pPool, arg2); 535 ssl_cmd_SSLRandomSeed(cmd_parms *cmd, void *dcfg, const char *arg1, const char *arg2, const char *arg3) argument 1833 ssl_cmd_SSLOpenSSLConfCmd(cmd_parms *cmd, void *dcfg, const char *arg1, const char *arg2) argument [all...] |
/httpd/server/ |
H A D | util_expr_eval.c | 548 const ap_expr_t *arg2, ap_expr_parse_ctx_t *ctx) 552 arg2); 557 args = ap_expr_make(op_BinaryOpArgs, arg1, arg2, ctx); 620 /* arg1: string, arg2: expr */ 637 /* arg1: expr, arg2: expr */ 707 /* arg1: pointer, arg2: pointer */ 1680 const char *arg2) 1728 const char *arg1, const char *arg2) 1730 return (APR_SUCCESS == apr_fnmatch(arg2, arg1, APR_FNM_PATHNAME)); 1734 const char *arg1, const char *arg2) 547 ap_expr_binary_op_make(const char *name, const ap_expr_t *arg1, const ap_expr_t *arg2, ap_expr_parse_ctx_t *ctx) argument 1679 op_ipmatch(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg1, const char *arg2) argument 1727 op_fnmatch(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg1, const char *arg2) argument 1733 op_strmatch(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg1, const char *arg2) argument 1739 op_strcmatch(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg1, const char *arg2) argument [all...] |
H A D | core.c | 3590 const char *arg, const char *arg2) 3601 const char *arg, const char *arg2) 3605 ap_unixd_set_rlimit(cmd, &conf->limit_cpu, arg, arg2, RLIMIT_CPU); 3612 const char *arg, const char * arg2) 3617 ap_unixd_set_rlimit(cmd, &conf->limit_mem, arg, arg2 ,RLIMIT_AS); 3619 ap_unixd_set_rlimit(cmd, &conf->limit_mem, arg, arg2, RLIMIT_DATA); 3621 ap_unixd_set_rlimit(cmd, &conf->limit_mem, arg, arg2, RLIMIT_VMEM); 3630 const char *arg, const char * arg2) 3634 ap_unixd_set_rlimit(cmd, &conf->limit_nproc, arg, arg2, RLIMIT_NPROC); 3640 const char *arg1, const char *arg2) 3589 no_set_limit(cmd_parms *cmd, void *conf_, const char *arg, const char *arg2) argument 3600 set_limit_cpu(cmd_parms *cmd, void *conf_, const char *arg, const char *arg2) argument 3611 set_limit_mem(cmd_parms *cmd, void *conf_, const char *arg, const char * arg2) argument 3629 set_limit_nproc(cmd_parms *cmd, void *conf_, const char *arg, const char * arg2) argument 3639 set_recursion_limit(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2) argument 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 [all...] |