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

/httpd/modules/cache/
H A Dmod_cache_disk.c672 const char *str_to_copy; local
674 str_to_copy = dobj->hdrs.file ? dobj->hdrs.file : dobj->data.file;
675 if (str_to_copy) {
678 dir = apr_pstrdup(r->pool, str_to_copy);

Completed in 14 milliseconds