Searched refs:ServerQueryIterator (Results 1 – 4 of 4) sorted by relevance
8 ServerQueryIterator::ServerQueryIterator(Volume* volume) in ServerQueryIterator() function in ServerQueryIterator18 ServerQueryIterator::~ServerQueryIterator() in ~ServerQueryIterator()24 ServerQueryIterator::SetRemoteCookie(int32 cookie) in SetRemoteCookie()31 ServerQueryIterator::GetRemoteCookie() const in GetRemoteCookie()38 ServerQueryIterator::SetEntry(const int32* shareVolumeIDs, in SetEntry()72 ServerQueryIterator::UnsetEntry() in UnsetEntry()86 ServerQueryIterator::GetShareVolumeIDs() const in GetShareVolumeIDs()93 ServerQueryIterator::CountShareVolumes() const in CountShareVolumes()100 ServerQueryIterator::GetDirectoryInfo() const in GetDirectoryInfo()107 ServerQueryIterator::GetEntryInfo() const in GetEntryInfo()[all …]
11 class ServerQueryIterator : public QueryIterator {13 ServerQueryIterator(Volume* volume);14 virtual ~ServerQueryIterator();
232 ServerQueryIterator* iterator = new(std::nothrow) ServerQueryIterator(this); in OpenQuery()270 ServerQueryIterator* iterator in FreeQueryIterator()271 = dynamic_cast<ServerQueryIterator*>(_iterator); in FreeQueryIterator()307 ServerQueryIterator* iterator in ReadQuery()308 = dynamic_cast<ServerQueryIterator*>(_iterator); in ReadQuery()
78 ServerQueryIterator.cpp