Searched refs:acceptfail (Results 1 – 6 of 6) sorted by relevance
1056 if(rc && !sshc->acceptfail) { in myssh_statemach_act()1075 if(rc && !sshc->acceptfail) { in myssh_statemach_act()1091 if(rc && !sshc->acceptfail) { in myssh_statemach_act()1106 if(rc && !sshc->acceptfail) { in myssh_statemach_act()1121 if(rc && !sshc->acceptfail) { in myssh_statemach_act()1135 if(rc && !sshc->acceptfail) { in myssh_statemach_act()1152 if(!statvfs && !sshc->acceptfail) { in myssh_statemach_act()2658 sshc->acceptfail = FALSE; in sftp_quote()2667 sshc->acceptfail = TRUE; in sftp_quote()2832 sshc->acceptfail = FALSE; in sftp_quote_stat()[all …]
1501 sshc->acceptfail = FALSE; in ssh_statemach_act()1510 sshc->acceptfail = TRUE; in ssh_statemach_act()1697 sshc->acceptfail = FALSE; in ssh_statemach_act()1706 sshc->acceptfail = TRUE; in ssh_statemach_act()1721 if(rc && !sshc->acceptfail) { /* get those attributes */ in ssh_statemach_act()1739 !sshc->acceptfail) { in ssh_statemach_act()1768 !sshc->acceptfail) { in ssh_statemach_act()1823 if(rc && !sshc->acceptfail) { in ssh_statemach_act()1846 if(rc && !sshc->acceptfail) { in ssh_statemach_act()1867 if(rc && !sshc->acceptfail) { in ssh_statemach_act()[all …]
139 bool acceptfail; /* used by the SFTP_QUOTE (continue if member
6 acceptfail
3476 bool acceptfail = FALSE; in ftp_sendquote() local3487 acceptfail = TRUE; in ftp_sendquote()3498 if(!acceptfail && (ftpcode >= 400)) { in ftp_sendquote()