Lines Matching refs:instate
197 bool init, ftpstate instate);
1596 ftpstate instate) in ftp_state_quote() argument
1605 switch(instate) { in ftp_state_quote()
1650 ftp_state(data, instate); in ftp_state_quote()
1657 switch(instate) { in ftp_state_quote()
2162 ftpstate instate) in ftp_state_type_resp() argument
2178 if(instate == FTP_TYPE) in ftp_state_type_resp()
2180 else if(instate == FTP_LIST_TYPE) in ftp_state_type_resp()
2182 else if(instate == FTP_RETR_TYPE) in ftp_state_type_resp()
2184 else if(instate == FTP_STOR_TYPE) in ftp_state_type_resp()
2276 ftpstate instate) in ftp_state_size_resp() argument
2306 if(instate != FTP_STOR_SIZE) { in ftp_state_size_resp()
2312 if(instate == FTP_SIZE) { in ftp_state_size_resp()
2326 else if(instate == FTP_RETR_SIZE) { in ftp_state_size_resp()
2330 else if(instate == FTP_STOR_SIZE) { in ftp_state_size_resp()
2341 ftpstate instate) in ftp_state_rest_resp() argument
2346 switch(instate) { in ftp_state_rest_resp()
2377 int ftpcode, ftpstate instate) in ftp_state_stor_resp() argument
2389 conn->proto.ftpc.state_saved = instate; in ftp_state_stor_resp()
2415 ftpstate instate) in ftp_state_get_resp() argument
2452 if((instate != FTP_LIST) && in ftp_state_get_resp()
2494 else if((instate != FTP_LIST) && (data->state.prefer_ascii)) in ftp_state_get_resp()
2499 if(instate != FTP_LIST) in ftp_state_get_resp()
2503 conn->proto.ftpc.state_saved = instate; in ftp_state_get_resp()
2525 if((instate == FTP_LIST) && (ftpcode == 450)) { in ftp_state_get_resp()
2532 return instate == FTP_RETR && ftpcode == 550 ? in ftp_state_get_resp()