Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.h164 const char *readdir_filename; /* points within readdir_attrs */ member
168 char *readdir_filename; member
Dssh.c1922 sshc->readdir_filename = malloc(PATH_MAX + 1); in ssh_statemach_act()
1923 if(!sshc->readdir_filename) { in ssh_statemach_act()
1930 Curl_safefree(sshc->readdir_filename); in ssh_statemach_act()
1940 sshc->readdir_filename, in ssh_statemach_act()
1950 sshc->readdir_filename[sshc->readdir_len] = '\0'; in ssh_statemach_act()
1955 tmpLine = aprintf("%s\n", sshc->readdir_filename); in ssh_statemach_act()
1975 Curl_debug(data, CURLINFO_DATA_OUT, sshc->readdir_filename, in ssh_statemach_act()
1984 Curl_safefree(sshc->readdir_filename); in ssh_statemach_act()
1998 Curl_safefree(sshc->readdir_filename); in ssh_statemach_act()
2006 sshc->readdir_filename); in ssh_statemach_act()
[all …]
Dssh-libssh.c1299 sshc->readdir_filename = sshc->readdir_attrs->name; in myssh_statemach_act()
1301 sshc->readdir_len = strlen(sshc->readdir_filename); in myssh_statemach_act()
1306 tmpLine = aprintf("%s\n", sshc->readdir_filename); in myssh_statemach_act()
1327 (char *)sshc->readdir_filename, in myssh_statemach_act()
1354 sshc->readdir_filename); in myssh_statemach_act()
1390 if(sshc->readdir_filename == NULL) in myssh_statemach_act()
1395 sshc->readdir_filename = sshc->readdir_tmp; in myssh_statemach_act()
1399 sshc->readdir_filename = sshc->readdir_link_attrs->name; in myssh_statemach_act()
1422 sshc->readdir_filename); in myssh_statemach_act()
1426 sshc->readdir_filename = NULL; in myssh_statemach_act()