Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.h108 char *pathalloc; /* if non-NULL a pointer to an allocated path */ member
Dftp.c3345 Curl_safefree(ftp->pathalloc); in ftp_done()
3835 free(ftp->pathalloc); in wc_statemach()
3836 ftp->pathalloc = ftp->path = tmp_path; in wc_statemach()