/aoo41x/main/sal/osl/unx/ |
H A D | socket.c | 483 oslSocket pSocket; in __osl_createSocketImpl() local 500 return pSocket; in __osl_createSocketImpl() 1771 oslSocket pSocket; in osl_createSocket() local 1789 pSocket= 0; in osl_createSocket() 1815 return pSocket; in osl_createSocket() 1850 if(pSocket==0) in osl_closeSocket() 1912 pSocket->m_CloseCallback(pSocket->m_CallbackArg); in osl_closeSocket() 1958 if ( pSocket == 0 ) in osl_getPeerAddrOfSocket() 2011 if ( pSocket == 0 ) in osl_listenOnSocket() 2182 if ( pSocket == 0 ) in osl_acceptConnectionOnSocket() [all …]
|
H A D | process.c | 304 oslSocket pSocket = 0; in receiveFdPipe() local 366 pSocket = __osl_createSocketImpl(newfd); in receiveFdPipe() 378 return pSocket; in receiveFdPipe() 385 sal_Bool osl_sendResourcePipe(oslPipe pPipe, oslSocket pSocket) in osl_sendResourcePipe() argument 389 if ( pSocket == 0 || pPipe == 0 ) in osl_sendResourcePipe() 394 bRet = sendFdPipe(pPipe->m_Socket,pSocket->m_Socket); in osl_sendResourcePipe() 405 oslSocket pSocket=0; in osl_receiveResourcePipe() local 412 pSocket = receiveFdPipe(pPipe->m_Socket); in osl_receiveResourcePipe() 414 return (oslSocket) pSocket; in osl_receiveResourcePipe()
|
/aoo41x/main/sal/osl/os2/ |
H A D | socket.c | 483 oslSocket pSocket; in __osl_createSocketImpl() local 500 return pSocket; in __osl_createSocketImpl() 1792 oslSocket pSocket; in osl_createSocket() local 1810 pSocket= 0; in osl_createSocket() 1836 return pSocket; in osl_createSocket() 1871 if(pSocket==0) in osl_closeSocket() 1928 pSocket->m_CloseCallback(pSocket->m_CallbackArg); in osl_closeSocket() 1981 if ( pSocket == 0 ) in osl_getPeerAddrOfSocket() 2034 if ( pSocket == 0 ) in osl_listenOnSocket() 2220 if ( pSocket == 0 ) in osl_acceptConnectionOnSocket() [all …]
|
H A D | pipe.cxx | 533 sal_Bool osl_sendResourcePipe(oslPipe pPipe, oslSocket pSocket) in osl_sendResourcePipe() argument 546 oslSocket pSocket=0; in osl_receiveResourcePipe() local 548 return (oslSocket) pSocket; in osl_receiveResourcePipe()
|
/aoo41x/main/sal/osl/w32/ |
H A D | socket.cxx | 1142 if (pSocket == NULL) in osl_createSocket() 1154 pSocket= 0; in osl_createSocket() 1158 pSocket->m_Flags = 0; in osl_createSocket() 1163 return pSocket; in osl_createSocket() 1173 if( pSocket && 0 == osl_decrementInterlockedCount( &(pSocket->m_nRefCount) ) ) in osl_releaseSocket() 1186 if(pSocket==0) in osl_closeSocket() 1197 pSocket->m_CloseCallback(pSocket->m_CallbackArg); in osl_closeSocket() 1263 oslSocket pSocket, in osl_connectSocketTo() argument 1398 oslSocket pSocket, in osl_listenOnSocket() argument 1414 oslSocket pSocket, in osl_acceptConnectionOnSocket() argument [all …]
|
H A D | process.cxx | 535 sal_Bool SAL_CALL osl_sendResourcePipe(oslPipe hPipe, oslSocket pSocket) in osl_sendResourcePipe() argument 544 HANDLE fd = (HANDLE)pSocket->m_Socket; in osl_sendResourcePipe() 598 oslSocket pSocket = NULL; in osl_receiveResourcePipe() local 616 pSocket = __osl_createSocketImpl((SOCKET)fd); in osl_receiveResourcePipe() 633 OSL_TRACE("osl_receiveResourcePipe: exit... %d, %p\n", bRet, pSocket); in osl_receiveResourcePipe() 635 return pSocket; in osl_receiveResourcePipe()
|
/aoo41x/main/automation/source/simplecm/ |
H A D | simplecm.cxx | 135 …Socket::SimpleCommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket ) in SimpleCommunicationLinkViaSocket() argument 139 , pStreamSocket( pSocket ) in SimpleCommunicationLinkViaSocket() 157 void SimpleCommunicationLinkViaSocket::SetStreamSocket( vos::OStreamSocket* pSocket ) in SetStreamSocket() argument 160 pTCPIO->SetStreamSocket( pSocket ); in SetStreamSocket() 161 pStreamSocket = pSocket; in SetStreamSocket() 351 …icationLinkViaSocketWithReceiveCallbacks( CommunicationManager *pMan, vos::OStreamSocket *pSocket ) in SimpleCommunicationLinkViaSocketWithReceiveCallbacks() argument 352 : SimpleCommunicationLinkViaSocket( pMan, pSocket ) in SimpleCommunicationLinkViaSocketWithReceiveCallbacks()
|
H A D | tcpio.hxx | 42 TCPIO( vos::OStreamSocket *pSocket ):pStreamSocket( pSocket ){} in TCPIO() argument 53 void SetStreamSocket( vos::OStreamSocket *pSocket );
|
H A D | tcpio.cxx | 62 void TCPIO::SetStreamSocket( vos::OStreamSocket *pSocket ) in SetStreamSocket() argument 66 pStreamSocket = pSocket; in SetStreamSocket()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | admincontrols.cxx | 246 SFX_ITEMSET_GET( _rSet, pSocket, SfxStringItem, DSID_CONN_SOCKET, sal_True ); in implInitControls() 258 m_aSocket.SetText( pSocket->GetValue() ); in implInitControls() 268 const SfxStringItem* pSocketPipeItem = pSocket; in implInitControls()
|
H A D | detailpages.cxx | 623 SFX_ITEMSET_GET(_rSet, pSocket, SfxStringItem, DSID_CONN_SOCKET, sal_True); in implInitControls() 639 m_aEDSocket.SetText(pSocket->GetValue()); in implInitControls()
|
/aoo41x/main/automation/inc/automation/ |
H A D | simplecm.hxx | 339 SimpleCommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket ); 343 void SetStreamSocket( vos::OStreamSocket* pSocket ); 357 …cationLinkViaSocketWithReceiveCallbacks( CommunicationManager *pMan, vos::OStreamSocket *pSocket );
|
H A D | communi.hxx | 78 CommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket );
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svpelement.cxx | 161 IMPL_LINK( SvpElementContainer, processRequest, void*, pSocket ) in IMPL_LINK() argument 163 int nFile = (int)pSocket; in IMPL_LINK()
|
/aoo41x/main/automation/source/communi/ |
H A D | communi.cxx | 67 …inkViaSocket::CommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket ) in CommunicationLinkViaSocket() argument 68 : SimpleCommunicationLinkViaSocket( pMan, pSocket ) in CommunicationLinkViaSocket()
|