Lines Matching refs:OStreamSocket

1238 OSocket::TResult OAcceptorSocket::acceptConnection(OStreamSocket& connection)  in acceptConnection()
1244 OStreamSocket aSocket; in acceptConnection()
1266 OSocket::TResult OAcceptorSocket::acceptConnection(OStreamSocket& connection, in acceptConnection()
1295 VOS_IMPLEMENT_CLASSINFO(VOS_CLASSNAME(OStreamSocket, vos),
1296 VOS_NAMESPACE(OStreamSocket, vos),
1304 OStreamSocket::OStreamSocket() in OStreamSocket() function in OStreamSocket
1311 OStreamSocket::OStreamSocket(TAddrFamily Family, in OStreamSocket() function in OStreamSocket
1322 OStreamSocket::OStreamSocket(oslSocket Socket) : in OStreamSocket() function in OStreamSocket
1331 OStreamSocket::OStreamSocket(const OStreamSocket& sock) : in OStreamSocket() function in OStreamSocket
1340 OStreamSocket::OStreamSocket(const OSocket& sock) : in OStreamSocket() function in OStreamSocket
1348 OStreamSocket::~OStreamSocket() in ~OStreamSocket()
1355 void OStreamSocket::close() in close()
1371 OStreamSocket& OStreamSocket::operator=(oslSocket Socket) in operator =()
1381 OStreamSocket& OStreamSocket::operator= (const OSocket& sock) in operator =()
1391 OStreamSocket& OStreamSocket::operator= (const OStreamSocket& sock) in operator =()
1401 sal_Int32 OStreamSocket::read(void* pBuffer, sal_uInt32 n) const in read()
1448 sal_Int32 OStreamSocket::write(const void* pBuffer, sal_uInt32 n) in write()
1492 sal_Bool OStreamSocket::isEof() const in isEof()
1501 sal_Int32 OStreamSocket::recv(void* pBuffer, in recv()
1524 sal_Int32 OStreamSocket::send(const void* pBuffer, in send()
1547 sal_Bool OStreamSocket::shutdown(TSocketDirection Direction) in shutdown()
1563 VOS_NAMESPACE(OStreamSocket, vos), 0);
1573 OStreamSocket(Family, Protocol, Type) in OConnectorSocket()
1581 OStreamSocket(sock) in OConnectorSocket()