Home
last modified time | relevance | path

Searched refs:lResult (Results 1 – 9 of 9) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/util/
A Dstring.c129 int32_t lResult; in RedStrCmp() local
134 lResult = 0; in RedStrCmp()
141 return lResult; in RedStrCmp()
157 int32_t lResult; in RedStrCmpUnchecked() local
173 lResult = 1; in RedStrCmpUnchecked()
181 lResult = 0; in RedStrCmpUnchecked()
184 return lResult; in RedStrCmpUnchecked()
209 int32_t lResult; in RedStrNCmp() local
214 lResult = 0; in RedStrNCmp()
221 return lResult; in RedStrNCmp()
[all …]
A Dmemory.c251 int32_t lResult; in RedMemCmp() local
256 lResult = 0; in RedMemCmp()
260 lResult = RedMemCmpUnchecked( pMem1, pMem2, ulLen ); in RedMemCmp()
263 return lResult; in RedMemCmp()
284 int32_t lResult; in RedMemCmpUnchecked() local
293 lResult = 0; in RedMemCmpUnchecked()
297 lResult = 1; in RedMemCmpUnchecked()
301 lResult = -1; in RedMemCmpUnchecked()
304 return lResult; in RedMemCmpUnchecked()
/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/
A Dota_pal.c157 int32_t lResult = 0; in otaPal_WriteBlock() local
161 lResult = fseek( C->pFile, ulOffset, SEEK_SET ); /*lint !e586 !e713 !e9034 in otaPal_WriteBlock()
164 if( 0 == lResult ) in otaPal_WriteBlock()
166 lResult = fwrite( pacData, 1, ulBlockSize, C->pFile ); /*lint !e586 !e713 !e9034 in otaPal_WriteBlock()
169 if( lResult < 0 ) in otaPal_WriteBlock()
173 lResult = OTA_PAL_INT16_NEGATIVE_MASK | errno; /*lint !e40 !e9027 in otaPal_WriteBlock()
182 lResult = OTA_PAL_INT16_NEGATIVE_MASK | errno; /*lint !e40 !e9027 in otaPal_WriteBlock()
190 lResult = -1; /*TODO: Need a negative error code from the PAL here. */ in otaPal_WriteBlock()
193 return ( int16_t ) lResult; in otaPal_WriteBlock()
/FreeRTOS-Plus/Source/Application-Protocols/network_transport/
A Dmbedtls_pk_pkcs11.c505 if( lResult != 0 ) in p11_ecdsa_ctx_init()
516 int lResult = 0; in p11_ecdsa_ctx_init() local
805 int lResult = 0; in p11_ecdsa_check_pair() local
812 lResult = -1; in p11_ecdsa_check_pair()
815 if( lResult == 0 ) in p11_ecdsa_check_pair()
825 if( lResult == 0 ) in p11_ecdsa_check_pair()
830 if( lResult == 0 ) in p11_ecdsa_check_pair()
835 if( lResult == 0 ) in p11_ecdsa_check_pair()
841 if( lResult == 0 ) in p11_ecdsa_check_pair()
857 if( lResult == 0 ) in p11_ecdsa_check_pair()
[all …]
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/WinPCap/
A Darch.c302 long lResult; in prvInterruptSimulator() local
310 lResult = pcap_next_ex( pxOpenedInterfaceHandle, &pxHeader, &pucPacketData ); in prvInterruptSimulator()
312 if( lResult ) in prvInterruptSimulator()
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/WinPCap/
A Darch.c302 long lResult; in prvInterruptSimulator() local
310 lResult = pcap_next_ex( pxOpenedInterfaceHandle, &pxHeader, &pucPacketData ); in prvInterruptSimulator()
312 if( lResult ) in prvInterruptSimulator()
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/WinPCap/
A Darch.c302 long lResult; in prvInterruptSimulator() local
310 lResult = pcap_next_ex( pxOpenedInterfaceHandle, &pxHeader, &pucPacketData ); in prvInterruptSimulator()
312 if( lResult ) in prvInterruptSimulator()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/WinPCap/
A Darch.c302 long lResult; in prvInterruptSimulator() local
310 lResult = pcap_next_ex( pxOpenedInterfaceHandle, &pxHeader, &pucPacketData ); in prvInterruptSimulator()
312 if( lResult ) in prvInterruptSimulator()
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Serializer/DemoTasks/
A DSerializerMQTTExample.c556 int32_t lResult; in prvTransportRecv() local
561 lResult = ( int32_t ) FreeRTOS_recv( ( Socket_t ) pxContext->xTcpSocket, in prvTransportRecv()
566 return lResult; in prvTransportRecv()

Completed in 30 milliseconds