Searched refs:readdir_filename (Results 1 – 2 of 2) sorted by relevance
1990 if((sshc->readdir_filename = malloc(PATH_MAX+1)) == NULL) { in ssh_statemach_act()1996 Curl_safefree(sshc->readdir_filename); in ssh_statemach_act()2006 sshc->readdir_filename, in ssh_statemach_act()2016 sshc->readdir_filename[sshc->readdir_len] = '\0'; in ssh_statemach_act()2021 tmpLine = aprintf("%s\n", sshc->readdir_filename); in ssh_statemach_act()2041 Curl_debug(data, CURLINFO_DATA_OUT, sshc->readdir_filename, in ssh_statemach_act()2050 Curl_safefree(sshc->readdir_filename); in ssh_statemach_act()2064 Curl_safefree(sshc->readdir_filename); in ssh_statemach_act()2072 sshc->readdir_filename); in ssh_statemach_act()2081 Curl_safefree(sshc->readdir_filename); in ssh_statemach_act()[all …]
131 char *readdir_filename; member