Searched refs:readdir_line (Results 1 – 3 of 3) sorted by relevance
1444 sshc->readdir_line = calloc(sshc->readdir_totalLen, 1); in myssh_statemach_act()1445 if(!sshc->readdir_line) { in myssh_statemach_act()1451 memcpy(sshc->readdir_line, sshc->readdir_longentry, in myssh_statemach_act()1517 new_readdir_line = Curl_saferealloc(sshc->readdir_line, in myssh_statemach_act()1520 sshc->readdir_line = NULL; in myssh_statemach_act()1525 sshc->readdir_line = new_readdir_line; in myssh_statemach_act()1527 sshc->readdir_currLen += msnprintf(sshc->readdir_line + in myssh_statemach_act()1542 sshc->readdir_currLen += msnprintf(sshc->readdir_line + in myssh_statemach_act()1547 sshc->readdir_line, in myssh_statemach_act()1554 Curl_debug(data, CURLINFO_DATA_OUT, sshc->readdir_line, in myssh_statemach_act()[all …]
137 char *readdir_line; member
2236 sshc->readdir_line = NULL; in ssh_statemach_act()2851 Curl_safefree(sshc->readdir_line); in ssh_statemach_act()