Searched refs:FTP_CMD_COUNT (Results 1 – 3 of 3) sorted by relevance
132 #define FTP_CMD_COUNT ( ECMD_UNKNOWN + 1 ) macro134 extern const FTPCommand_t xFTPCommands[ FTP_CMD_COUNT ];
33 const FTPCommand_t xFTPCommands[ FTP_CMD_COUNT ] =
332 for( xIndex = 0; xIndex < FTP_CMD_COUNT - 1; xIndex++, pxCommand++ ) in xFTPClientWork()
Completed in 22 milliseconds