Searched refs:NX_FTP_USERNAME_SIZE (Results 1 – 3 of 3) sorted by relevance
130 #ifndef NX_FTP_USERNAME_SIZE131 #define NX_FTP_USERNAME_SIZE 20 macro290 CHAR nx_ftp_client_request_username[NX_FTP_USERNAME_SIZE];
114 #ifndef NX_FTP_USERNAME_SIZE115 #define NX_FTP_USERNAME_SIZE 20 macro
1750 … for (j = 0; j < (NX_FTP_USERNAME_SIZE - 1) && (j < packet_ptr -> nx_packet_length); j++) in _nx_ftp_server_command_process()