| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/ |
| A D | UDPEchoClient_SingleTasks.c | 130 memset( &xEchoServerAddress, 0, sizeof( xEchoServerAddress ) ); in prvUDPEchoClientTask() 131 memset( &xRxAddress, 0, sizeof( xRxAddress ) ); in prvUDPEchoClientTask() 238 memset( ( void * ) cRxString, 0x00, sizeof( cRxString ) ); in prvUDPEchoClientTask()
|
| A D | Logging_WinSim.c | 197 …memset( xLogStreamBuffer, '\0', sizeof( *xLogStreamBuffer ) - sizeof( xLogStreamBuffer->ucArray ) … in vLoggingInit() 313 memset( cPrintString, 0x00, dlMAX_PRINT_STRING_LENGTH ); in vLoggingPrintf() 452 memset( cPrintString, 0x00, dlMAX_PRINT_STRING_LENGTH ); in prvLoggingFlushBuffer()
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_UDP_Mode_CLI_Windows_Simulator/DemoTasks/ |
| A D | UDPCommandServer.c | 137 memset( cInputString, 0x00, cmdMAX_INPUT_SIZE ); in vUDPCommandInterpreterTask() 194 memset( ( void * ) &xServer, 0x00, sizeof( xServer ) ); in prvOpenUDPServerSocket()
|
| /FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/ |
| A D | UDPCommandServer.c | 135 memset( cInputString, 0x00, cmdMAX_INPUT_SIZE ); in vUDPCommandInterpreterTask() 192 memset( ( void * ) &xServer, 0x00, sizeof( xServer ) ); in prvOpenUDPServerSocket()
|
| /FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/Test_Code/Test_Cases/ |
| A D | test_framework.c | 73 memset( pcTestResultBuffer, 0, TEST_RESULT_BUFFER_CAPACITY ); in TEST_SubmitResultBuffer()
|
| /FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/HTTP_S3_Upload/DemoTasks/ |
| A D | S3UploadHTTPExample.c | 577 ( void ) memset( &xRequestHeaders, 0, sizeof( xRequestHeaders ) ); in prvGetS3ObjectFileSize() 578 ( void ) memset( &xRequestInfo, 0, sizeof( xRequestInfo ) ); in prvGetS3ObjectFileSize() 579 ( void ) memset( &xResponse, 0, sizeof( xResponse ) ); in prvGetS3ObjectFileSize() 733 ( void ) memset( &xRequestHeaders, 0, sizeof( xRequestHeaders ) ); in prvUploadS3ObjectFile() 734 ( void ) memset( &xRequestInfo, 0, sizeof( xRequestInfo ) ); in prvUploadS3ObjectFile() 735 ( void ) memset( &xResponse, 0, sizeof( xResponse ) ); in prvUploadS3ObjectFile()
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/ |
| A D | UDPCommandServer.c | 122 memset( cInputString, 0x00, cmdMAX_INPUT_SIZE ); in vUDPCommandInterpreterTask() 195 memset( ( void * ) &xServer, 0x00, sizeof( struct sockaddr_in ) ); in prvOpenUDPSocket()
|
| A D | CLI-commands.c | 239 memset( pcWriteBuffer, 0x00, xWriteBufferLen ); in prvThreeParameterEchoCommand() 307 memset( pcWriteBuffer, 0x00, xWriteBufferLen ); in prvParameterEchoCommand()
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/ |
| A D | UDPCommandServer.c | 130 memset( cInputString, 0x00, cmdMAX_INPUT_SIZE ); in vUDPCommandInterpreterTask() 203 memset( ( void * ) &xServer, 0x00, sizeof( struct sockaddr_in ) ); in prvOpenUDPSocket()
|
| A D | File-system-demo.c | 146 memset( cRAMBuffer, ( int ) ( '0' + xFileNumber ), fsRAM_BUFFER_SIZE ); in prvCreateDemoFiles() 241 memset( cRAMBuffer, 0x00, fsRAM_BUFFER_SIZE ); in prvVerifyDemoFiles()
|
| A D | Sample-CLI-commands.c | 251 memset( pcWriteBuffer, 0x00, xWriteBufferLen ); in prvThreeParameterEchoCommand() 319 memset( pcWriteBuffer, 0x00, xWriteBufferLen ); in prvParameterEchoCommand()
|
| /FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/HTTP_Mutual_Auth/DemoTasks/ |
| A D | MutualAuthHTTPExample.c | 436 ( void ) memset( &xRequestInfo, 0, sizeof( xRequestInfo ) ); in prvSendHttpRequest() 437 ( void ) memset( &xResponse, 0, sizeof( xResponse ) ); in prvSendHttpRequest() 438 ( void ) memset( &xRequestHeaders, 0, sizeof( xRequestHeaders ) ); in prvSendHttpRequest()
|
| /FreeRTOS-Plus/Demo/AWS/Mqtt_Demo_Helpers/ |
| A D | mqtt_demo_helpers.c | 552 ( void ) memset( &( outgoingPublishPackets[ ucIndex ] ), in vCleanupOutgoingPublishAt() 564 ( void ) memset( outgoingPublishPackets, 0x00, sizeof( outgoingPublishPackets ) ); in vCleanupOutgoingPublishes() 693 ( void ) memset( pxMqttContext, 0U, sizeof( MQTTContext_t ) ); in xEstablishMqttSession() 744 ( void ) memset( ( void * ) &xConnectInfo, 0x00, sizeof( xConnectInfo ) ); in xEstablishMqttSession() 885 ( void ) memset( ( void * ) pSubscriptionList, 0x00, sizeof( pSubscriptionList ) ); in xSubscribeToTopic() 948 ( void ) memset( ( void * ) pSubscriptionList, 0x00, sizeof( pSubscriptionList ) ); in xUnsubscribeFromTopic()
|
| A D | mqtt_pkcs11_demo_helpers.c | 547 ( void ) memset( &( outgoingPublishPackets[ ucIndex ] ), in vCleanupOutgoingPublishAt() 559 ( void ) memset( outgoingPublishPackets, 0x00, sizeof( outgoingPublishPackets ) ); in vCleanupOutgoingPublishes() 690 ( void ) memset( pxMqttContext, 0U, sizeof( MQTTContext_t ) ); in xEstablishMqttSession() 743 ( void ) memset( ( void * ) &xConnectInfo, 0x00, sizeof( xConnectInfo ) ); in xEstablishMqttSession() 884 ( void ) memset( ( void * ) pSubscriptionList, 0x00, sizeof( pSubscriptionList ) ); in xSubscribeToTopic() 947 ( void ) memset( ( void * ) pSubscriptionList, 0x00, sizeof( pSubscriptionList ) ); in xUnsubscribeFromTopic()
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/ConfigurationFiles/ |
| A D | redconf.h | 85 #define RedMemSetUnchecked memset
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/NTP/ |
| A D | NTPDemo.c | 148 memset( &( xIPAddressFound ), 0, sizeof xIPAddressFound ); in vNTPClearCache() 274 … memset( xIPAddressFound.sin_address.xIP_IPv6.ucBytes, 0, ipSIZE_OF_IPv6_ADDRESS ); in vDNS_callback() 353 memset( &xNTPPacket, '\0', sizeof( xNTPPacket ) ); in prvNTPPacketInit() 517 memset( &xHandler, '\0', sizeof( xHandler ) ); in prvNTPTask() 557 memset( &( xHints ), 0, sizeof xHints ); in prvNTPTask()
|
| /FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Multitask/DemoTasks/ |
| A D | simple_sub_pub_demo.c | 226 memset( pcTaskNameBuf, 0x00, sizeof( pcTaskNameBuf ) ); in vStartSimpleSubscribePublishTask() 457 memset( ( void * ) &xPublishInfo, 0x00, sizeof( xPublishInfo ) ); in prvSimpleSubscribePublishTask() 466 memset( ( void * ) &xCommandContext, 0x00, sizeof( xCommandContext ) ); in prvSimpleSubscribePublishTask()
|
| /FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/HTTP_Plaintext/DemoTasks/ |
| A D | PlainTextHTTPExample.c | 500 ( void ) memset( &xRequestInfo, 0, sizeof( xRequestInfo ) ); in prvSendHttpRequest() 501 ( void ) memset( &xResponse, 0, sizeof( xResponse ) ); in prvSendHttpRequest() 502 ( void ) memset( &xRequestHeaders, 0, sizeof( xRequestHeaders ) ); in prvSendHttpRequest()
|
| /FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Mutual_Auth_wolfSSL/DemoTasks/ |
| A D | MutualAuthMQTTExample.c | 562 memset( ( void * ) &xConnectInfo, 0x00, sizeof( xConnectInfo ) ); in prvCreateMQTTConnectionWithBroker() 605 ( void ) memset( ( void * ) &xMQTTSubscription, 0x00, sizeof( xMQTTSubscription ) ); in prvMQTTSubscribeToTopic() 638 ( void ) memset( ( void * ) &xMQTTPublishInfo, 0x00, sizeof( xMQTTPublishInfo ) ); in prvMQTTPublishToTopic() 664 memset( ( void * ) &xMQTTSubscription, 0x00, sizeof( xMQTTSubscription ) ); in prvMQTTUnsubscribeFromTopic()
|
| /FreeRTOS-Plus/Demo/corePKCS11_MQTT_Mutual_Auth_Windows_Simulator/ |
| A D | PKCS11_Mqtt_MutualAuthDemo.c | 579 memset( ( void * ) &xConnectInfo, 0x00, sizeof( xConnectInfo ) ); in prvCreateMQTTConnectionWithBroker() 622 ( void ) memset( ( void * ) &xMQTTSubscription, 0x00, sizeof( xMQTTSubscription ) ); in prvMQTTSubscribeToTopic() 655 ( void ) memset( ( void * ) &xMQTTPublishInfo, 0x00, sizeof( xMQTTPublishInfo ) ); in prvMQTTPublishToTopic() 681 memset( ( void * ) &xMQTTSubscription, 0x00, sizeof( xMQTTSubscription ) ); in prvMQTTUnsubscribeFromTopic()
|
| /FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_FAT_SL_Demos/CreateExampleFiles/ |
| A D | File-system-demo.c | 152 memset( cRAMBuffer, ( int ) ( '0' + xFileNumber ), fsRAM_BUFFER_SIZE ); in prvCreateDemoFilesUsing_f_write() 197 memset( cRAMBuffer, 0x00, fsRAM_BUFFER_SIZE ); in prvVerifyDemoFileUsing_f_read()
|
| /FreeRTOS-Plus/Demo/Common/coreMQTT_Agent_Interface/ |
| A D | freertos_command_pool.c | 84 memset( ( void * ) commandStructurePool, 0x00, sizeof( commandStructurePool ) ); in Agent_InitializePool()
|
| /FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/Common/ |
| A D | FreeRTOS_TCP_server.c | 82 memset( pxServer, '\0', xSize ); in FreeRTOS_CreateTCPServer() 124 memset( &xWinProps, '\0', sizeof( xWinProps ) ); in FreeRTOS_CreateTCPServer() 208 memset( pxClient, '\0', xSize ); in prvReceiveNewClient()
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/ |
| A D | SecureTCPClientTask.c | 70 memset( ( void * ) &xConnection, 0x00, sizeof( struct sockaddr_in ) ); in vSecureTCPClientTask()
|
| /FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Serializer/DemoTasks/ |
| A D | SerializerMQTTExample.c | 726 memset( ( void * ) &xConnectInfo, 0x00, sizeof( xConnectInfo ) ); in prvCreateMQTTConnectionWithBroker() 770 ( void ) memset( ( void * ) &xIncomingPacket, 0x00, sizeof( MQTTPacketInfo_t ) ); in prvCreateMQTTConnectionWithBroker() 820 ( void ) memset( ( void * ) &xMQTTSubscription, 0x00, sizeof( xMQTTSubscription ) ); in prvMQTTSubscribeToTopic() 997 ( void ) memset( ( void * ) &xMQTTPublishInfo, 0x00, sizeof( xMQTTPublishInfo ) ); in prvMQTTPublishToTopic() 1051 ( void ) memset( ( void * ) &xMQTTSubscription, 0x00, sizeof( xMQTTSubscription ) ); in prvMQTTUnsubscribeFromTopic() 1221 ( void ) memset( ( void * ) &xIncomingPacket, 0x00, sizeof( MQTTPacketInfo_t ) ); in prvMQTTProcessIncomingPacket()
|