| /AOO41X/main/sal/osl/unx/ |
| H A D | socket.c | 483 oslSocket pSocket; in __osl_createSocketImpl() local 485 pSocket = (oslSocket)calloc(1, sizeof(struct oslSocketImpl)); in __osl_createSocketImpl() 487 pSocket->m_Socket = Socket; in __osl_createSocketImpl() 488 pSocket->m_nLastError = 0; in __osl_createSocketImpl() 489 pSocket->m_CloseCallback = 0; in __osl_createSocketImpl() 490 pSocket->m_CallbackArg = 0; in __osl_createSocketImpl() 491 pSocket->m_nRefCount = 1; in __osl_createSocketImpl() 494 pSocket->m_bIsAccepting = sal_False; in __osl_createSocketImpl() 500 return pSocket; in __osl_createSocketImpl() 1771 oslSocket pSocket; in osl_createSocket() local [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 485 pSocket = (oslSocket)calloc(1, sizeof(struct oslSocketImpl)); in __osl_createSocketImpl() 487 pSocket->m_Socket = Socket; in __osl_createSocketImpl() 488 pSocket->m_nLastError = 0; in __osl_createSocketImpl() 489 pSocket->m_CloseCallback = 0; in __osl_createSocketImpl() 490 pSocket->m_CallbackArg = 0; in __osl_createSocketImpl() 491 pSocket->m_nRefCount = 1; in __osl_createSocketImpl() 494 pSocket->m_bIsAccepting = sal_False; in __osl_createSocketImpl() 500 return pSocket; in __osl_createSocketImpl() 1792 oslSocket pSocket; in osl_createSocket() local [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 | 1140 oslSocket pSocket = __osl_createSocketImpl(0); in osl_createSocket() local 1142 if (pSocket == NULL) in osl_createSocket() 1146 pSocket->m_Socket= socket(FAMILY_TO_NATIVE(Family), in osl_createSocket() 1151 if(pSocket->m_Socket == OSL_INVALID_SOCKET) in osl_createSocket() 1153 __osl_destroySocketImpl(pSocket); in osl_createSocket() 1154 pSocket= 0; in osl_createSocket() 1158 pSocket->m_Flags = 0; in osl_createSocket() 1159 pSocket->m_CloseCallback = NULL; in osl_createSocket() 1160 pSocket->m_CallbackArg = NULL; in osl_createSocket() 1163 return pSocket; in osl_createSocket() [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()
|