Searched refs:acceptfail (Results 1 – 6 of 6) sorted by relevance
1038 if(rc && !sshc->acceptfail) { in myssh_statemach_act()1057 if(rc && !sshc->acceptfail) { in myssh_statemach_act()1073 if(rc && !sshc->acceptfail) { in myssh_statemach_act()1088 if(rc && !sshc->acceptfail) { in myssh_statemach_act()1103 if(rc && !sshc->acceptfail) { in myssh_statemach_act()1117 if(rc && !sshc->acceptfail) { in myssh_statemach_act()1134 if(!statvfs && !sshc->acceptfail) { in myssh_statemach_act()2645 sshc->acceptfail = FALSE; in sftp_quote()2654 sshc->acceptfail = TRUE; in sftp_quote()2819 sshc->acceptfail = FALSE; in sftp_quote_stat()[all …]
1320 sshc->acceptfail = FALSE; in ssh_statemach_act()1329 sshc->acceptfail = TRUE; in ssh_statemach_act()1516 sshc->acceptfail = FALSE; in ssh_statemach_act()1525 sshc->acceptfail = TRUE; in ssh_statemach_act()1540 if(rc && !sshc->acceptfail) { /* get those attributes */ in ssh_statemach_act()1558 !sshc->acceptfail) { in ssh_statemach_act()1587 !sshc->acceptfail) { in ssh_statemach_act()1639 if(rc && !sshc->acceptfail) { in ssh_statemach_act()1662 if(rc && !sshc->acceptfail) { in ssh_statemach_act()1683 if(rc && !sshc->acceptfail) { in ssh_statemach_act()[all …]
137 bool acceptfail; /* used by the SFTP_QUOTE (continue if member
6 acceptfail
3443 bool acceptfail = FALSE; in ftp_sendquote() local3454 acceptfail = TRUE; in ftp_sendquote()3465 if(!acceptfail && (ftpcode >= 400)) { in ftp_sendquote()