Home
last modified time | relevance | path

Searched refs:StreamSocket (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/sal/inc/osl/
H A Dsocket.hxx410 inline StreamSocket::StreamSocket(oslAddrFamily Family, in StreamSocket() function in osl::StreamSocket
417 inline StreamSocket::StreamSocket( oslSocket socketHandle, __sal_NoAcquire noacquire ) in StreamSocket() function in osl::StreamSocket
422 inline StreamSocket::StreamSocket( oslSocket socketHandle ) in StreamSocket() function in osl::StreamSocket
427 inline StreamSocket::StreamSocket( const StreamSocket & socket ) in StreamSocket() function in osl::StreamSocket
445 inline sal_Int32 StreamSocket::recv(void* pBuffer, in recv()
464 : StreamSocket( Family, Protocol ,Type ) in ConnectorSocket()
494 Connection = StreamSocket( o , SAL_NO_ACQUIRE ); in acceptConnection()
498 Connection = StreamSocket(); in acceptConnection()
506 StreamSocket& Connection, SocketAddr & PeerAddr) in acceptConnection()
513 Connection = StreamSocket( o , SAL_NO_ACQUIRE ); in acceptConnection()
[all …]
H A Dsocket_decl.hxx503 class StreamSocket : public Socket class
512 inline StreamSocket(oslAddrFamily Family = osl_Socket_FamilyInet,
516 inline StreamSocket( const StreamSocket & );
518 inline StreamSocket( oslSocket Socket , __sal_NoAcquire noacquire );
520 inline StreamSocket( oslSocket Socket );
584 class ConnectorSocket : public StreamSocket
635 inline oslSocketResult SAL_CALL acceptConnection( StreamSocket& Connection);
646 …inline oslSocketResult SAL_CALL acceptConnection( StreamSocket& Connection, SocketAddr & PeerAddr);
/aoo4110/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx86 ::osl::StreamSocket ssStreamConnection; in run()
142 ::osl::StreamSocket ssStreamConnection; in run()
421 ::osl::StreamSocket ssStreamConnection; in run()
567 ::osl::StreamSocket ssSocket( sHandle ); in ctors_acquire()
587 ::osl::StreamSocket copySocket( ssSocket ); in ctors_copy_ctor()
640 ::osl::StreamSocket ssStreamConnection; in send_recv2()
818 ::osl::StreamSocket ssConnectionSocket; in shutdown_002()
871 ::osl::StreamSocket ssConnectionSocket; in shutdown_003()
1140 ::osl::StreamSocket ssStreamConnection; in send_Acceptor()
1186 ::osl::StreamSocket ssStreamConnection(aSocket); in send_Connector()
[all …]
H A Dosl_Socket.cxx365 ::osl::StreamSocket ssStreamConnection; in run()
560 ::osl::StreamSocket ssStreamConnection; in run()
632 ::osl::StreamSocket ssStreamConnection; in run()
2005 ::osl::StreamSocket ssConnection; in getPeer_001()
2133 ::osl::StreamSocket ssConnection; in isRecvReady_001()
2196 ::osl::StreamSocket ssConnection; in isSendReady_001()
2561 ::osl::StreamSocket ssConnection; in enableNonBlockingMode_001()
2599 ::osl::StreamSocket ssConnection; in isNonBlockingMode_001()
3239 ::osl::StreamSocket ssConnection; in connect_001()
3444 ::osl::StreamSocket ssConnection; in listen_accept_001()
[all …]
H A Dosl_AcceptorSocket.cxx84 ::osl::StreamSocket ssStreamConnection; in run()
234 ::osl::StreamSocket ssConnection; in listen_accept_001()
257 ::osl::StreamSocket ssConnection; in listen_accept_002()
H A Dosl_Socket2.cxx93 ::osl::StreamSocket ssStreamConnection; in run()
670 ::osl::StreamSocket ssConnection; in getPeer_001()
798 ::osl::StreamSocket ssConnection; in isRecvReady_001()
861 ::osl::StreamSocket ssConnection; in isSendReady_001()
1226 ::osl::StreamSocket ssConnection; in enableNonBlockingMode_001()
1264 ::osl::StreamSocket ssConnection; in isNonBlockingMode_001()
H A Dosl_ConnectorSocket.cxx159 ::osl::StreamSocket ssConnection; in connect_001()
/aoo4110/main/sal/qa/helper/gcov/
H A Ddeprecated.txt67 # 2) in StreamSocket class:
/aoo4110/main/io/source/acceptor/
H A Dacc_socket.cxx106 ::osl::StreamSocket m_socket;

Completed in 86 milliseconds