Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.c1882 if((sshc->readdir_filename = malloc(PATH_MAX+1)) == NULL) { in ssh_statemach_act()
1888 Curl_safefree(sshc->readdir_filename); in ssh_statemach_act()
1898 sshc->readdir_filename, in ssh_statemach_act()
1908 sshc->readdir_filename[sshc->readdir_len] = '\0'; in ssh_statemach_act()
1913 tmpLine = aprintf("%s\n", sshc->readdir_filename); in ssh_statemach_act()
1933 Curl_debug(data, CURLINFO_DATA_OUT, sshc->readdir_filename, in ssh_statemach_act()
1942 Curl_safefree(sshc->readdir_filename); in ssh_statemach_act()
1956 Curl_safefree(sshc->readdir_filename); in ssh_statemach_act()
1964 sshc->readdir_filename); in ssh_statemach_act()
1973 Curl_safefree(sshc->readdir_filename); in ssh_statemach_act()
[all …]
Dssh.h128 char *readdir_filename; member