Home
last modified time | relevance | path

Searched refs:ServerPipe (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sal/osl/os2/
H A Dpipeimpl.cxx60 #define ServerPipe ServerPipeW macro
64 #define ServerPipe ServerPipeA macro
128 class ServerPipe : public Pipe class
137 virtual ~ServerPipe();
139 static ServerPipe *Create( LPCTSTR lpName );
519 ServerPipe::ServerPipe( LPCTSTR lpName, HANDLE hMapping, HANDLE hSynchronize, HANDLE hReadPipe, HAN… in ServerPipe() function in ServerPipe
551 ServerPipe::~ServerPipe() in ~ServerPipe()
563 Pipe *ServerPipe::AcceptConnection() in AcceptConnection()
626 ServerPipe *ServerPipe::Create( LPCTSTR lpName ) in Create()
628 ServerPipe *pPipe = NULL; in Create()
[all …]
/trunk/main/sal/osl/w32/
H A Dpipeimpl.cxx65 #define ServerPipe ServerPipeW macro
69 #define ServerPipe ServerPipeA macro
133 class ServerPipe : public Pipe class
142 virtual ~ServerPipe();
144 static ServerPipe *Create( LPCTSTR lpName );
524 ServerPipe::ServerPipe( LPCTSTR lpName, HANDLE hMapping, HANDLE hSynchronize, HANDLE hReadPipe, HAN… in ServerPipe() function in ServerPipe
556 ServerPipe::~ServerPipe() in ~ServerPipe()
568 Pipe *ServerPipe::AcceptConnection() in AcceptConnection()
631 ServerPipe *ServerPipe::Create( LPCTSTR lpName ) in Create()
633 ServerPipe *pPipe = NULL; in Create()
[all …]

Completed in 13 milliseconds