| /FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/ |
| A D | Sample-CLI-commands.c | 223 pcWriteBuffer += strlen( pcWriteBuffer ); in prvTaskStatsCommand() 229 …for( xSpacePadding = strlen( "Task" ); xSpacePadding < ( configMAX_TASK_NAME_LEN - 3 ); xSpacePadd… in prvTaskStatsCommand() 240 vTaskList( pcWriteBuffer + strlen( pcHeader ) ); in prvTaskStatsCommand() 289 pcWriteBuffer += strlen( pcWriteBuffer ); in prvRunTimeStatsCommand() 295 …for( xSpacePadding = strlen( "Task" ); xSpacePadding < ( configMAX_TASK_NAME_LEN - 3 ); xSpacePadd… in prvRunTimeStatsCommand() 306 vTaskGetRunTimeStats( pcWriteBuffer + strlen( pcHeader ) ); in prvRunTimeStatsCommand() 362 strncat( pcWriteBuffer, "\r\n", strlen( "\r\n" ) ); in prvThreeParameterEchoCommand() 430 strncat( pcWriteBuffer, "\r\n", strlen( "\r\n" ) ); in prvParameterEchoCommand() 482 if( strncmp( pcParameter, "start", strlen( "start" ) ) == 0 ) in prvStartStopTraceCommand() 491 else if( strncmp( pcParameter, "stop", strlen( "stop" ) ) == 0 ) in prvStartStopTraceCommand()
|
| A D | UARTCommandConsole.c | 126 …vSerialPutString( xPort, ( signed char * ) pcWelcomeMessage, ( unsigned short ) strlen( pcWelcomeM… in prvUARTCommandConsoleTask() 147 … vSerialPutString( xPort, ( signed char * ) pcNewLine, ( unsigned short ) strlen( pcNewLine ) ); in prvUARTCommandConsoleTask() 167 …alPutString( xPort, ( signed char * ) pcOutputString, ( unsigned short ) strlen( pcOutputString ) … in prvUARTCommandConsoleTask() 178 …tring( xPort, ( signed char * ) pcEndOfOutputMessage, ( unsigned short ) strlen( pcEndOfOutputMess… in prvUARTCommandConsoleTask() 223 … vSerialPutString( xPort, ( signed char * ) pcMessage, ( unsigned short ) strlen( pcMessage ) ); in vOutputString()
|
| A D | File-Related-CLI-commands.c | 183 configASSERT( xWriteBufferLen > ( strlen( cliNEW_LINE ) * 2 ) ); in prvTYPECommand() 184 xWriteBufferLen -= strlen( cliNEW_LINE ); in prvTYPECommand() 270 xStringLength = strlen( pcWriteBuffer ); in prvCDCommand() 296 configASSERT( xWriteBufferLen > ( strlen( cliNEW_LINE ) * 2 ) ); in prvDIRCommand() 297 xWriteBufferLen -= strlen( cliNEW_LINE ); in prvDIRCommand()
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/ |
| A D | Sample-CLI-commands.c | 177 vTaskList( pcWriteBuffer + strlen( pcHeader ) ); in prvTaskStatsCommand() 200 vTaskGetRunTimeStats( pcWriteBuffer + strlen( pcHeader ) ); in prvRunTimeStatsCommand() 254 strncat( pcWriteBuffer, "\r\n", strlen( "\r\n" ) ); in prvThreeParameterEchoCommand() 322 strncat( pcWriteBuffer, "\r\n", strlen( "\r\n" ) ); in prvParameterEchoCommand() 374 if( strncmp( pcParameter, "start", strlen( "start" ) ) == 0 ) in prvStartStopTraceCommand() 383 else if( strncmp( pcParameter, "stop", strlen( "stop" ) ) == 0 ) in prvStartStopTraceCommand()
|
| A D | File-Related-CLI-commands.c | 393 configASSERT( xWriteBufferLen > ( strlen( cliNEW_LINE ) * 2 ) ); in prvDIRCommand() 394 xWriteBufferLen -= strlen( cliNEW_LINE ); in prvDIRCommand() 481 configASSERT( xWriteBufferLen > ( strlen( cliNEW_LINE ) * 2 ) ); in prvTYPECommand() 482 xWriteBufferLen -= strlen( cliNEW_LINE ); in prvTYPECommand() 1111 configASSERT( xWriteBufferLen > ( strlen( cliNEW_LINE ) * 2 ) ); in prvSTATCommand() 1112 xWriteBufferLen -= strlen( cliNEW_LINE ); in prvSTATCommand() 1187 configASSERT( xWriteBufferLen > ( strlen( cliNEW_LINE ) * 2 ) ); in prvSTATFSCommand() 1188 xWriteBufferLen -= strlen( cliNEW_LINE ); in prvSTATFSCommand() 1306 configASSERT( xWriteBufferLen > ( strlen( cliNEW_LINE ) * 2 ) ); in prvTRANSMASKGETCommand() 1307 xWriteBufferLen -= strlen( cliNEW_LINE ); in prvTRANSMASKGETCommand() [all …]
|
| A D | UDPCommandServer.c | 123 …sendto( xSocket, cOutputString, strlen( cOutputString ), 0, ( SOCKADDR * ) &xClient, xClientAddres… in vUDPCommandInterpreterTask() 134 … sendto( xSocket, "\r\n", strlen( "\r\n" ), 0, ( SOCKADDR * ) &xClient, xClientAddressLength ); in vUDPCommandInterpreterTask()
|
| /FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/ |
| A D | CLI-commands.c | 245 pcWriteBuffer += strlen( pcWriteBuffer ); in prvTaskStatsCommand() 251 …for( xSpacePadding = strlen( "Task" ); xSpacePadding < ( configMAX_TASK_NAME_LEN - 3 ); xSpacePadd… in prvTaskStatsCommand() 262 vTaskList( pcWriteBuffer + strlen( pcHeader ) ); in prvTaskStatsCommand() 286 pcWriteBuffer += strlen( pcWriteBuffer ); in prvRunTimeStatsCommand() 292 …for( xSpacePadding = strlen( "Task" ); xSpacePadding < ( configMAX_TASK_NAME_LEN - 3 ); xSpacePadd… in prvRunTimeStatsCommand() 303 vTaskGetRunTimeStats( pcWriteBuffer + strlen( pcHeader ) ); in prvRunTimeStatsCommand() 357 strncat( pcWriteBuffer, "\r\n", strlen( "\r\n" ) ); in prvThreeParameterEchoCommand() 425 strncat( pcWriteBuffer, "\r\n", strlen( "\r\n" ) ); in prvParameterEchoCommand() 653 FreeRTOS_inet_ntoa( ulAddress, &( pcWriteBuffer[ strlen( pcWriteBuffer ) ] ) ); in prvDisplayIPConfig() 688 if( strncmp( pcParameter, "start", strlen( "start" ) ) == 0 ) in prvStartStopTraceCommand() [all …]
|
| A D | UDPCommandServer.c | 128 …FreeRTOS_sendto( xSocket, cOutputString, strlen( cOutputString ), 0, &xClient, xClientAddressLengt… in vUDPCommandInterpreterTask() 139 … FreeRTOS_sendto( xSocket, "\r\n", strlen( "\r\n" ), 0, &xClient, xClientAddressLength ); in vUDPCommandInterpreterTask()
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/ |
| A D | CLI-commands.c | 165 vTaskList( pcWriteBuffer + strlen( pcHeader ) ); in prvTaskStatsCommand() 188 vTaskGetRunTimeStats( pcWriteBuffer + strlen( pcHeader ) ); in prvRunTimeStatsCommand() 242 strncat( pcWriteBuffer, "\r\n", strlen( "\r\n" ) ); in prvThreeParameterEchoCommand() 310 strncat( pcWriteBuffer, "\r\n", strlen( "\r\n" ) ); in prvParameterEchoCommand() 360 if( strncmp( pcParameter, "start", strlen( "start" ) ) == 0 ) in prvStartStopTraceCommand() 371 else if( strncmp( pcParameter, "stop", strlen( "stop" ) ) == 0 ) in prvStartStopTraceCommand()
|
| A D | UDPCommandServer.c | 115 …sendto( xSocket, cOutputString, strlen( cOutputString ), 0, ( SOCKADDR * ) &xClient, xClientAddres… in vUDPCommandInterpreterTask() 126 … sendto( xSocket, "\r\n", strlen( "\r\n" ), 0, ( SOCKADDR * ) &xClient, xClientAddressLength ); in vUDPCommandInterpreterTask()
|
| /FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Mutual_Auth_wolfSSL/DemoTasks/ |
| A D | MutualAuthMQTTExample.c | 510 pxNetworkCredentials->rootCaSize = strlen( democonfigROOT_CA_PEM ); in prvTLSConnect() 511 pxNetworkCredentials->clientCertSize = strlen( democonfigCLIENT_CERTIFICATE_PEM ); in prvTLSConnect() 512 pxNetworkCredentials->privateKeySize = strlen( democonfigCLIENT_PRIVATE_KEY_PEM ); in prvTLSConnect() 574 xConnectInfo.clientIdentifierLength = ( uint16_t ) strlen( democonfigCLIENT_IDENTIFIER ); in prvCreateMQTTConnectionWithBroker() 611 xMQTTSubscription[ 0 ].topicFilterLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTSubscribeToTopic() 644 xMQTTPublishInfo.topicNameLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTPublishToTopic() 646 xMQTTPublishInfo.payloadLength = strlen( mqttexampleMESSAGE ); in prvMQTTPublishToTopic() 668 xMQTTSubscription[ 0 ].topicFilterLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTUnsubscribeFromTopic() 729 if( ( pxPublishInfo->topicNameLength == strlen( mqttexampleTOPIC ) ) && in prvMQTTProcessIncomingPublish()
|
| /FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Mutual_Auth/DemoTasks/ |
| A D | MutualAuthMQTTExample.c | 818 xConnectInfo.clientIdentifierLength = ( uint16_t ) strlen( democonfigCLIENT_IDENTIFIER ); in prvCreateMQTTConnectionWithBroker() 829 …xConnectInfo.userNameLength = ( uint16_t ) strlen( democonfigCLIENT_USERNAME AWS_IOT_METRICS_STRIN… in prvCreateMQTTConnectionWithBroker() 833 xConnectInfo.passwordLength = ( uint16_t ) strlen( democonfigCLIENT_PASSWORD ); in prvCreateMQTTConnectionWithBroker() 837 xConnectInfo.userNameLength = ( uint16_t ) strlen( AWS_IOT_METRICS_STRING ); in prvCreateMQTTConnectionWithBroker() 846 xConnectInfo.userNameLength = ( uint16_t ) strlen( democonfigCLIENT_USERNAME ); in prvCreateMQTTConnectionWithBroker() 848 xConnectInfo.passwordLength = ( uint16_t ) strlen( democonfigCLIENT_PASSWORD ); in prvCreateMQTTConnectionWithBroker() 906 xMQTTSubscription[ 0 ].topicFilterLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTSubscribeWithBackoffRetries() 1001 xMQTTPublishInfo.topicNameLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTPublishToTopic() 1003 xMQTTPublishInfo.payloadLength = strlen( mqttexampleMESSAGE ); in prvMQTTPublishToTopic() 1030 xMQTTSubscription[ 0 ].topicFilterLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTUnsubscribeFromTopic() [all …]
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/ |
| A D | MutualAuthMQTTExample.c | 783 xConnectInfo.clientIdentifierLength = ( uint16_t ) strlen( democonfigCLIENT_IDENTIFIER ); in prvCreateMQTTConnectionWithBroker() 794 …xConnectInfo.userNameLength = ( uint16_t ) strlen( democonfigCLIENT_USERNAME AWS_IOT_METRICS_STRIN… in prvCreateMQTTConnectionWithBroker() 798 xConnectInfo.passwordLength = ( uint16_t ) strlen( democonfigCLIENT_PASSWORD ); in prvCreateMQTTConnectionWithBroker() 802 xConnectInfo.userNameLength = ( uint16_t ) strlen( AWS_IOT_METRICS_STRING ); in prvCreateMQTTConnectionWithBroker() 811 xConnectInfo.userNameLength = ( uint16_t ) strlen( democonfigCLIENT_USERNAME ); in prvCreateMQTTConnectionWithBroker() 813 xConnectInfo.passwordLength = ( uint16_t ) strlen( democonfigCLIENT_PASSWORD ); in prvCreateMQTTConnectionWithBroker() 871 xMQTTSubscription[ 0 ].topicFilterLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTSubscribeWithBackoffRetries() 966 xMQTTPublishInfo.topicNameLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTPublishToTopic() 968 xMQTTPublishInfo.payloadLength = strlen( mqttexampleMESSAGE ); in prvMQTTPublishToTopic() 995 xMQTTSubscription[ 0 ].topicFilterLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTUnsubscribeFromTopic() [all …]
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/ |
| A D | SimpleUDPClientAndServer.c | 152 …lReturned = FreeRTOS_sendto( xClientSocket, ( void * ) cString, strlen( ( const char * ) cString )… in prvSimpleClientTask() 208 configASSERT( lBytes == ( BaseType_t ) strlen( ( const char * ) cReceivedString ) ); in prvSimpleServerTask() 224 const size_t xStringLength = strlen( pcStringToSend ) + 15; in prvSimpleZeroCopyUDPClientTask() 297 …strlen( ( const char * ) pucUDPPayloadBuffer ) + 1, /* The length of the data being sent - includi… in prvSimpleZeroCopyUDPClientTask() 382 … configASSERT( lBytes == ( ( BaseType_t ) strlen( ( const char * ) pucUDPPayloadBuffer ) + 1 ) ); in prvSimpleZeroCopyServerTask()
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_UDP_Mode_CLI_Windows_Simulator/DemoTasks/ |
| A D | SimpleClientAndServer.c | 140 …lReturned = FreeRTOS_sendto( xClientSocket, ( void * ) cString, strlen( ( const char * ) cString )… in prvSimpleClientTask() 202 configASSERT( lBytes == ( portBASE_TYPE ) strlen( ( const char * ) cReceivedString ) ); in prvSimpleServerTask() 218 const size_t xStringLength = strlen( ( char * ) pucStringToSend ) + 15; in prvSimpleZeroCopyUDPClientTask() 291 …strlen( ( const char * ) pucUDPPayloadBuffer ) + 1, /* The length of the data being sent - includi… in prvSimpleZeroCopyUDPClientTask() 373 …configASSERT( lBytes == ( ( portBASE_TYPE ) strlen( ( const char * ) pucUDPPayloadBuffer ) + 1 ) ); in prvSimpleZeroCopyServerTask()
|
| A D | CLI-commands.c | 243 vTaskList( pcWriteBuffer + strlen( ( char * ) pcHeader ) ); in prvTaskStatsCommand() 268 vTaskGetRunTimeStats( pcWriteBuffer + strlen( ( char * ) pcHeader ) ); in prvRunTimeStatsCommand() 323 strncat( ( char * ) pcWriteBuffer, "\r\n", strlen( "\r\n" ) ); in prvThreeParameterEchoCommand() 391 strncat( ( char * ) pcWriteBuffer, "\r\n", strlen( "\r\n" ) ); in prvParameterEchoCommand() 619 …FreeRTOS_inet_ntoa( ulAddress, ( ( char * ) &( pcWriteBuffer[ strlen( ( char * ) pcWriteBuffer ) ]… in prvDisplayIPConfig() 654 if( strncmp( ( const char * ) pcParameter, "start", strlen( "start" ) ) == 0 ) in prvStartStopTraceCommand() 663 else if( strncmp( ( const char * ) pcParameter, "stop", strlen( "stop" ) ) == 0 ) in prvStartStopTraceCommand()
|
| A D | UDPCommandServer.c | 130 …FreeRTOS_sendto( xSocket, cOutputString, strlen( ( const char * ) cOutputString ), 0, &xClient, xC… in vUDPCommandInterpreterTask() 141 … FreeRTOS_sendto( xSocket, "\r\n", strlen( "\r\n" ), 0, &xClient, xClientAddressLength ); in vUDPCommandInterpreterTask()
|
| A D | TwoEchoClients.c | 187 … strlen( ( const char * ) cTxString ) + 1, /* The length of the data being sent. */ in prvEchoClientTask() 267 const size_t xBufferLength = strlen( ( char * ) pucStringToSend ) + 15; in prvZeroCopyEchoClientTask() 353 …strlen( ( const char * ) cTxString ) + 1, /* The length of the data being sent. Plus 1 to ensure … in prvZeroCopyEchoClientTask()
|
| /FreeRTOS-Plus/Demo/corePKCS11_MQTT_Mutual_Auth_Windows_Simulator/ |
| A D | PKCS11_Mqtt_MutualAuthDemo.c | 591 xConnectInfo.clientIdentifierLength = ( uint16_t ) strlen( democonfigCLIENT_IDENTIFIER ); in prvCreateMQTTConnectionWithBroker() 628 xMQTTSubscription[ 0 ].topicFilterLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTSubscribeToTopic() 661 xMQTTPublishInfo.topicNameLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTPublishToTopic() 663 xMQTTPublishInfo.payloadLength = strlen( mqttexampleMESSAGE ); in prvMQTTPublishToTopic() 685 xMQTTSubscription[ 0 ].topicFilterLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTUnsubscribeFromTopic() 750 if( ( pxPublishInfo->topicNameLength == strlen( mqttexampleTOPIC ) ) && in prvMQTTProcessIncomingPublish()
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/ |
| A D | UDPEchoClient_SingleTasks.c | 188 memcpy( pucBuffer, &cTxString, strlen( ( const char * ) cTxString ) + 1 ); in prvUDPEchoClientTask() 197 … strlen( ( const char * ) pucBuffer ) + 1, /* The length of the data being sent. */ in prvUDPEchoClientTask() 210 … strlen( ( const char * ) cTxString ) + 1, /* The length of the data being sent. */ in prvUDPEchoClientTask()
|
| /FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/ |
| A D | SNTPClientTask.c | 972 …if( ( strlen( pServer ) == strlen( pTimeServers[ index ] ) ) && ( strncmp( pServer, pTimeServers[ … in populateAuthContextForServer() 992 configASSERT( strlen( pKeyHexString ) == 2 * AES_CMAC_AUTHENTICATION_KEY_SIZE ); in populateAuthContextForServer() 999 for( index = 0; index < strlen( pKeyHexString ); index += 2 ) in populateAuthContextForServer() 1103 if( ( strlen( pTimeServer->pServerName ) != strlen( pAuthContext->pServer ) ) || in addClientAuthCode() 1104 …( strncmp( pTimeServer->pServerName, pAuthContext->pServer, strlen( pAuthContext->pServer ) ) != 0… in addClientAuthCode() 1203 configASSERT( ( strlen( pTimeServer->pServerName ) == strlen( pAuthContext->pServer ) ) && in validateServerAuth() 1204 …( strncmp( pTimeServer->pServerName, pAuthContext->pServer, strlen( pAuthContext->pServer ) ) == 0… in validateServerAuth() 1635 "next time poll....", strlen( pTimeServers[ 0 ] ) ) ); in sntpTask()
|
| /FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients/ |
| A D | TwoEchoClients.c | 178 strlen( cTxString ) + 1, /* The length of the data being sent. */ in prvEchoClientTask() 235 const size_t xBufferLength = strlen( pcStringToSend ) + 15; in prvZeroCopyEchoClientTask() 316 …strlen( cTxString ) + 1, /* The length of the data being sent. Plus 1 to ensure the null t… in prvZeroCopyEchoClientTask()
|
| /FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/HTTP_S3_Download/DemoTasks/ |
| A D | S3DownloadHTTPExample.c | 931 xRequestInfo.hostLen = strlen( AWS_S3_ENDPOINT ); in prvSendS3HttpEmptyGet() 935 xRequestInfo.pathLen = strlen( pcPath ); in prvSendS3HttpEmptyGet() 1196 size_t xCredServerLen = strlen( democonfigIOT_CREDENTIAL_PROVIDER_ENDPOINT ); in prvGetTemporaryCredentials() 1198 size_t xPathLen = strlen( AWS_IOT_CREDENTIAL_PROVIDER_URI_PATH ); in prvGetTemporaryCredentials() 1334 strlen( CREDENTIALS_RESPONSE_ACCESS_KEY_ID_KEY ), in prvParseCredentials() 1350 strlen( CREDENTIALS_RESPONSE_SECRET_ACCESS_KEY ), in prvParseCredentials() 1366 strlen( CREDENTIALS_RESPONSE_SESSION_TOKEN_KEY ), in prvParseCredentials() 1382 strlen( CREDENTIALS_RESPONSE_EXPIRATION_DATE_KEY ), in prvParseCredentials() 1459 if( 0 == strncmp( pcHeaders, "\r\n", strlen( "\r\n" ) ) ) in prvGetHeaderStartLocFromHttpRequest()
|
| /FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Plain_Text/DemoTasks/ |
| A D | PlaintextMQTTExample.c | 680 xConnectInfo.clientIdentifierLength = ( uint16_t ) strlen( democonfigCLIENT_IDENTIFIER ); in prvCreateMQTTConnectionWithBroker() 741 …xMQTTSubscription[ ulTopicCount ].topicFilterLength = ( uint16_t ) strlen( xTopicFilterContext[ ul… in prvMQTTSubscribeWithBackoffRetries() 843 …xMQTTPublishInfo.topicNameLength = ( uint16_t ) strlen( xTopicFilterContext[ ulTopicCount ].pcTopi… in prvMQTTPublishToTopics() 845 xMQTTPublishInfo.payloadLength = strlen( mqttexampleMESSAGE ); in prvMQTTPublishToTopics() 872 …xMQTTSubscription[ ulTopicCount ].topicFilterLength = ( uint16_t ) strlen( xTopicFilterContext[ ul… in prvMQTTUnsubscribeFromTopics() 984 …if( ( pxPublishInfo->topicNameLength == strlen( xTopicFilterContext[ ulTopicCount ].pcTopicFilter … in prvMQTTProcessIncomingPublish()
|
| /FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Basic_TLS/DemoTasks/ |
| A D | BasicTLSMQTTExample.c | 696 xConnectInfo.clientIdentifierLength = ( uint16_t ) strlen( democonfigCLIENT_IDENTIFIER ); in prvCreateMQTTConnectionWithBroker() 757 …xMQTTSubscription[ ulTopicCount ].topicFilterLength = ( uint16_t ) strlen( xTopicFilterContext[ ul… in prvMQTTSubscribeWithBackoffRetries() 859 …xMQTTPublishInfo.topicNameLength = ( uint16_t ) strlen( xTopicFilterContext[ ulTopicCount ].pcTopi… in prvMQTTPublishToTopics() 861 xMQTTPublishInfo.payloadLength = strlen( mqttexampleMESSAGE ); in prvMQTTPublishToTopics() 888 …xMQTTSubscription[ ulTopicCount ].topicFilterLength = ( uint16_t ) strlen( xTopicFilterContext[ ul… in prvMQTTUnsubscribeFromTopics() 1000 …if( ( pxPublishInfo->topicNameLength == strlen( xTopicFilterContext[ ulTopicCount ].pcTopicFilter … in prvMQTTProcessIncomingPublish()
|