Lines Matching defs:newstate
95 ftpstate newstate);
99 ftpstate newstate,
122 bool ascii, ftpstate newstate);
757 ftpstate newstate
771 if(ftpc->state != newstate)
774 ftp_state_names[newstate]);
778 ftpc->state = newstate;
3521 * If the transfer type is not sent, simulate on OK response in newstate
3525 bool ascii, ftpstate newstate)
3532 ftp_state(data, newstate);
3533 return ftp_state_type_resp(data, 200, newstate);
3538 ftp_state(data, newstate);