Lines Matching refs:code
14 * 1. Redistributions of source code must retain the above copyright
742 int code;
764 code = ftp_send_command(data, "PBSZ %u", buffer_size);
765 if(code < 0)
768 if(code/100 != 2) {
786 code = ftp_send_command(data, "PROT %c", level_to_char(level));
788 if(code < 0)
791 if(code/100 != 2) {
846 "returned ftp code: 504).", mech->name);
850 "ftp code: 534).", mech->name);