Searched refs:fClosedConnections (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.h85 BList fClosedConnections; member in class:NetFSServer
H A DNetFSServer.cpp198 fClosedConnections(),
265 = (ClientConnection*)fClosedConnections.ItemAt(i);
774 if (!fClosedConnections.AddItem(connection)) {
1151 connection = (ClientConnection*)fClosedConnections.RemoveItem((int32)0);

Completed in 102 milliseconds