Searched refs:pathalloc (Results 1 – 3 of 3) sorted by relevance
83 char *pathalloc = NULL; in parseconfig() local91 pathalloc = curl_maprintf("%s%s.curlrc", home, DIR_CHAR); in parseconfig()92 if(!pathalloc) { in parseconfig()96 filename = pathalloc; in parseconfig()104 curl_free(pathalloc); in parseconfig()106 pathalloc = curl_maprintf("%s%s%ccurlrc", home, DIR_CHAR, prefix); in parseconfig()107 if(!pathalloc) { in parseconfig()113 file = fopen(pathalloc, FOPEN_READTEXT); in parseconfig()115 filename = pathalloc; in parseconfig()302 curl_free(pathalloc); in parseconfig()
105 char *pathalloc; /* if non-NULL a pointer to an allocated path */ member
3357 Curl_safefree(ftp->pathalloc); in ftp_done()3842 free(ftp->pathalloc); in wc_statemach()3843 ftp->pathalloc = ftp->path = tmp_path; in wc_statemach()