Searched refs:lastUpdate (Results 1 – 9 of 9) sorted by relevance
89 in=x->crl->lastUpdate; in X509_CRL_set_lastUpdate()95 M_ASN1_TIME_free(x->crl->lastUpdate); in X509_CRL_set_lastUpdate()96 x->crl->lastUpdate=in; in X509_CRL_set_lastUpdate()
454 ASN1_TIME *lastUpdate; member622 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
80 bweStr->lastUpdate = 0; in WebRtcIsacfix_InitBandwidthEstimator()226 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()265 if ((arrivalTime - bweStr->lastUpdate) > FS3) { in WebRtcIsacfix_UpdateUplinkBwImpl()268 numPktsExpected = WEBRTC_SPL_UDIV(arrivalTime - bweStr->lastUpdate, frameSizeSampl); in WebRtcIsacfix_UpdateUplinkBwImpl()309 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()315 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()412 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()483 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
198 …WebRtc_UWord32 lastUpdate; /* Time since the last update of the Bottle Neck estimate (i… member
733 static double lastUpdate; in CDAudio_Update() local738 if ((realtime - lastUpdate) < 0.25) in CDAudio_Update()740 lastUpdate = realtime; in CDAudio_Update()
743 static double lastUpdate; in CDAudio_Update() local748 if ((realtime - lastUpdate) < 0.25) in CDAudio_Update()750 lastUpdate = realtime; in CDAudio_Update()
196 long lastUpdate = lastLastUpdateTime; in invokeTimedActions() local198 long timeDelta = releaseTime - Math.max(pressTime, lastUpdate); in invokeTimedActions()
116 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),