Home
last modified time | relevance | path

Searched refs:ServerQueryIterator (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerQueryIterator.cpp8 ServerQueryIterator::ServerQueryIterator(Volume* volume) in ServerQueryIterator() function in ServerQueryIterator
18 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 …]
H A DServerQueryIterator.h11 class ServerQueryIterator : public QueryIterator {
13 ServerQueryIterator(Volume* volume);
14 virtual ~ServerQueryIterator();
H A DServerVolume.cpp232 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()
H A DJamfile78 ServerQueryIterator.cpp