Searched refs:readdir_linkPath (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dssh.h132 char *readdir_linkPath; member in struct:ssh_conn
H A Dssh.c1918 sshc->readdir_linkPath = malloc(PATH_MAX + 1);
1919 if(sshc->readdir_linkPath == NULL) {
1927 snprintf(sshc->readdir_linkPath, PATH_MAX, "%s%s", sftp_scp->path,
1959 sshc->readdir_linkPath,
1960 curlx_uztoui(strlen(sshc->readdir_linkPath)),
1967 Curl_safefree(sshc->readdir_linkPath);
2540 Curl_safefree(sshc->readdir_linkPath);

Completed in 105 milliseconds