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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dssh.h124 char *readdir_longentry; member in struct:ssh_conn
H A Dssh.c1738 if((sshc->readdir_longentry = malloc(PATH_MAX+1)) == NULL) {
1752 sshc->readdir_longentry,
1790 sshc->readdir_currLen = (int)strlen(sshc->readdir_longentry);
1796 Curl_safefree(sshc->readdir_longentry);
1797 sshc->readdir_longentry = NULL;
1803 memcpy(sshc->readdir_line, sshc->readdir_longentry,
1812 Curl_safefree(sshc->readdir_longentry);
1813 sshc->readdir_longentry = NULL;
1831 Curl_safefree(sshc->readdir_longentry);
1832 sshc->readdir_longentry
[all...]

Completed in 104 milliseconds