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

/httpd/modules/proxy/
H A Dmod_proxy_http.c608 const char *tmpfile_name; local
610 if (apr_file_name_get(&tmpfile_name, tmpfile) != APR_SUCCESS) {
611 tmpfile_name = "(unknown)";
615 tmpfile_name);

Completed in 16 milliseconds