Searched refs:pcCommandName (Results 1 – 4 of 4) sorted by relevance
58 const char * pcCommandName; member
126 const char pcCommandName[ 7 ]; member
335 xWebCommands[ xIndex ].pcCommandName ) ); in prvProcessCmd()389 … if( ( xRc >= xLength ) && ( memcmp( curCmd->pcCommandName, pcBuffer, xLength ) == 0 ) ) in xHTTPClientWork()
340 …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