Home | History | Annotate | Download | only in common

Lines Matching full:oldvalue

333     DataCacheElement *oldValue = NULL;
370 oldValue = (DataCacheElement *)uhash_get(htable, path);
371 if (oldValue != NULL) {
393 return oldValue ? oldValue->item : NULL;