Home | History | Annotate | Download | only in lib

Lines Matching refs:instate

122                                 bool init, ftpstate instate);
1728 ftpstate instate)
1737 switch(instate) {
1780 state(conn, instate);
1787 switch(instate) {
2267 ftpstate instate)
2283 if(instate == FTP_TYPE)
2285 else if(instate == FTP_LIST_TYPE)
2287 else if(instate == FTP_RETR_TYPE)
2289 else if(instate == FTP_STOR_TYPE)
2379 ftpstate instate)
2389 if(instate == FTP_SIZE) {
2402 else if(instate == FTP_RETR_SIZE) {
2406 else if(instate == FTP_STOR_SIZE) {
2416 ftpstate instate)
2421 switch(instate) {
2451 int ftpcode, ftpstate instate)
2463 conn->proto.ftpc.state_saved = instate;
2490 ftpstate instate)
2528 if((instate != FTP_LIST) &&
2567 else if((instate != FTP_LIST) && (data->set.prefer_ascii))
2573 if(instate != FTP_LIST)
2578 conn->proto.ftpc.state_saved = instate;
2599 if((instate == FTP_LIST) && (ftpcode == 450)) {
2606 return instate == FTP_RETR && ftpcode == 550?
2647 ftpstate instate)
2653 (void)instate; /* no use for this yet */