Home
last modified time | relevance | path

Searched refs:pathalloc (Results 1 – 3 of 3) sorted by relevance

/curl/src/
H A Dtool_parsecfg.c56 char *pathalloc = NULL; in parseconfig() local
67 filename = pathalloc = curlrc; in parseconfig()
256 free(pathalloc); in parseconfig()
/curl/lib/
H A Dftp.h110 char *pathalloc; /* if non-NULL a pointer to an allocated path */ member
H A Dftp.c3502 Curl_safefree(ftp->pathalloc); in ftp_done()
3571 Curl_safefree(ftp->pathalloc); in ftp_done()
4051 free(ftp->pathalloc); in wc_statemach()
4052 ftp->pathalloc = ftp->path = tmp_path; in wc_statemach()

Completed in 15 milliseconds