Home
last modified time | relevance | path

Searched refs:xCount (Results 1 – 7 of 7) sorted by relevance

/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/
A DUDPEchoClient_SingleTasks.c82 BaseType_t xCount = 0; in vStartUDPEchoClientTasks_SingleTasks() local
101 xCount++; in vStartUDPEchoClientTasks_SingleTasks()
105 configPRINTF( ( "Started %d / %d tasks\n", ( int ) xCount, ( int ) echoNUM_ECHO_CLIENTS ) ); in vStartUDPEchoClientTasks_SingleTasks()
A DTCPEchoClient_SingleTasks.c114 BaseType_t xCount = 0; in vStartTCPEchoClientTasks_SingleTasks() local
133 xCount++; in vStartTCPEchoClientTasks_SingleTasks()
137 … configPRINTF( ( "Started %d / %d tasks\n", ( int ) xCount, ( int ) echoNUM_ECHO_CLIENTS ) ); in vStartTCPEchoClientTasks_SingleTasks()
/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/Common/
A DFreeRTOS_TCP_server.c59 BaseType_t xCount ) in FreeRTOS_CreateTCPServer() argument
72 …xSize = sizeof( *pxServer ) - sizeof( pxServer->xServers ) + xCount * sizeof( pxServer->xServers[ … in FreeRTOS_CreateTCPServer()
83 pxServer->xServerCount = xCount; in FreeRTOS_CreateTCPServer()
86 for( xIndex = 0; xIndex < xCount; xIndex++ ) in FreeRTOS_CreateTCPServer()
/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/include/
A DFreeRTOS_TCP_server.h122 BaseType_t xCount );
/FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/
A Dpkcs11_operations.c70 CK_ULONG xCount );
92 CK_ULONG xCount ) in prvDestroyProvidedObjects() argument
108 for( xIndex = 0; xIndex < xCount; xIndex++ ) in prvDestroyProvidedObjects()
/FreeRTOS-Plus/Source/Application-Protocols/network_transport/
A Dtransport_mbedtls_pkcs11.c651 CK_ULONG xCount = 0; in initializeClientKeys() local
659 &xCount ); in initializeClientKeys()
665 pxSlotIds = ( CK_SLOT_ID * ) pvPortMalloc( sizeof( CK_SLOT_ID ) * xCount ); in initializeClientKeys()
678 &xCount ); in initializeClientKeys()
/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/FTP/
A DFreeRTOS_FTP_server.c767 BaseType_t xCount; in prvProcessCommand() local
769 for( xCount = 0; xCount < 3 && pxClient->pxWriteHandle; xCount++ ) in prvProcessCommand()

Completed in 22 milliseconds