fRootEntry
Entry* fRootEntry;
fRootEntry = new(std::nothrow) HTreeEntryIterator(start, fDirectory);
if (fRootEntry == NULL)
fRootEntryDeleter.SetTo(fRootEntry);
status = fRootEntry->Init();
status = fRootEntry->Lookup(hash, (uint32)root->indirection_levels,
HTreeEntryIterator* fRootEntry;
for (EntryList::ConstIterator it = fRootEntry->ChildIterator();
Entry* entry = fRootEntry;
fRootEntry(NULL),
delete fRootEntry;
fRootEntry = new Entry(NULL, 0, -1, true);
for (EntryList::ConstIterator it = fRootEntry->ChildIterator();
Entry* entry = fRootEntry;