Searched refs:virt (Results 1 - 4 of 4) sorted by relevance
/httpd/server/ |
H A D | log.c | 368 server_rec *virt, *q; local 449 for (virt = s_main->next; virt; virt = virt->next) { 450 if (virt->error_fname) { 451 for (q=s_main; q != virt; q = q->next) { 453 && strcmp(q->error_fname, virt->error_fname) == 0) { 458 if (q == virt) { 459 if (open_error_log(virt, [all...] |
H A D | config.c | 325 ap_conf_vector_t *virt) 327 /* Can reuse the 'virt' vector for the spine of it, since we don't 332 void **virt_vector = (void **)virt; 2261 server_rec *virt; local 2266 for (virt = main_server->next; virt; virt = virt->next) { 2268 virt->module_config); 2270 virt 324 merge_server_configs(apr_pool_t *p, ap_conf_vector_t *base, ap_conf_vector_t *virt) argument [all...] |
H A D | core.c | 487 core_server_config *virt = (core_server_config *)virtv; local 491 if (virt->ap_document_root) 492 conf->ap_document_root = virt->ap_document_root; 494 if (virt->access_name) 495 conf->access_name = virt->access_name; 497 /* XXX optimize to keep base->sec_ pointers if virt->sec_ array is empty */ 498 conf->sec_dir = apr_array_append(p, base->sec_dir, virt->sec_dir); 499 conf->sec_url = apr_array_append(p, base->sec_url, virt->sec_url); 501 if (virt->redirect_limit) 502 conf->redirect_limit = virt [all...] |
/httpd/modules/ssl/ |
H A D | mod_ssl_ct.c | 2631 ct_server_config *virt = (ct_server_config *)virtv; local 2634 conf = (ct_server_config *)apr_pmemdup(p, virt, sizeof(ct_server_config)); 2649 conf->proxy_awareness = (virt->proxy_awareness != PROXY_AWARENESS_UNSET) 2650 ? virt->proxy_awareness
|
Completed in 3344 milliseconds