Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.c715 char *new_readdir_line; in ssh_statemach_act() local
2115 new_readdir_line = Curl_saferealloc(sshc->readdir_line, in ssh_statemach_act()
2117 if(!new_readdir_line) { in ssh_statemach_act()
2125 sshc->readdir_line = new_readdir_line; in ssh_statemach_act()