Lines Matching refs:instate
124 bool init, ftpstate instate);
1677 ftpstate instate) in ftp_state_quote() argument
1686 switch(instate) { in ftp_state_quote()
1731 state(data, instate); in ftp_state_quote()
1738 switch(instate) { in ftp_state_quote()
2176 ftpstate instate) in ftp_state_type_resp() argument
2192 if(instate == FTP_TYPE) in ftp_state_type_resp()
2194 else if(instate == FTP_LIST_TYPE) in ftp_state_type_resp()
2196 else if(instate == FTP_RETR_TYPE) in ftp_state_type_resp()
2198 else if(instate == FTP_STOR_TYPE) in ftp_state_type_resp()
2289 ftpstate instate) in ftp_state_size_resp() argument
2318 if(instate != FTP_STOR_SIZE) { in ftp_state_size_resp()
2324 if(instate == FTP_SIZE) { in ftp_state_size_resp()
2338 else if(instate == FTP_RETR_SIZE) { in ftp_state_size_resp()
2342 else if(instate == FTP_STOR_SIZE) { in ftp_state_size_resp()
2353 ftpstate instate) in ftp_state_rest_resp() argument
2358 switch(instate) { in ftp_state_rest_resp()
2390 int ftpcode, ftpstate instate) in ftp_state_stor_resp() argument
2402 conn->proto.ftpc.state_saved = instate; in ftp_state_stor_resp()
2428 ftpstate instate) in ftp_state_get_resp() argument
2465 if((instate != FTP_LIST) && in ftp_state_get_resp()
2506 else if((instate != FTP_LIST) && (data->state.prefer_ascii)) in ftp_state_get_resp()
2512 if(instate != FTP_LIST) in ftp_state_get_resp()
2517 conn->proto.ftpc.state_saved = instate; in ftp_state_get_resp()
2538 if((instate == FTP_LIST) && (ftpcode == 450)) { in ftp_state_get_resp()
2545 return instate == FTP_RETR && ftpcode == 550? in ftp_state_get_resp()
2588 ftpstate instate) in ftp_state_user_resp() argument
2593 (void)instate; /* no use for this yet */ in ftp_state_user_resp()