Searched refs:oldEntry (Results 1 – 6 of 6) sorted by relevance
81 PHashTableEntry* oldEntry; in PFileSystemDestroy() local92 oldEntry = entry; in PFileSystemDestroy()94 CHKLOG(rc, PHashTableEntryRemove(oldEntry)); in PFileSystemDestroy()
74 PHashTableEntry* oldEntry; in PANSIFileSystemDestroyImpl() local85 oldEntry = entry; in PANSIFileSystemDestroyImpl()87 CHKLOG(rc, PHashTableEntryRemove(oldEntry)); in PANSIFileSystemDestroyImpl()
323 WebHistoryItem *oldEntry = [_entriesByURL objectForKey:URLString];324 if (oldEntry) {328 // The last reference to oldEntry might be this dictionary, so we hold onto a reference329 // until we're done with oldEntry.330 [oldEntry retain];335 [entry _mergeAutoCompleteHints:oldEntry];336 [oldEntry release];
657 COMPtr<IWebHistoryItem> oldEntry((IWebHistoryItem*) CFDictionaryGetValue( in addItem() local660 if (oldEntry) { in addItem()674 entryPriv->mergeAutoCompleteHints(oldEntry.get()); in addItem()
563 PHashTableEntry *oldEntry; in wordmap_clean() local579 oldEntry = entry; in wordmap_clean()583 clean_status = PHashTableEntryRemove ( oldEntry ); in wordmap_clean()
2475 retain/release oldEntry until we're done with it, since removing it from dictionary might