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

  /libcore/sqlite-jdbc/src/main/java/SQLite/
JDBCDriver.java 10 public static boolean sharedCache = false;
62 java.lang.System.getProperty("SQLite.sharedcache");
65 sharedCache = SQLite.Database._enable_shared_cache(true);
  /external/chromium/net/third_party/nss/ssl/
sslsnce.c 211 /* These values are volatile, and are accessed through sharedCache-> */
232 struct cacheDescStr * sharedCache; /* shared copy of this struct */
378 cacheDesc * sharedCache = cache->sharedCache;
379 PRUint32 ndx = sharedCache->nextCertCacheEntry;
388 sharedCache->nextCertCacheEntry =
905 if (cache->sharedCache &&
906 PR_FALSE == cache->sharedCache->everInherited) {
953 cache->sharedCache = (cacheDesc *)0;
    [all...]

Completed in 473 milliseconds