Home
last modified time | relevance | path

Searched refs:pcCommandName (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/include/
A DFreeRTOS_HTTP_commands.h58 const char * pcCommandName; member
A DFreeRTOS_FTP_commands.h126 const char pcCommandName[ 7 ]; member
/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/HTTP_Server/
A DFreeRTOS_HTTP_server.c335 xWebCommands[ xIndex ].pcCommandName ) ); in prvProcessCmd()
389 … if( ( xRc >= xLength ) && ( memcmp( curCmd->pcCommandName, pcBuffer, xLength ) == 0 ) ) in xHTTPClientWork()
/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/FTP/
A DFreeRTOS_FTP_server.c340 …if( ( xRc >= xLength ) && ( memcmp( ( const void * ) pxCommand->pcCommandName, ( const void * ) pc… in xFTPClientWork()
444 FreeRTOS_printf( ( " %s %s\n", pxFTPCommand->pcCommandName, pcRestCommand ) ); in prvProcessCommand()

Completed in 16 milliseconds