Home
last modified time | relevance | path

Searched refs:memset (Results 1 – 25 of 73) sorted by relevance

123

/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/
A DUDPEchoClient_SingleTasks.c130 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 DLogging_WinSim.c197memset( 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 DUDPCommandServer.c137 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 DUDPCommandServer.c135 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 Dtest_framework.c73 memset( pcTestResultBuffer, 0, TEST_RESULT_BUFFER_CAPACITY ); in TEST_SubmitResultBuffer()
/FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/HTTP_S3_Upload/DemoTasks/
A DS3UploadHTTPExample.c577 ( 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 DUDPCommandServer.c122 memset( cInputString, 0x00, cmdMAX_INPUT_SIZE ); in vUDPCommandInterpreterTask()
195 memset( ( void * ) &xServer, 0x00, sizeof( struct sockaddr_in ) ); in prvOpenUDPSocket()
A DCLI-commands.c239 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 DUDPCommandServer.c130 memset( cInputString, 0x00, cmdMAX_INPUT_SIZE ); in vUDPCommandInterpreterTask()
203 memset( ( void * ) &xServer, 0x00, sizeof( struct sockaddr_in ) ); in prvOpenUDPSocket()
A DFile-system-demo.c146 memset( cRAMBuffer, ( int ) ( '0' + xFileNumber ), fsRAM_BUFFER_SIZE ); in prvCreateDemoFiles()
241 memset( cRAMBuffer, 0x00, fsRAM_BUFFER_SIZE ); in prvVerifyDemoFiles()
A DSample-CLI-commands.c251 memset( pcWriteBuffer, 0x00, xWriteBufferLen ); in prvThreeParameterEchoCommand()
319 memset( pcWriteBuffer, 0x00, xWriteBufferLen ); in prvParameterEchoCommand()
/FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/HTTP_Mutual_Auth/DemoTasks/
A DMutualAuthHTTPExample.c436 ( 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 Dmqtt_demo_helpers.c552 ( 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 Dmqtt_pkcs11_demo_helpers.c547 ( 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 Dredconf.h85 #define RedMemSetUnchecked memset
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/NTP/
A DNTPDemo.c148 memset( &( xIPAddressFound ), 0, sizeof xIPAddressFound ); in vNTPClearCache()
274memset( 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 Dsimple_sub_pub_demo.c226 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 DPlainTextHTTPExample.c500 ( 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 DMutualAuthMQTTExample.c562 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 DPKCS11_Mqtt_MutualAuthDemo.c579 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 DFile-system-demo.c152 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 Dfreertos_command_pool.c84 memset( ( void * ) commandStructurePool, 0x00, sizeof( commandStructurePool ) ); in Agent_InitializePool()
/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/Common/
A DFreeRTOS_TCP_server.c82 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 DSecureTCPClientTask.c70 memset( ( void * ) &xConnection, 0x00, sizeof( struct sockaddr_in ) ); in vSecureTCPClientTask()
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Serializer/DemoTasks/
A DSerializerMQTTExample.c726 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()

Completed in 68 milliseconds

123