Searched refs:new_readdir_line (Results 1 – 2 of 2) sorted by relevance
561 char *new_readdir_line; in myssh_statemach_act() local1407 new_readdir_line = Curl_saferealloc(sshc->readdir_line, in myssh_statemach_act()1409 if(!new_readdir_line) { in myssh_statemach_act()1415 sshc->readdir_line = new_readdir_line; in myssh_statemach_act()
643 char *new_readdir_line; in ssh_statemach_act() local2049 new_readdir_line = Curl_saferealloc(sshc->readdir_line, in ssh_statemach_act()2051 if(!new_readdir_line) { in ssh_statemach_act()2059 sshc->readdir_line = new_readdir_line; in ssh_statemach_act()