Searched refs:pCommLink (Results 1 – 4 of 4) sorted by relevance
112 …pe nIT, CommunicationLink *pCL = NULL ): ByteString( nMsg ), nInfoType( nIT ), pCommLink( pCL ) {;} in InfoString()114 CommunicationLinkRef GetCommunicationLink(){ return pCommLink; } in GetCommunicationLink()117 CommunicationLinkRef pCommLink; member in InfoString
125 StatementFlow::pCommLink = pCL; in ConnectionOpened()132 StatementFlow::pCommLink = NULL; in ConnectionClosed()
420 static CommunicationLink *pCommLink; member in StatementFlow
107 CommunicationLink *StatementFlow::pCommLink = NULL;183 if ( pCommLink ) in SendViaSocket()185 …if ( !pCommLink->TransferDataStream( pRet->GetStream() ) ) // If an error occurs, it is deleted im… in SendViaSocket()186 pCommLink = NULL; in SendViaSocket()
Completed in 44 milliseconds