Searched refs:lastUpdate (Results 1 – 7 of 7) sorted by relevance
44 long lastUpdate = 0; field in ProgressListenerImpl57 if (now - lastUpdate < UPDATE_THRESHOLD) { in isTooSoon()60 lastUpdate = now; in isTooSoon()
86 in=x->crl->lastUpdate; in X509_CRL_set_lastUpdate()92 M_ASN1_TIME_free(x->crl->lastUpdate); in X509_CRL_set_lastUpdate()93 x->crl->lastUpdate=in; in X509_CRL_set_lastUpdate()
140 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
82 bweStr->lastUpdate = 0; in WebRtcIsacfix_InitBandwidthEstimator()232 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()271 if ((arrivalTime - bweStr->lastUpdate) > FS3) { in WebRtcIsacfix_UpdateUplinkBwImpl()274 numPktsExpected = (arrivalTime - bweStr->lastUpdate) / frameSizeSampl; in WebRtcIsacfix_UpdateUplinkBwImpl()315 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()321 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()417 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()487 bweStr->lastUpdate = arrivalTime; in WebRtcIsacfix_UpdateUplinkBwImpl()
200 …uint32_t lastUpdate; /* Time since the last update of the Bottle Neck estimate (in samp… member
410 ASN1_TIME *lastUpdate; member573 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
6216 ASN1_TIME* lastUpdate = X509_CRL_get_lastUpdate(crl); local6217 JNI_TRACE("X509_CRL_get_lastUpdate(%p) => %p", crl, lastUpdate);6218 return reinterpret_cast<uintptr_t>(lastUpdate);