Searched refs:newCache (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclEnv.c619 char **newCache;
657 newCache = (char **) ckalloc((unsigned) allocatedSize);
658 (VOID *) memset(newCache, (int) 0, (size_t) allocatedSize);
661 memcpy((VOID *) newCache, (VOID *) environCache,
665 environCache = newCache;
612 char **newCache; local
/macosx-10.10/WebCore-7600.1.25/loader/appcache/
H A DApplicationCacheStorage.h70 bool checkOriginQuota(ApplicationCacheGroup*, ApplicationCache* oldCache, ApplicationCache* newCache, int64_t& totalSpaceNeeded);
H A DApplicationCacheStorage.cpp987 bool ApplicationCacheStorage::checkOriginQuota(ApplicationCacheGroup* group, ApplicationCache* oldCache, ApplicationCache* newCache, int64_t& totalSpaceNeeded) argument
989 // Check if the oldCache with the newCache would reach the per-origin quota.
993 if (remainingSpaceInOrigin < newCache->estimatedSizeInStorage()) {
996 totalSpaceNeeded = quota - remainingSpaceInOrigin + newCache->estimatedSizeInStorage();
/macosx-10.10/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp2107 ObjCSelectorUniquer(SharedCache<A> *newCache) argument
2109 , fCache(newCache)

Completed in 129 milliseconds