Searched refs:newCache (Results 1 – 3 of 3) sorted by relevance
552 IteratorCache newCache = new IteratorCache(); in setItem() local562 newCache.setVector(nv); in setItem()563 newCache.setCacheComplete(true); in setItem()564 m_cache = newCache; in setItem()
210 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status); in initCache() local214 SHARED_DATA_HASHTABLE = newCache; in initCache()216 newCache = NULL; in initCache()220 if(newCache != NULL) { in initCache()221 uhash_close(newCache); in initCache()
271 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status); in initCache() local277 cache = newCache; in initCache()278 newCache = NULL; in initCache()282 if(newCache != NULL) { in initCache()283 uhash_close(newCache); in initCache()