HomeSort by relevance Sort by last modified time
    Searched refs:lastUpdate (Results 1 - 7 of 7) sorted by null

  /external/openssl/crypto/x509/
x509cset.c 89 in=x->crl->lastUpdate;
95 M_ASN1_TIME_free(x->crl->lastUpdate);
96 x->crl->lastUpdate=in;
x509.h 453 ASN1_TIME *lastUpdate;
621 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
    [all...]
  /external/quake/quake/src/QW/client/
cd_audio.c 733 static double lastUpdate;
738 if ((realtime - lastUpdate) < 0.25)
740 lastUpdate = realtime;
  /external/quake/quake/src/WinQuake/
cd_audio.cpp 743 static double lastUpdate;
748 if ((realtime - lastUpdate) < 0.25)
750 lastUpdate = realtime;
  /external/openssl/crypto/asn1/
x_crl.c 116 ASN1_SIMPLE(X509_CRL_INFO, lastUpdate, ASN1_TIME),
  /external/openssl/include/openssl/
x509.h 453 ASN1_TIME *lastUpdate;
621 #define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate)
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 72 milliseconds