Searched refs:nfrom (Results 1 - 1 of 1) sorted by relevance
/httpd/support/ |
H A D | firehose.c | 234 char *nfrom, *nto, *from, *to; local 243 status = apr_filepath_merge(&nfrom, file->directory, from, 249 if (APR_SUCCESS == (status = apr_file_mtime_set(nfrom, file->end, pool))) { 250 if (APR_SUCCESS != (status = apr_file_rename(nfrom, nto, pool))) { 254 nfrom, nto, &status); 261 nfrom, file->end, &status);
|
Completed in 596 milliseconds