Lines Matching defs:opt_arg
476 const char *opt_arg;
518 while ((rv = apr_getopt(opt, AP_SERVER_BASEARGS, &c, &opt_arg))
525 *new = apr_pstrdup(pcommands, opt_arg);
530 *new = apr_pstrdup(pcommands, opt_arg);
534 def_server_root = opt_arg;
539 *new = apr_pstrdup(pcommands, opt_arg);
541 if (strcmp(opt_arg, "DUMP_VHOSTS") == 0)
544 else if (strcmp(opt_arg, "DUMP_RUN_CFG") == 0)
547 else if (strcmp(opt_arg, "DUMP_MODULES") == 0)
552 if (ap_parse_log_level(opt_arg, &ap_default_loglevel) != NULL)
557 temp_error_log = apr_pstrdup(process->pool, opt_arg);
566 confname = opt_arg;