Searched refs:NX_FTP_PASSWORD_SIZE (Results 1 – 3 of 3) sorted by relevance
134 #ifndef NX_FTP_PASSWORD_SIZE135 #define NX_FTP_PASSWORD_SIZE 20 macro291 CHAR nx_ftp_client_request_password[NX_FTP_PASSWORD_SIZE];
118 #ifndef NX_FTP_PASSWORD_SIZE119 #define NX_FTP_PASSWORD_SIZE 20 macro
1777 … for (j = 0; j < (NX_FTP_PASSWORD_SIZE - 1) && (j < packet_ptr -> nx_packet_length); j++) in _nx_ftp_server_command_process()