Searched refs:Curl_rename (Results 1 – 4 of 4) sorted by relevance
25 int Curl_rename(const char *oldpath, const char *newpath);
39 int Curl_rename(const char *oldpath, const char *newpath) in Curl_rename() function
369 if(!result && Curl_rename(tempstore, file)) in Curl_altsvc_save()
1584 if(Curl_rename(tempstore, filename)) { in cookie_output()