Searched defs:opt_arg (Results 1 - 9 of 9) sorted by relevance
/httpd/support/ |
H A D | httxt2dbm.c | 180 const char *opt_arg; local 215 while ((rv = apr_getopt(opt, "vf::i::o::", &ch, &opt_arg)) == APR_SUCCESS) { 231 format = apr_pstrdup(pool, opt_arg); 239 input = apr_pstrdup(pool, opt_arg); 247 output = apr_pstrdup(pool, opt_arg);
|
H A D | passwd_common.c | 282 const char *opt_arg) 329 long num = strtol(opt_arg, &endptr, 10); 281 parse_common_options(struct passwd_ctx *ctx, char opt, const char *opt_arg) argument
|
H A D | htdbm.c | 325 const char *opt_arg; local 340 while ((rv = apr_getopt(state, "cnmspdBbtivxlC:T:", &opt, &opt_arg)) == APR_SUCCESS) { 362 h->type = apr_pstrdup(h->ctx.pool, opt_arg); 373 ret = parse_common_options(&h->ctx, opt, opt_arg);
|
H A D | htpasswd.c | 169 const char *opt_arg; local 176 while ((rv = apr_getopt(state, "cnmspdBbDiC:v", &opt, &opt_arg)) == APR_SUCCESS) { 192 ret = parse_common_options(ctx, opt, opt_arg);
|
H A D | rotatelogs.c | 568 const char *opt_arg; local 586 while ((rv = apr_getopt(opt, "lL:p:fDtvecn:", &c, &opt_arg)) == APR_SUCCESS) { 588 while ((rv = apr_getopt(opt, "lL:p:fDtven:", &c, &opt_arg)) == APR_SUCCESS) { 595 config.linkfile = opt_arg; 598 config.postrotate_prog = opt_arg; 625 config.num_files = atoi(opt_arg);
|
H A D | ab.c | 2128 const char *opt_arg; local 2173 ,&c, &opt_arg)) == APR_SUCCESS) { 2176 requests = atoi(opt_arg); 2188 concurrency = atoi(opt_arg); 2191 windowsize = atoi(opt_arg); 2199 gnuplot = xstrdup(opt_arg); 2205 csvperc = xstrdup(opt_arg); 2211 aprtimeout = apr_time_from_sec(atoi(opt_arg)); /* timeout value */ 2216 if (open_postfile(opt_arg) != APR_SUCCESS) { 2225 if (open_postfile(opt_arg) ! [all...] |
/httpd/server/ |
H A D | main.c | 476 const char *opt_arg; local 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, [all...] |
/httpd/server/mpm/netware/ |
H A D | mpm_netware.c | 1113 const char *opt_arg; local 1158 while (apr_getopt(opt, AP_SERVER_BASEARGS"n:", optbuf + 1, &opt_arg) == APR_SUCCESS) { 1161 if (opt_arg) { 1162 renamescreen(opt_arg); 1172 if (opt_arg) { 1173 *(const char **)apr_array_push(mpm_new_argv) = opt_arg;
|
/httpd/server/mpm/winnt/ |
H A D | mpm_winnt.c | 1011 const char *opt_arg; local 1144 optbuf + 1, &opt_arg)) == APR_SUCCESS) { 1157 opt_arg); 1161 signal_arg = opt_arg; 1171 if (opt_arg) { 1172 *(const char **)apr_array_push(mpm_new_argv) = opt_arg;
|
Completed in 1049 milliseconds