Searched defs:pcommands (Results 1 - 1 of 1) sorted by relevance
/httpd/server/ |
H A D | main.c | 472 apr_pool_t *pcommands; /* Pool for -D, -C and -c switches */ local 498 apr_pool_create(&pcommands, ap_pglobal); 499 apr_pool_tag(pcommands, "pcommands"); 500 ap_server_pre_read_config = apr_array_make(pcommands, 1, sizeof(char *)); 501 ap_server_post_read_config = apr_array_make(pcommands, 1, sizeof(char *)); 502 ap_server_config_defines = apr_array_make(pcommands, 1, sizeof(char *)); 516 apr_getopt_init(&opt, pcommands, process->argc, process->argv); 525 *new = apr_pstrdup(pcommands, opt_arg); 530 *new = apr_pstrdup(pcommands, opt_ar [all...] |
Completed in 769 milliseconds