HomeSort by relevance Sort by last modified time
    Searched defs:sce (Results 1 - 3 of 3) sorted by null

  /external/ipsec-tools/src/racoon/
handler.h 143 struct sched *sce; /* schedule for expire */ member in struct:ph1handle
262 struct sched *sce; /* schedule for expire */ member in struct:ph2handle
  /external/chromium/net/third_party/nss/ssl/
sslsnce.c 352 /* Put a certificate in the cache. Update the cert index in the sce.
355 CacheCert(cacheDesc * cache, CERTCertificate *cert, sidCacheEntry *sce)
367 cce.sessionIDLength = sce->sessionIDLength;
368 PORT_Memcpy(cce.sessionID, sce->sessionID, cce.sessionIDLength);
385 sce->u.ssl3.certIndex = ndx;
634 sidCacheEntry * sce; local
637 sce = set + ndx;
639 if (!sce->valid)
642 if (now > sce->expirationTime) {
646 myPid, sce->addr.pr_s6_addr32[0]
689 sidCacheEntry sce; local
750 sidCacheEntry sce; local
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 55 milliseconds