/FreeRTOS-Plus/Source/Reliance-Edge/include/ |
A D | redposix.h | 139 int32_t red_init( void ); 140 int32_t red_uninit( void ); 157 int32_t red_open( const char * pszPath, 173 int32_t red_link( const char * pszPath, 176 int32_t red_close( int32_t iFildes ); 177 int32_t red_read( int32_t iFildes, 181 int32_t red_write( int32_t iFildes, 186 int32_t red_fsync( int32_t iFildes ); 188 int64_t red_lseek( int32_t iFildes, 192 int32_t red_ftruncate( int32_t iFildes, [all …]
|
A D | redgetopt.h | 59 int32_t has_arg; 61 int32_t * flag; 63 int32_t val; 67 int32_t RedGetopt( int32_t nargc, 70 int32_t RedGetoptLong( int32_t nargc, 74 int32_t * idx ); 78 extern int32_t red_optind; 79 extern int32_t red_opterr; 80 extern int32_t red_optopt; 81 extern int32_t red_optreset;
|
A D | redtestutils.h | 68 int32_t RedAtoI( const char * pszNum ); 80 int32_t RedStrICmp( const char * pszStr1, 82 int32_t RedStrNICmp( const char * pszStr1, 95 int32_t RedSNPrintf( char * pcBuffer, 99 int32_t RedVSNPrintf( char * pcBuffer,
|
A D | redutils.h | 51 int32_t RedMemCmp( const void * pMem1, 56 int32_t RedStrCmp( const char * pszStr1, 58 int32_t RedStrNCmp( const char * pszStr1,
|
/FreeRTOS-Plus/Source/Reliance-Edge/util/ |
A D | string.c | 47 static int32_t RedStrCmpUnchecked( const char * pszStr1, 51 static int32_t RedStrNCmpUnchecked( const char * pszStr1, 126 int32_t RedStrCmp( const char * pszStr1, in RedStrCmp() 129 int32_t lResult; in RedStrCmp() 154 static int32_t RedStrCmpUnchecked( const char * pszStr1, in RedStrCmpUnchecked() 157 int32_t lResult; in RedStrCmpUnchecked() 205 int32_t RedStrNCmp( const char * pszStr1, in RedStrNCmp() 209 int32_t lResult; in RedStrNCmp() 237 static int32_t RedStrNCmpUnchecked( const char * pszStr1, in RedStrNCmpUnchecked() 241 int32_t lResult = 0; in RedStrNCmpUnchecked()
|
A D | memory.c | 59 static int32_t RedMemCmpUnchecked( const void * pMem1, 247 int32_t RedMemCmp( const void * pMem1, in RedMemCmp() 251 int32_t lResult; in RedMemCmp() 277 static int32_t RedMemCmpUnchecked( const void * pMem1, in RedMemCmpUnchecked() 284 int32_t lResult; in RedMemCmpUnchecked()
|
/FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/HTTP_Mutual_Auth/DemoTasks/ |
A D | MutualAuthHTTPExample.c | 298 ( int32_t ) AWS_IOT_ENDPOINT_LENGTH, in prvHTTPDemoTask() 390 ( int32_t ) AWS_IOT_ENDPOINT_LENGTH, in prvConnectToServer() 467 ( int32_t ) xRequestInfo.methodLen, xRequestInfo.pMethod, in prvSendHttpRequest() 469 ( int32_t ) xRequestInfo.pathLen, xRequestInfo.pPath ) ); in prvSendHttpRequest() 472 ( int32_t ) xRequestHeaders.headersLen, in prvSendHttpRequest() 474 ( int32_t ) ( sizeof( democonfigREQUEST_BODY ) - 1 ), in prvSendHttpRequest() 495 ( int32_t ) xRequestInfo.pathLen, xRequestInfo.pPath ) ); in prvSendHttpRequest() 497 ( int32_t ) xResponse.headersLen, xResponse.pHeaders ) ); in prvSendHttpRequest() 501 ( int32_t ) xResponse.bodyLen, xResponse.pBody ) ); in prvSendHttpRequest() 506 ( int32_t ) xRequestInfo.methodLen, xRequestInfo.pMethod, in prvSendHttpRequest() [all …]
|
/FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/HTTP_Plaintext/DemoTasks/ |
A D | PlainTextHTTPExample.c | 377 ( int32_t ) httpexampleSERVER_HOSTNAME_LENGTH, in prvHTTPDemoTask() 457 ( int32_t ) httpexampleSERVER_HOSTNAME_LENGTH, in prvConnectToServer() 531 ( int32_t ) xRequestInfo.methodLen, xRequestInfo.pMethod, in prvSendHttpRequest() 533 ( int32_t ) xRequestInfo.pathLen, xRequestInfo.pPath ) ); in prvSendHttpRequest() 536 ( int32_t ) xRequestHeaders.headersLen, in prvSendHttpRequest() 538 ( int32_t ) httpexampleREQUEST_BODY_LENGTH, democonfigREQUEST_BODY ) ); in prvSendHttpRequest() 558 ( int32_t ) xRequestInfo.pathLen, xRequestInfo.pPath ) ); in prvSendHttpRequest() 560 ( int32_t ) xResponse.headersLen, xResponse.pHeaders ) ); in prvSendHttpRequest() 564 ( int32_t ) xResponse.bodyLen, xResponse.pBody ) ); in prvSendHttpRequest() 569 ( int32_t ) xRequestInfo.methodLen, xRequestInfo.pMethod, in prvSendHttpRequest() [all …]
|
/FreeRTOS-Plus/Source/Reliance-Edge/posix/ |
A D | posix.c | 198 int32_t red_init( void ) in red_init() 244 int32_t red_uninit( void ) in red_uninit() 1342 int32_t red_close( int32_t iFildes ) in red_close() 1387 int32_t red_read( int32_t iFildes, in red_read() 1393 int32_t iReturn; in red_read() 1493 int32_t red_write( int32_t iFildes, in red_write() 1615 int32_t red_fsync( int32_t iFildes ) in red_fsync() 1835 int32_t red_ftruncate( int32_t iFildes, in red_ftruncate() 1898 int32_t red_fstat( int32_t iFildes, in red_fstat() 2726 int32_t iFildes; in FildesPack() [all …]
|
/FreeRTOS-Plus/Source/Application-Protocols/network_transport/ |
A D | transport_mbedtls.c | 148 static int32_t setRootCa( SSLContext_t * pSslContext, 296 int32_t mbedtlsError = -1; in setRootCa() 327 int32_t mbedtlsError = -1; in setClientCertificate() 352 int32_t mbedtlsError = -1; in setPrivateKey() 385 int32_t mbedtlsError = -1; in setCredentials() 439 int32_t mbedtlsError = -1; in setOptionalConfigurations() 506 int32_t mbedtlsError = 0; in tlsSetup() 560 int32_t mbedtlsError = 0; in tlsHandshake() 631 int32_t mbedtlsError = 0; in initMbedtls() 848 int32_t tlsStatus = 0; in TLS_FreeRTOS_recv() [all …]
|
A D | transport_plaintext.c | 118 int32_t Plaintext_FreeRTOS_recv( NetworkContext_t * pNetworkContext, in Plaintext_FreeRTOS_recv() 123 int32_t socketStatus = 1; in Plaintext_FreeRTOS_recv() 152 int32_t Plaintext_FreeRTOS_send( NetworkContext_t * pNetworkContext, in Plaintext_FreeRTOS_send() 157 int32_t socketStatus = 0; in Plaintext_FreeRTOS_send()
|
/FreeRTOS-Plus/Source/Reliance-Edge/toolcmn/ |
A D | getopt.c | 67 int32_t red_opterr = 1; /* if error message should be printed */ 68 int32_t red_optind = 1; /* index into parent argv vector */ 69 int32_t red_optopt = '?'; /* character checked for validity */ 70 int32_t red_optreset; /* reset RedGetopt */ 100 int32_t * idx, 107 int32_t * idx, 199 int32_t * idx, in parse_long_options() 420 int32_t * idx, in getopt_internal() 712 int32_t RedGetopt( int32_t nargc, in RedGetopt() 740 int32_t RedGetoptLong( int32_t nargc, in RedGetoptLong() [all …]
|
/FreeRTOS-Plus/ThirdParty/winpcap/include/ |
A D | bittypes.h | 71 typedef signed int int32_t; typedef 74 typedef signed long int32_t; typedef 77 typedef signed short int32_t; typedef
|
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/ |
A D | File-Related-CLI-commands.c | 722 int32_t lStatus; in prvDELCommand() 850 int32_t lFildes; in prvCREATECommand() 906 int32_t lStatus; in prvMKDIRCommand() 962 int32_t lStatus; in prvRENAMECommand() 1034 int32_t lStatus; in prvLINKCommand() 1181 int32_t lStatus; in prvSTATFSCommand() 1219 int32_t lStatus; in prvFORMATCommand() 1269 int32_t lStatus; in prvTRANSACTCommand() 1300 int32_t lStatus; in prvTRANSMASKGETCommand() 1357 int32_t lStatus; in prvTRANSMASKSETCommand() [all …]
|
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Multitask/subscription-manager/ |
A D | subscription_manager.c | 45 int32_t lIndex = 0; in addSubscription() 65 … for( lIndex = ( int32_t ) SUBSCRIPTION_MANAGER_MAX_SUBSCRIPTIONS - 1; lIndex >= 0; lIndex-- ) in addSubscription() 105 int32_t lIndex = 0; in removeSubscription() 137 int32_t lIndex = 0; in handleIncomingPublishes()
|
/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/subscription-manager/ |
A D | subscription_manager.c | 45 int32_t lIndex = 0; in addSubscription() 65 … for( lIndex = ( int32_t ) SUBSCRIPTION_MANAGER_MAX_SUBSCRIPTIONS - 1; lIndex >= 0; lIndex-- ) in addSubscription() 105 int32_t lIndex = 0; in removeSubscription() 137 int32_t lIndex = 0; in handleIncomingPublishes()
|
/FreeRTOS-Plus/Source/Reliance-Edge/fse/ |
A D | fse.c | 301 int32_t RedFseRead( uint8_t bVolNum, in RedFseRead() 307 int32_t ret; in RedFseRead() 328 ret = ( int32_t ) ulReadLen; in RedFseRead() 376 int32_t RedFseWrite( uint8_t bVolNum, in RedFseWrite() 382 int32_t ret; in RedFseWrite() 403 ret = ( int32_t ) ulWriteLen; in RedFseWrite()
|
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_UDP_Mode_CLI_Windows_Simulator/DemoTasks/ |
A D | TwoEchoClients.c | 132 int32_t lLoopCount = 0UL; in prvEchoClientTask() 133 int32_t lReturned; in prvEchoClientTask() 134 const int32_t lMaxLoopCount = 50; in prvEchoClientTask() 258 int32_t lLoopCount = 0UL; in prvZeroCopyEchoClientTask() 261 int32_t lReturned; in prvZeroCopyEchoClientTask() 264 const int32_t lMaxLoopCount = 50; in prvZeroCopyEchoClientTask()
|
/FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/HTTP_S3_Upload/DemoTasks/ |
A D | S3UploadHTTPExample.c | 653 ( int32_t ) xResponse.headersLen, in prvGetS3ObjectFileSize() 656 ( int32_t ) xResponse.bodyLen, in prvGetS3ObjectFileSize() 709 pcFileSizeStr, ( int32_t ) *pxFileSize ) ); in prvGetS3ObjectFileSize() 716 LogInfo( ( "The file is %d bytes long.", ( int32_t ) *pxFileSize ) ); in prvGetS3ObjectFileSize() 768 ( int32_t ) xRequestHeaders.headersLen, in prvUploadS3ObjectFile() 788 ( int32_t ) xResponse.headersLen, in prvUploadS3ObjectFile() 791 ( int32_t ) xResponse.bodyLen, in prvUploadS3ObjectFile() 840 ( int32_t ) xFileSize, in prvVerifyS3ObjectFileSize() 841 ( int32_t ) httpexampleDEMO_HTTP_UPLOAD_DATA_LENGTH ) ); in prvVerifyS3ObjectFileSize() 847 ( int32_t ) httpexampleDEMO_HTTP_UPLOAD_DATA_LENGTH, in prvVerifyS3ObjectFileSize() [all …]
|
/FreeRTOS-Plus/Source/Application-Protocols/network_transport/tcp_sockets_wrapper/include/ |
A D | tcp_sockets_wrapper.h | 100 int32_t TCP_Sockets_Send( Socket_t xSocket, 121 int32_t TCP_Sockets_Recv( Socket_t xSocket,
|
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/WinPCap/pcap/ |
A D | usb.h | 84 int32_t ts_usec; 85 int32_t status;
|
/FreeRTOS-Plus/ThirdParty/winpcap/include/pcap/ |
A D | usb.h | 84 int32_t ts_usec; 85 int32_t status;
|
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/WinPCap/pcap/ |
A D | usb.h | 84 int32_t ts_usec; 85 int32_t status;
|
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/WinPCap/pcap/ |
A D | usb.h | 84 int32_t ts_usec; 85 int32_t status;
|
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/WinPCap/pcap/ |
A D | usb.h | 84 int32_t ts_usec; 85 int32_t status;
|