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

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.h244 uint32 fConnectionState; member in class:ShareVolume
H A DShareVolume.cpp166 fConnectionState(CONNECTION_NOT_INITIALIZED)
2064 fConnectionState = CONNECTION_CLOSED;
2981 return fConnectionState;
3000 if (fConnectionState == CONNECTION_NOT_INITIALIZED)
3003 return (fConnectionState == CONNECTION_READY);
3044 fConnectionState = CONNECTION_CLOSED;
3121 fConnectionState = CONNECTION_READY;

Completed in 39 milliseconds