HTree
HTree htree(fVolume, fDirectory);
HTree::Lookup(const char* name, DirectoryIterator** iterator)
HTree::Hash(const char* name, uint8 length)
HTree::_HashLegacy(const char* name, uint8 length)
HTree::_MD4F(uint32 x, uint32 y, uint32 z)
HTree::_MD4G(uint32 x, uint32 y, uint32 z)
HTree::_MD4H(uint32 x, uint32 y, uint32 z)
HTree::_MD4RotateVars(uint32& a, uint32& b, uint32& c, uint32& d)
HTree::_HalfMD4Transform(uint32 buffer[4], uint32 blocks[8])
HTree::_HashHalfMD4(const char* name, uint8 _length)
HTree::_TEATransform(uint32 buffer[4], uint32 blocks[4])
HTree::_HashTEA(const char* name, uint8 _length)
HTree::_PrepareBlocksForHash(const char* string, uint32 length, uint32* blocks,
HTree::_FallbackToLinearIteration(DirectoryIterator** iterator)
HTree::HTree(Volume* volume, Inode* directory)
HTree::~HTree()
HTree::PrepareForHash()
class HTree {
HTree(Volume* volume, Inode* directory);
~HTree();
HTree htree(volume, parent);
HTree htree(volume, directory);
HTree htree(volume, directory);
HTree htree(volume, directory);
HTree oldHTree(volume, oldDirectory);
HTree newHTree(volume, newDirectory);