Home
last modified time | relevance | path

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

/third_party/curl/lib/vssh/
Dssh.h117 char *readdir_filename; member
177 const char *readdir_filename; /* points within readdir_attrs */ member
Dlibssh2.c2118 sshp->readdir_filename = malloc(PATH_MAX + 1); in ssh_statemach_act()
2119 if(!sshp->readdir_filename) { in ssh_statemach_act()
2126 Curl_safefree(sshp->readdir_filename); in ssh_statemach_act()
2137 sshp->readdir_filename, in ssh_statemach_act()
2147 sshp->readdir_filename[readdir_len] = '\0'; in ssh_statemach_act()
2151 sshp->readdir_filename, in ssh_statemach_act()
2165 Curl_debug(data, CURLINFO_DATA_IN, sshp->readdir_filename, in ssh_statemach_act()
2193 Curl_safefree(sshp->readdir_filename); in ssh_statemach_act()
2205 Curl_safefree(sshp->readdir_filename); in ssh_statemach_act()
2217 sshp->readdir_filename, in ssh_statemach_act()
[all …]
Dlibssh.c1430 sshc->readdir_filename = sshc->readdir_attrs->name; in myssh_statemach_act()
1432 sshc->readdir_len = strlen(sshc->readdir_filename); in myssh_statemach_act()
1437 tmpLine = aprintf("%s\n", sshc->readdir_filename); in myssh_statemach_act()
1456 Curl_debug(data, CURLINFO_DATA_OUT, (char *)sshc->readdir_filename, in myssh_statemach_act()
1475 sshc->readdir_filename); in myssh_statemach_act()
1518 if(!sshc->readdir_filename) in myssh_statemach_act()
1523 sshc->readdir_filename = sshc->readdir_tmp; in myssh_statemach_act()
1527 sshc->readdir_filename = sshc->readdir_link_attrs->name; in myssh_statemach_act()
1550 sshc->readdir_filename); in myssh_statemach_act()
1554 sshc->readdir_filename = NULL; in myssh_statemach_act()