Searched refs:cacheKey (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocumentSharedObjectPool.cpp73 ShareableElementDataCacheKey cacheKey(attributes.data(), attributes.size());
74 unsigned cacheHash = cacheKey.hash();
77 if (cacheIterator->value && cacheIterator->value->key != cacheKey)
H A DStyledElement.cpp321 PresentationAttributeCacheKey cacheKey; local
322 makePresentationAttributeCacheKey(cacheKey);
324 unsigned cacheHash = computePresentationAttributeCacheHash(cacheKey);
329 if (cacheIterator->value && cacheIterator->value->key != cacheKey)
357 newEntry->key = cacheKey;
/macosx-10.9.5/configd-596.15/Plugins/KernelEventMonitor/
H A Dev_dlil.c344 CFStringRef cacheKey; local
351 cacheKey = SCDynamicStoreKeyCreateNetworkInterface(NULL,
354 dict = cache_SCDynamicStoreCopyValue(store, cacheKey);
383 cache_SCDynamicStoreSetValue(store, cacheKey, newDict);
388 CFRelease(cacheKey);
402 CFStringRef cacheKey; local
410 cacheKey = SCDynamicStoreKeyCreateNetworkInterface(NULL,
413 dict = cache_SCDynamicStoreCopyValue(store, cacheKey);
436 cache_SCDynamicStoreSetValue(store, cacheKey, newDict);
442 CFRelease(cacheKey);
[all...]
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dscnc_cache.c66 This function should be used for modifying the cache. It merges the desired key (cacheKey) from an existing
71 If a block is passed as the final argument, it is assumed that the cacheKey points to a subdictionary, and the
73 for cacheKey is replaced wholesale.
76 into cacheDict, they will use cacheKey.
79 scnc_cache_update_key (CFMutableDictionaryRef cacheDict, CFDictionaryRef sourceDict, Boolean addChildDictionaryIfNULL, CFStringRef cacheKey, CFStringRef sourceKey, void(^block)(CFMutableDictionaryRef, CFDictionaryRef)) argument
83 CFDictionaryRef oldCacheSubDict = CFDictionaryGetValue(cacheDict, cacheKey);
87 sourceChildDict = CFDictionaryGetValue(sourceDict, sourceKey?sourceKey:cacheKey);
102 CFDictionarySetValue(cacheDict, cacheKey, newCacheSubDict);
105 CFDictionaryRemoveValue(cacheDict, cacheKey);
111 CFDictionaryRemoveValue(cacheDict, cacheKey);
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dtzgnames.cpp848 PartialLocationKey* cacheKey = (PartialLocationKey *)uprv_malloc(sizeof(PartialLocationKey)); local
849 if (cacheKey != NULL) {
850 cacheKey->tzID = key.tzID;
851 cacheKey->mzID = key.mzID;
852 cacheKey->isLong = key.isLong;
853 uhash_put(fPartialLocationNamesMap, (void *)cacheKey, (void *)uplname, &status);
855 uprv_free(cacheKey);

Completed in 196 milliseconds