Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_parsecfg.c88 char *pathalloc = NULL; in parseconfig() local
99 filename = pathalloc = curlrc; in parseconfig()
286 free(pathalloc); in parseconfig()
/third_party/curl/lib/
Dftp.h110 char *pathalloc; /* if non-NULL a pointer to an allocated path */ member
Dftp.c3366 Curl_safefree(ftp->pathalloc); in ftp_done()
3442 Curl_safefree(ftp->pathalloc); in ftp_done()
3915 free(ftp->pathalloc); in wc_statemach()
3916 ftp->pathalloc = ftp->path = tmp_path; in wc_statemach()