Searched refs:ShareInfoAt (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DExtendedServerInfo.cpp49 ShareInfoAt(i)->ReleaseReference();
80 // ShareInfoAt
82 ExtendedServerInfo::ShareInfoAt(int32 index) const function in class:ExtendedServerInfo
93 for (int32 i = 0; ExtendedShareInfo* shareInfo = ShareInfoAt(i); i++) {
123 const ShareInfo& shareInfo = serverInfo->ShareInfoAt(i);
H A DExtendedServerInfo.h39 ExtendedShareInfo* ShareInfoAt(int32 index) const;
H A DServerVolume.cpp97 ExtendedShareInfo* shareInfo = serverInfo->ShareInfoAt(i);
139 ExtendedShareInfo* shareInfo = fServerInfo->ShareInfoAt(i);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DServerInfo.h50 const ShareInfo& ShareInfoAt(int32 index) const;
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DServerInfo.cpp188 // ShareInfoAt
190 ServerInfo::ShareInfoAt(int32 index) const function in class:ServerInfo

Completed in 86 milliseconds