Searched defs:nscp_path (Results 1 - 1 of 1) sorted by relevance

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

Completed in 751 milliseconds