Home | History | Annotate | Download | only in lib

Lines Matching full:instate

123                                 bool init, ftpstate instate);
1717 ftpstate instate)
1726 switch(instate) {
1769 state(conn, instate);
1776 switch(instate) {
2244 ftpstate instate)
2260 if(instate == FTP_TYPE)
2262 else if(instate == FTP_LIST_TYPE)
2264 else if(instate == FTP_RETR_TYPE)
2266 else if(instate == FTP_STOR_TYPE)
2356 ftpstate instate)
2366 if(instate == FTP_SIZE) {
2379 else if(instate == FTP_RETR_SIZE) {
2383 else if(instate == FTP_STOR_SIZE) {
2393 ftpstate instate)
2398 switch(instate) {
2428 int ftpcode, ftpstate instate)
2440 conn->proto.ftpc.state_saved = instate;
2467 ftpstate instate)
2505 if((instate != FTP_LIST) &&
2544 else if((instate != FTP_LIST) && (data->set.prefer_ascii))
2550 if(instate != FTP_LIST)
2555 conn->proto.ftpc.state_saved = instate;
2576 if((instate == FTP_LIST) && (ftpcode == 450)) {
2583 return instate == FTP_RETR && ftpcode == 550?
2624 ftpstate instate)
2630 (void)instate; /* no use for this yet */