Home
last modified time | relevance | path

Searched refs:pSocket (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sal/osl/unx/
H A Dsocket.c483 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 Dprocess.c303 oslSocket pSocket = 0; in receiveFdPipe() local
365 pSocket = __osl_createSocketImpl(newfd); in receiveFdPipe()
377 return pSocket; in receiveFdPipe()
384 sal_Bool osl_sendResourcePipe(oslPipe pPipe, oslSocket pSocket) in osl_sendResourcePipe() argument
388 if ( pSocket == 0 || pPipe == 0 ) in osl_sendResourcePipe()
393 bRet = sendFdPipe(pPipe->m_Socket,pSocket->m_Socket); in osl_sendResourcePipe()
404 oslSocket pSocket=0; in osl_receiveResourcePipe() local
411 pSocket = receiveFdPipe(pPipe->m_Socket); in osl_receiveResourcePipe()
413 return (oslSocket) pSocket; in osl_receiveResourcePipe()
/trunk/main/sal/osl/os2/
H A Dsocket.c483 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 Dpipe.cxx533 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()
/trunk/main/sal/osl/w32/
H A Dsocket.cxx1142 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 Dprocess.cxx535 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()
/trunk/main/automation/source/simplecm/
H A Dsimplecm.cxx135 …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 Dtcpio.hxx42 TCPIO( vos::OStreamSocket *pSocket ):pStreamSocket( pSocket ){} in TCPIO() argument
53 void SetStreamSocket( vos::OStreamSocket *pSocket );
H A Dtcpio.cxx62 void TCPIO::SetStreamSocket( vos::OStreamSocket *pSocket ) in SetStreamSocket() argument
66 pStreamSocket = pSocket; in SetStreamSocket()
/trunk/main/dbaccess/source/ui/dlg/
H A Dadmincontrols.cxx246 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 Ddetailpages.cxx623 SFX_ITEMSET_GET(_rSet, pSocket, SfxStringItem, DSID_CONN_SOCKET, sal_True); in implInitControls()
639 m_aEDSocket.SetText(pSocket->GetValue()); in implInitControls()
/trunk/main/automation/inc/automation/
H A Dsimplecm.hxx340 SimpleCommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket );
344 void SetStreamSocket( vos::OStreamSocket* pSocket );
358 …cationLinkViaSocketWithReceiveCallbacks( CommunicationManager *pMan, vos::OStreamSocket *pSocket );
H A Dcommuni.hxx79 CommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket );
/trunk/main/vcl/unx/headless/
H A Dsvpelement.cxx161 IMPL_LINK( SvpElementContainer, processRequest, void*, pSocket ) in IMPL_LINK() argument
163 int nFile = (int)pSocket; in IMPL_LINK()
/trunk/main/automation/source/communi/
H A Dcommuni.cxx67 …inkViaSocket::CommunicationLinkViaSocket( CommunicationManager *pMan, vos::OStreamSocket *pSocket ) in CommunicationLinkViaSocket() argument
68 : SimpleCommunicationLinkViaSocket( pMan, pSocket ) in CommunicationLinkViaSocket()

Completed in 116 milliseconds