Searched refs:nscp_host (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/dav/main/
H A Dmod_dav.c2661 const char *nscp_host = apr_table_get(r->headers_in, "Host"); local
2664 if (nscp_host != NULL && nscp_path != NULL)
2665 dest = apr_psprintf(r->pool, "http://%s%s", nscp_host, nscp_path);

Completed in 940 milliseconds