Home
last modified time | relevance | path

Searched refs:pxCommand (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/
A DFreeRTOS_CLI.c157 static const CLI_Definition_List_Item_t * pxCommand = NULL; in FreeRTOS_CLIProcessCommand() local
165 if( pxCommand == NULL ) in FreeRTOS_CLIProcessCommand()
168 for( pxCommand = &xRegisteredCommands; pxCommand != NULL; pxCommand = pxCommand->pxNext ) in FreeRTOS_CLIProcessCommand()
199 if( ( pxCommand != NULL ) && ( xReturn == pdFALSE ) ) in FreeRTOS_CLIProcessCommand()
204 pxCommand = NULL; in FreeRTOS_CLIProcessCommand()
206 else if( pxCommand != NULL ) in FreeRTOS_CLIProcessCommand()
216 pxCommand = NULL; in FreeRTOS_CLIProcessCommand()
334 if( pxCommand == NULL ) in prvHelpCommand()
337 pxCommand = &xRegisteredCommands; in prvHelpCommand()
343 pxCommand = pxCommand->pxNext; in prvHelpCommand()
[all …]
/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/FTP/
A DFreeRTOS_FTP_server.c315 const FTPCommand_t * pxCommand; in xFTPClientWork() local
329 pxCommand = xFTPCommands; in xFTPClientWork()
332 for( xIndex = 0; xIndex < FTP_CMD_COUNT - 1; xIndex++, pxCommand++ ) in xFTPClientWork()
338 xLength = pxCommand->xCommandLength; in xFTPClientWork()
340 …if( ( xRc >= xLength ) && ( memcmp( ( const void * ) pxCommand->pcCommandName, ( const void * ) pc… in xFTPClientWork()

Completed in 35 milliseconds