Home | History | Annotate | Download | only in common

Lines Matching refs:newCache

274         UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status);
280 cache = newCache;
281 newCache = NULL;
285 if(newCache != NULL) {
286 uhash_close(newCache);