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

/httpd/modules/cache/
H A Dcache_storage.c693 const char *content_location, *content_location_key = NULL; local
723 content_location = apr_table_get(r->headers_out, "Content-Location");
724 if (content_location) {
726 != apr_uri_parse(r->pool, content_location,
729 != cache_canonicalise_key(r, r->pool, content_location,

Completed in 10 milliseconds