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
123 StatementFlow::pCommLink = pCL; in ConnectionOpened()130 StatementFlow::pCommLink = NULL; in ConnectionClosed()
420 static CommunicationLink *pCommLink; member in StatementFlow
106 CommunicationLink *StatementFlow::pCommLink = NULL;180 if ( pCommLink ) in SendViaSocket()182 …if ( !pCommLink->TransferDataStream( pRet->GetStream() ) ) // If an error occurs, it is deleted i… in SendViaSocket()183 pCommLink = NULL; in SendViaSocket()