Home | History | Annotate | Download | only in common

Lines Matching refs:newCache

220         UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status);
226 cache = newCache;
227 newCache = NULL;
231 if(newCache != NULL) {
232 uhash_close(newCache);