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()
213 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status); in initCache() local217 SHARED_DATA_HASHTABLE = newCache; in initCache()219 newCache = NULL; in initCache()223 if(newCache != NULL) { in initCache()224 uhash_close(newCache); in initCache()
274 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status); in initCache() local280 cache = newCache; in initCache()281 newCache = NULL; in initCache()285 if(newCache != NULL) { in initCache()286 uhash_close(newCache); in initCache()