Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/sources/libraries/rdt/CTR/
Drdt_SenderImpl.cpp326 bool bSent = false; // Set to TRUE if the send process has been executed. in updateCore() local
329 bSent = pSender->processResending(); in updateCore()
332 if(!bSent) in updateCore()
337 bSent = true; in updateCore()
375 bool bSent = false; // Set to TRUE if the send process has been executed. in updateCore() local
378 bSent = pSender->processResending(); in updateCore()
383 if(!bSent) in updateCore()
386 bSent = true; in updateCore()
395 if(!bSent) in updateCore()
398 bSent = true; in updateCore()
[all …]